updated readme

This commit is contained in:
Ren Amamiya 2023-03-28 10:48:17 +07:00 committed by GitHub
parent 641a2c4acf
commit 04a5af7a93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
<i>~ Links will be added once a release is available. ~</i> <i>~ Links will be added once a release is available. ~</i>
</p> </p>
</p> </p>
Lume is an open source cross-platform Nostr client, powered by (<a href="https://tauri.app" target="_blank">Tauri</a>) and Next.js | TailwindCSS. Lume is an open source cross-platform Nostr client, powered by (<a href="https://tauri.app" target="_blank">Tauri</a>) and web-tech.
<br/> <br/>
<br/> <br/>
@ -32,7 +32,7 @@ Nostr is truly censorship-resistant protocol for social network and messenger ap
Lume is simple as it is, no more buzzwords Lume is simple as it is, no more buzzwords
<p align="center"> <p align="center">
<img src="https://bafybeiczmks7vkylveykhj5xef743wht7cq664mf5gzxb6nf32yol3qgaq.ipfs.w3s.link/app-screenshot.png" alt="App screenshot"> <img src="https://void.cat/d/2oaFfzJsjnKNye6fHTpaq2" alt="App screenshot">
<br /> <br />
<br /> <br />
</p> </p>
@ -51,38 +51,27 @@ Lume is "an ambitious nostr client", so I don't want to limit it be a part of yo
## Features ## Features
**Current**: v0.1.2-alpha **Current**: v0.2.0
- [x] create new key - [x] create new key
- [x] import private key (hex/nsec) - [x] import private key (hex/nsec)
- [x] followings newsfeed - [x] followings newsfeed
- [x] global newsfeed
- [x] handle note reaction - [x] handle note reaction
- [x] handle note repost - [x] handle note repost
- [x] handle note have image/video - [x] handle note have image/video
- [x] handle note have markdown - [x] handle tags (#[x]) in note
- [x] handle reply note
- [x] publish a note (support markdown) - [x] publish a note (support markdown)
- [x] update profile - [x] update profile
- [x] cache profile to local database - [x] cache profile to local database
- [x] offline support - [x] offline support
- [x] implement newsfeed infinite loading - [x] implement newsfeed infinite loading
- [x] native notification - [x] personal profile page
- [x] windows & linux support
**Next**:
- [ ] handle tags (#[x]) in note
- [ ] handle reply note
- [ ] integrate webtorrent
- [ ] publish a reply
- [ ] direct message
- [ ] multi accounts
- [ ] personal profile page
- [ ] setting page
- [ ] windows & linux support
## Roadmap ## Roadmap
Public roadmap will be released when Lume reach v0.3.0 View full roadmap for v0.3.0 [here](https://github.com/users/reyamir/projects/2)
## Running dev build ## Running dev build