Skip to content

Releases: Vincentj88-python/snipsync

v0.4.0 — Glassmorphism UI Redesign

27 Mar 11:15

Choose a tag to compare

What's New

Complete visual overhaul with a premium glassmorphism design:

  • Animated gradient mesh background — purple, blue, and green gradients shift smoothly behind all content
  • Frosted glass surfaces — titlebar, input area, clip cards, filters, settings, and toasts all use translucent glass with backdrop blur
  • Inter font — switched from DM Sans to Inter for sharper, modern typography
  • Smooth animations — clip cards stagger in on load, hover lift effects, scale-down on click
  • Purple focus glow — inputs glow purple when focused
  • Gradient send button — green gradient with a soft glow shadow
  • Pill-shaped filters — rounded filter buttons with subtle purple active glow
  • Glass context menus & toasts — blurred translucent overlays
  • Consistent design — Chrome extension and desktop app now share the same visual identity

Downloads

  • macOS (Apple Silicon): SnipSync-0.4.0-arm64.dmg
  • Windows (x64): SnipSync Setup 0.4.0.exe

Full Changelog: v0.3.1...v0.4.0

0.3.1

24 Mar 06:37

Choose a tag to compare

v0.3.1

Fix team encryption: team clips are plaintext, decrypt owned clips fo…

v0.3.0 — Production-Ready Overhaul

18 Mar 13:19

Choose a tag to compare

What's new

UI & UX

  • Improved text contrast and card polish across the entire app
  • Compact clip cards with type-colored left borders
  • Hover-to-reveal actions, right-click context menu
  • Persistent search bar with / keyboard shortcut
  • Expandable clip content for long snippets
  • Image lightbox — click any image to view full size
  • Vault unlock overlay on the main screen (no need to open Settings)
  • Enter to send clips (Shift+Enter for newline)
  • Optimistic clip rendering — clips appear instantly

File & Image Clips (Pro)

  • Drag and drop files onto the input area (up to 25MB)
  • Paste screenshots and images (up to 10MB)
  • File clips show icon, filename, size, and download button
  • Smart type detection for images vs files

Encryption Polish

  • Password confirmation on vault setup
  • Password strength indicator (4-level bar)
  • Show/hide password toggle on all password fields
  • Recovery phrase displayed as numbered chips with copy button
  • Recover + disable encryption in one step via recovery phrase
  • Force-reset option when both password and phrase are lost

Account & Security

  • Sign out moved to Settings > Account (removed avatar from titlebar)
  • Persistent UUID device ID (survives hardware changes)
  • Full account deletion — removes auth user, profile, all data
  • Abuse prevention: deleted accounts tracked, re-signup shows warning
  • Transactional emails: welcome, account deleted, welcome back

Technical

  • 3 new Supabase edge functions
  • deleted_accounts table with RLS
  • clip-files storage bucket
  • file type added to clips
  • All 27 tests passing

Downloads

  • macOS (Apple Silicon): SnipSync-0.3.0-arm64.dmg
  • Windows (x64): SnipSync Setup 0.3.0.exe

Full Changelog: v0.2.0...v0.3.0

0.2.0

17 Mar 10:07

Choose a tag to compare

v0.2.0

Fix: auto-recreate profile on sign-in after account deletion