1
I Use This!
Very High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 10, 2025 — Aug 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix: broken NIP-17 recovery with fixed rumor relaying All fixes here were suggested by Yuki (of the Nostr Rust SDK <3) More... over 1 year ago
add: JSKitty Nostr Relay My own relay! Yay! Significantly faster due to, obviously, having little to no usage compared to the other much-larger public relays, should help improve Chatstr stability! More... over 1 year ago
improvement: more efficient message rendering Rather than constantly re-rendering the entire message list every 500ms, we're just soft-checking against the last message ID, in turn, making rendering a one-time thing for each new chat or message opened. More... over 1 year ago
add: full markdown support via Snarkdown v2.0 Snarkdown is awesome, we'll modify the implementation slightly for our usecases (as we have with the HTML sanitiser), but this'll do for now. More... over 1 year ago
add: inline timestamps for >10 minute chat breaks Now you know if someone lied about their "5 minute" smoke break! More... over 1 year ago
fix: shorten npubs in the messaging UI More... over 1 year ago
ver: bump to v0.1.2 More... over 1 year ago
fix: hide import field text More... over 1 year ago
fix: duplicate title in version display More... over 1 year ago
improvements: more theme... more theme... Many improvements to the app theme and feel - primarily the Intro and the Messaging UI. Window size has been locked due to frontend constraints - I can only hope and pray it looks the same across all OS'es. More... over 1 year ago
improvement: lots of layout tweaks More... over 1 year ago
improvement: sort chat list via message time The folks messaging you *now* should probably be the focal point of the chat list, no? More... over 1 year ago
improvement: more theme and window improvements More... over 1 year ago
add: ability to initiate new chats More... over 1 year ago
actions: optimise ubuntu builds and customise releases More... over 1 year ago
add: version in title and slight Tauri Config adjustments More... over 1 year ago
fix: broken msg sending for contacts with usernames set More... over 1 year ago
add: Tauri release auto-builder More... over 1 year ago
fix: add Seed Phrase to the login placeholder More... over 1 year ago
add: a beautiful chat theme Inspired by a mix of Telegram and Matrix clients! More... over 1 year ago
add: avatars alongside chat messages More... over 1 year ago
add: simple BIP-39 Mnemonic Login support Now you can use Chatstr/Nostr with Seed Phrases! More... over 1 year ago
fix: fix possible injections with a chat render refactor The old system was just to get it working ASAP, this is a much more "standard" and appropriate way of doing things! More... over 1 year ago
Initial Codebase - Barebones Edition This initial commit, with an attempt to keep it as small as possible, implements the necessary basic parts of a Nostr NIP-17 chat app, Chatstr! Let's see what the future brings, future commits will be much smaller and modular for easy review, educational and security purposes. Also, needless to say, the code is awful, this is an experiment. More... over 1 year ago
`create-tauri-app` More... over 1 year ago
Initial commit More... over 1 year ago