1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add: Typing Indicator privacy setting You can now disable your Typing Indicators. More... 10 months ago
improve: navbar menu sizing More... 10 months ago
add: Privacy Settings The first customisable Privacy Settings in Vector, initially, with the ability to disable Web Previews (preventing IP leakage) as well as the ability to opt-out of Vector's tracker-stripper feature, which is enabled by default for obvious reasons. More... 10 months ago
add: URL Privacy + Clickable URLs Vector now strips common tracking markers from URLs, for example: the markers from Google, YouTube, Amazon and Facebook will be eliminated in Vector, thanks to both pre-send cleaning and post-receive cleaning of URLs. More... 10 months ago
improvement: Refined Chatlist Creation UI More... 10 months ago
fix: Marginally higher minimum window height More... 10 months ago
fix: Marginally wider default window size More... 10 months ago
remove: Pre-Beta File Migration More... 10 months ago
fix: Rare Init UI duplication More... 10 months ago
add: Faster onboarding (disabled Invite System) More... 10 months ago
Merge pull request #23 from VectorPrivacy/mls-chatrooms More... 11 months ago
bump: v0.1.9 More... 12 months ago
appimage: bundle `gstreamer` for media support More... 12 months ago
fix: Android Voice Message clipping Similar to Android's video handling, Voice Messages and Audio were being 'cut off' early due to a lack of Range Requests in Tauri's asset protocol; for now, we'll simply preload the entire asset in to memory. More... 12 months ago
fix: per-chat + per-profile mutes Mutes weren't properly applying after the state split, this unifies them functionally, with futureproofing for non-DM-chats, too. More... 12 months ago
refactor: DB versioning system Previously, Vector's DB versioning handling was all over the codebase, making it incredibly difficult to maintain and causing some non-sequential upgrade bugs to slip through, now, Vector's DB upgrades are handled in proper sequential ordering, with guarenteed `dbver` updates - cleaner, safer, and significantly easier to maintain and extend functionally. More... about 1 year ago
add: Ability to Export Account It's now possible to export your Vector account! The `nsec` is a Nostr-compatible key designed for use in compatible Nostr clients, alternatively, for users that created their account in Vector, you have the prioritised option of a Seed Phrase backup, which is ideal for portable offline storage or airgapped storage. More... about 1 year ago
refactor: improved mime-type conversions Utility functions were created to improve code re-use and to centralise our mime-type-support by reducing redundant cross-codebase mapping. More... about 1 year ago
fix: Unread OS Badge reliability + efficiency Fixed a case where OS Badges on MacOS and Windows would work unreliably when Vector was unfocused with a chat open - and also optimised the general Badge flow, reducing Tauri RPC load by handling badges purely in the backend. More... about 1 year ago
Merge pull request #11 from YuurinBee/master More... about 1 year ago
Update README.md More... about 1 year ago
ux: redirect Chatlist Profile clicks to the Profile tab More... about 1 year ago
fix: Attachment Download Deadlocks + improved DB state passing More... about 1 year ago
fix: Swap Unread indicators to Chat architecture More... about 1 year ago
refactor: Isolate Chats from Profiles Chats and Profiles are now distinct, handled as seperate structures at both Memory and DB level, allowing us to create much more complex Chat architectures (Group Chats, etc) with greater ease. Profiles are now more of a metadata side-piece, storing Contact information, while Chats contain all of the communication done throughout Vector. More... about 1 year ago
deps: Upgrade to Nostr SDK v0.43 More... about 1 year ago
fix: consistent progress bar branding More... about 1 year ago
improvement: Update UI polish A couple elements have been properly centered to prevent lop-sided buttons, and the CSS files have been properly partitioned to remove layout-code from theme-code, much tidy, very readable. More... about 1 year ago
bump: v0.1.8 + Tauri Deps More... about 1 year ago
improvement: use WebView throttling Rather than suspending the WebView completely in the background - which may cause unintended side-effects, we'll throttle it, saving power, but without causing problems for the Vector renderer. More... about 1 year ago