1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 16, 2025 — Aug 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
improve: optimise `get_mls_group_members` These backup paths were remnant of past `network<-->engine` Group ID mix-ups, now that we have a clear understanding of the SDK's engine IDs, we only need to rely on the single source of truth. More... 10 months ago
add: Group Chat Overviews You can now see an "Expanded" view of Group Chats, displaying the full member list, as well as Group Admins, in a compact, well-designed, searchable display - this upgrade is the prerequisite to Group Chat Administration controls such as Invites and Kicks. More... 10 months ago
deps: upgrade all dependencies More... 10 months ago
add: Blossom-based Media Storage Vector has transitioned from NIP-96 Media Storage to Blossom Protocol, allowing interoperable, cross-client, cross-server Media Storage with ease, both encrypted and public files are now based on Blossom for maximum decentralisation and censorship-resistance. More... 10 months ago
improve: Chat List hover effects Sleeeeeek More... 10 months ago
improve: move notification dot to top-right More... 10 months ago
add: zoom tip for Image Previewer Desktop and Mobile both have seperate brief, non-intrusive tips on how to zoom using Vector's image viewer, by scrolling or using pinch gestures. More... 10 months ago
improve: chat list timestamp sizing Read chats will have their timestamp size reduced slightly, while Unread chats are larger for extra highlight emphasis. More... 10 months ago
add: ICO image file support Vector now properly displays Previews and Blurhashes for ICO files. More... 10 months ago
improve: sleek syncing indicator More... 10 months ago
add: Infinite Chat Scroll Vector finally supports Infinite Scroll in the Chat interface, you may freely scroll up to re-read your cringe jokes again. More... 10 months ago
doc: remove outdated comment We're now far beyond the Event System, no need to worry about this now! More... 10 months ago
add: support for TIFF images Vector now nicely handles TIFF/TIF images, including Blurhash previews of TIFF images. More... 10 months ago
improve: blurhash encoding speed The speed of Blurhash generation for a full-screen screenshot on MacOS (2880x1800) was improved by 29,807x (nice!) by adding three optimisations: - Downscaling the image representation to be Blurhashed, which has a non-perceivable quality hit, but a tremendous speed-up. - Implementing a custom, clone-free, mem-efficient nearest-neighbour downsampler. - Applying adaptive downsampling based on image size: a 4k image has a 1% Blurhash representation, while a tiny 100x100 sprite would have a 10% representation, keeping the expected Blurhash form while adapting downsampling for maximum performance. More... 10 months ago
improve: chatlist design Nicer contrasts, padding and colours. More... 10 months ago
add: in-chat contextual unread notification When you're inside a chat, there's no way of knowing you received a message in ANOTHER chat without relying on the OS badge system, this commit adds an in-chat sonar notification dot to the Back Chevron, making it clear when someone else has sent you a message in another chat. More... 10 months ago
fix: image preview grab cursor Grabby grabs. More... 10 months ago
fix: zoom indicator flashing on continous zoom When continously scrolling beyond 1 second, the zoom indicator could flash due to cascading backlogged timeouts, this commit resolves it (as well as the obvious memory issues that accompanied the hundreds of timer events). More... 10 months ago
add: expanded image previews Vector now has a full image preview system, similar to Discord, with the ability to Fullscreen, Zoom and Pan images intuitively on both Desktop (scroll + drag) and Mobile (pinch + drag). More... 10 months ago
add: image file type tag The file type for images is now displayed in-app as a small tag on the bottom-right of each image. More... 10 months ago
add: Icon author attributions More... 10 months ago
improve: length of URL Tracker setting name This will stop the title from wrapping on smaller mobile displays. More... 10 months ago
add: Bot Markers Vector Bots are now marked as Bots in your Chat List! More... 10 months ago
Redesign emoji UI (#12) More... 10 months ago
Add send button that appears when user inputs text or uploads content (#25) More... 10 months ago
add: Group Chat UI tweaks More... 10 months ago
add: chat list tweaks More... 10 months ago
fix: missing Typing Indicator setting code More... 10 months ago
fix: remove unused getVersion Tauri API More... 10 months ago
fix: remove unused Version Fetch A completely unused and forgotten Version call. More... 10 months ago