1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 16, 2025 — Aug 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add: proactive Relay Testing Relays that Vector has connected to will now be frequently, routinely tested for liveness by asking them to return a single instance of a `Kind::Metadata` event, a very lightweight form of liveness check that uses mildly more bandwidth; but ensures Vector's relays are constantly connected to the best of its ability. More... about 1 year ago
fix: hide updates on iOS/Android, apply theming More... about 1 year ago
fix: Add GitHub Actions Tauri secrets to workflow More... about 1 year ago
improve: polished update UX In-app changelog, Setting notification icon on pending updates, and a beautified Updates section - all of the UI and functionality has had a general overhaul to be production-ready. More... about 1 year ago
add: Windows Auto-Updater (test) An unfinished, experimental commit adding the Vector auto-updater system, primarily targetting Windows for initial addition. More... about 1 year ago
fix: swap lock icon More... about 1 year ago
improvement: wider File Format support + Status overflow fix Dozens of additional files should now transfer more smoothly through Vector - SVGs are now previewed as actual images - and your custom Status will no longer overflow out-of-bounds in the Chat tab. More... about 1 year ago
fix: Repository URLs More... about 1 year ago
fix: Share on X shortcut for Invites More... about 1 year ago
fix: invited logins More... about 1 year ago
add: Beta Invite system + UI polish More... about 1 year ago
perf: optimise nickname updates Nicknames caused the entire Rust-end state to be reuploaded to the frontend, which was highly inefficient and noticeable on slower devices, now it only returns the exact nickname changes and updates the relevant UI directly, clean! More... about 1 year ago
fix: display the correct Mute state on profile renders If you had muted someone, then backed out, looked at *another* contact's profile, they would also appear as muted, despite not being; because the mute UI was only being updated by toggle events, and not profile renders in addition. More... about 1 year ago
add: Ability to Nickname contacts Call your wifey Bubucita or call your friend MechaHitler, all in privacy. More... about 1 year ago
add: Ability to Mute contacts Whether it's someone spamming you, a friend that can't write more than 3 words between each message, or someone stole your milkshake and you need to ghost them as punishment for a while: Vector's mute button has you covered. More... about 1 year ago
add: 5 TB Vector Media server integration The Vector community just got a significant storage upgrade! More... about 1 year ago
fix: Bare Builds feature blocking A line was missed from staging, oops, now Bare Builds should work. More... about 1 year ago
add: Vector "Bare/Hardened Builds" In the spirit of Freedom, Vector can now easily be compiled with the exclusion of certain, heavier, complex features such as Vector AI, called "Bare Builds" - these will be particularly useful to anyone wanting a minimalist-style version of Vector, without the additional fluff that one may not be too bothered about. More... about 1 year ago
add: pre-precision upgrade migration This adds a migration stage at app init to upgrade pre-precision timestamps from their Second counter to their Millisecond counterparts. More... about 1 year ago
add: `ms` Tag to Message Events Nostr uses unix timestamps for it's events; which is fine for low-precision usecases (public posts, etc), but when it comes to real-time messaging, we need high precision for accurate message ordering and delivery/receiving display (i.e: when using a Vector Bot, responses are often sub-second, making them effectively indistinguishable at the second-level), adding the `ms` tag allows Vector to integrate high-precision timestamps without breaking backwards compatibility with alternative Nostr apps, they will simply have their messages received at a lower precision, and thus have a higher chance of ordering incorrectly. More... about 1 year ago
add: Vector Profile tagging More... about 1 year ago
improvement: Message and Upload auto-retries If Vector fails to send a File or a Message, it'll retry multiple times over a period of time, handling typical cases of internet instability (i.e: a VPN change, a short disconnect, switching WiFi, waking from sleep), this should reduce the failure rate of general Vector "sending", and be a neat UX boost for the users that need it. More... about 1 year ago
android: improved notification design Android notifications now preview properly, can be "expanded", and also include some beautiful Vector branding! More... about 1 year ago
improvement: custom Relay Connection system, Relay Viewer, revamped sync stability Vector previously struggled on certain network connections with frequent dropouts, weak signal, or intermittent packets: causing "ghost messages" (messages that appear to have sent, but never did), causing the inability to receive new messages for temporary periods, and failing to recover incoming messages that were missed during dropout periods. More... about 1 year ago
Merge pull request #88 from RushaliPadhiary/profile-editable-ui More... about 1 year ago
fix: npub opacity adjustment More... about 1 year ago
fix: minor padding and size adjustments More... about 1 year ago
refactor: change check icon to UntitledUI check icon More... about 1 year ago
Add and align 'nPub Key' header in profile section More... about 1 year ago
refactor: copy icon to an UntitledUI clipboard icon More... about 1 year ago