Releases: lumehq/coop
Releases · lumehq/coop
v0.2.0
v0.1.7
What's Changed
- Improve title bar on windows
- Improve account management
- Fix the issue cause app crash after edit bootstrap relay.
v0.1.6
What's Changed
- Add native notification.
- Fix the issue when new message isn't arrive if user send message via compose dialog.
v0.1.5
What's Changed
- Add relay manager screen.
- Auto disconnect old activate chat (only keep max 3 latest chats).
- Improve relay management.
- Improve performance.
- Fix black screen on some linux distro.
- Fix inbox relay isn't connected when use compose dialog.
v0.1.4
What's Changed
- Refactor all onboarding screens.
- Only store encrypted secret key.
- Add attach media button.
- Improve performance.
v0.1.3
What's Changed
- Improve performance
v0.1.2
What's Changed
- Fix app hang when loading
v0.1.1
What's Changed
- Add paste button in some fields
- Fix clipboard isn't working
v0.1.0
Introduction
Coop is a basic chat app implemented based on NIP-17 (https://github.com/nostr-protocol/nips/blob/master/17.md). Focus only on direct message experience.
Features
- Create simple profile
- Login with Nostr Connect (nsec.app, nsecbunker,...)
- Login with private key
- Manage inbox relays
- Send message
Roadmap
- Replace webview (Tauri) with Native GUI in Rust. (WIP)
- Complete chat experience
- Support Flatpak