voistr

voistr's avatar
voistr
npub1lcfn...n6vm
nostr p2p softphone
[0.1.9] - 2025-09-28 ### Added - UI to change the display language (english or french, spanish will be supported soon) - UI to change the theme. Supported theme engines: catppuccin and material m3 (material m3 is the default now) - UI slider to change the UI scale (pixels per point) - Support for password-protected nostr keys (new nostr keys mgr) - Imported keys are password-protected by default - Peers page: show disconnected peers in a collapsing list
[0.1.9] - 2025-09-28 ### Added - UI to change the display language (english or french, spanish will be supported soon) - UI to change the theme. Supported theme engines: catppuccin and material m3 (material m3 is the default now) - UI slider to change the UI scale (pixels per point) - Support for password-protected nostr keys (new nostr keys mgr) - Imported keys are password-protected by default - Peers page: show disconnected peers in a collapsing list
[0.1.8] - 2025-09-26 ### Fixed - Finally fix this annoying issue with handshakes after webrtc disconnections! Peers will now show up in the peers list no matter what. - Old signal events will automatically be deleted from nostr relays ### Changed - NIP44 encryption at the (webrtc) data channel level - Use nip44 {encrypt,decrypt}_to_bytes() to have an encryption layer over the webrtc data channel, to enforce encryption for all voistr protocol messages (instead of using seals)
[0.1.6] - 2025-09-20 ### Added - NIP-96 uploads support - UI to display and change the picture in the profile page - When clicking on a peer, it shows a page with the events history for that peer (call invites, responses, hangups, ...) - promising_nostrdb module ### Changed - Use trait enums for the pages system