Skip to content

Releases: d3uceY/Clipcat

v0.8.3

14 Mar 21:31

Choose a tag to compare

Commits

Changes since v0.8.2-beta:

  • chore: update version to 0.8.3 in README, wails_tools.nsh, main.go, and wails.json (5b06b64)
  • feat: implement at-rest encryption for clips with migration and decryption support (f6734f4)
  • fix: correct STORAGE_KEY for onboarding tour completion check (b561dcf)
  • fix: refine version comparison logic in AboutDialog component for accurate update checks (5a154a3)
  • fix: adjust visibility of About section in Page component for better responsiveness (b025959)
  • feat: implement onboarding tour using Driver.js with customized styles and tour steps (57f78ad)
  • fix: rename variable for clarity in version comparison logic in AboutDialog component (23ca347)
  • fix: improve version comparison logic in AboutDialog component (0db88ba)
  • fix: enhance version comparison logic in AboutDialog component (d5ab554)
  • chore: update version to 0.8.2 in README.md, wails_tools.nsh, main.go, and wails.json (37d5859)

Full Changelog: v0.8.2...v0.8.3

v0.8.2

07 Mar 13:56

Choose a tag to compare

Commits

Changes since v0.8.2:

Full Changelog: v0.8.1...v0.8.2

v0.8.1

07 Mar 11:56

Choose a tag to compare

Commits

Changes since v0.8.0:

  • chore: update version to 0.8.1 in README.md, wails_tools.nsh, main.go, and wails.json (87dbb24)
  • fix: improve performance of filteredClips using useMemo and refactor related code (4cb9123)
  • Update README.md (69f2c58)

Full Changelog: v0.8.0...v0.8.1

v0.8.0

03 Mar 23:22

Choose a tag to compare

Commits

Changes since v0.7.2:

  • chore: update version to 0.8.0 in README.md, wails_tools.nsh, main.go, and wails.json (f75d747)
  • Update README.md (81e34ef)
  • fix: correct formatting and improve clarity in README.md (626a038)
  • fix: correct formatting and improve clarity in README.md (02a0b3d)
  • fix: update button text color for better visibility in Quick Paste mode (d97148a)
  • feat: update PasteToWindow to conditionally hide window based on Quick Paste mode (416ad31)
  • feat: implement Quick Paste functionality with confirmation dialog and focus tracking (cad44b2)
  • feat: implement Ghost Mode functionality with settings persistence (9a9abb5)
  • feat: add system tray functionality for easier access to Clipcat (338382a)
  • fix: remove unnecessary blank lines in app.go for cleaner code (5094766)
  • feat: implement ignore list functionality and clipboard capture controls (1b69625)
  • fix: format NSIS installation step in release workflow (e2fd6eb)

Full Changelog: v0.7.2...v0.8.0

v0.7.2

03 Mar 09:46

Choose a tag to compare

Commits

Changes since v0.7.1:

  • chore: update version to 0.7.2 in README, wails_tools, and wails.json (35bda42)
  • feat: improve clip deletion handling and update row span timing (837b4ab)
  • fix: remove unnecessary VACUUM calls after deleting clips (dd80271)
  • feat: add GitHub Actions workflow for automated release process (62003c8)

Full Changelog: v0.7.1...v0.7.2

0.7.1

09 Feb 21:26

Choose a tag to compare

Full Changelog: 0.7.0...v0.7.1

Release v0.7.1

New Features

  • Added insertLinks helper to automatically convert URLs in clip content into clickable links
  • Integrated clickable links into ClipCard with custom styling
  • Enhanced link handling and rendering within clip content
  • Introduced HelpDialog component with usage tips and keyboard shortcuts
  • Added keyboard shortcuts for:
    • Toggling mini clip
    • Enabling/disabling sound
    • Showing/hiding clip content
  • Updated tooltips to display relevant keyboard shortcuts

Improvements

  • Improved URL detection logic for more accurate matching
  • Refactored insertLinks helper to improve HTML escaping and URL handling
  • Refactored context state by removing setClips and setSoundOn, replacing them with toggle-based functions
  • General internal changes and minor enhancements

Bug Fixes

  • Fixed URL regex issues to prevent incorrect or partial matches

Chores

  • Updated application version to 0.7.1 across:
    • README.md
    • wails_tools
    • wails.json

Feedback and issue reports are welcome.

v0.7.0

03 Feb 22:26

Choose a tag to compare

🚀 v0.7.0 — UI Polish, Mini Clips & Startup Control

✨ New Features

  • Mini Clip Mode
    • Added Mini Clip functionality with adjustable window size and position
    • Implemented toggle support via toggleMiniClip and MakeMiniClip
    • Updated related components and context providers
  • Clip Editing
    • Introduced EditClipDialog for editing existing clip content
    • Added UpdateClipContent functionality
  • Startup Management
    • Added startup enable/disable controls
    • Implemented Windows startup management functions
  • About Dialog Enhancements
    • Added birthday celebration message 🎉
    • Updated profile link to LinkedIn

🛠 Improvements & Refactors

  • Optimized clip deletion by adding SQLite VACUUM calls
  • Improved database cleanup and removed redundant blank lines
  • Reorganized ClipProvider functions for better readability
  • Updated settings dialog layout, text styles, and responsiveness
  • Adjusted page layouts and padding for improved responsiveness
  • Updated ClipCard footer layout using flex-col-reverse
  • Reordered sound settings in WindowControls
  • Added helpful tooltips in settings
  • Updated README with new features and improvements

🐛 Fixes

  • Fixed spacing in “Hide Clipboard Content” text
  • Corrected error handling in imageClipExists
  • Improved deleteClip logic and cleanup behavior
  • Made onClick prop optional in DeleteButton
  • Cleaned up outdated comments in clip existence checks and pin toggling

🧹 Maintenance

  • Removed obsolete comments and minor code cleanup
  • Updated app layout boundaries and internal structure

Version: 0.7.0
Release Type: Feature + UI/UX + Performance Update

Full Changelog: v0.6.0...v0.7.0

v0.6.0

31 Jan 23:19

Choose a tag to compare

v0.6.0 — Add Clip Flow & UI Enhancements

Highlights

This release focuses on improving the clip creation experience and refining the overall application layout. Users now have a clearer, more intuitive way to add new clips, especially when starting from an empty state.

Added

  • Add Clip functionality

    • Implemented core logic for creating new clips.
    • Integrated the AddClipDialog component for structured clip input.
    • image
  • Empty state action

    • Added an “Add Clip” button with a visual cue to guide users when no clips are present.
  • Dialog integration

    • Connected the Add Clip button to the dialog flow for a smoother user experience.
      • image

Improved

  • UI layout

    • Enhanced app boundaries to better define the main application area.
    • Adjusted main padding for improved spacing and visual balance.
  • Styling

    • Refined layout and dialog styling to feel more cohesive and intentional.

Maintenance

  • Bumped application version to 0.6.0 across:

    • README
    • wails.json
    • wails_tools
  • Synced latest changes from main branch.

Notes

This release lays groundwork for future clip-related enhancements by solidifying the creation flow and improving first-time user experience.


Full Changelog: v0.5.2...v0.6.0

v0.5.2

29 Jan 09:17

Choose a tag to compare

Full Changelog: v0.5.1...v0.5.2
Hot Fix: window resize cursor

v0.5.1

28 Jan 20:13

Choose a tag to compare

Custom Cursor icons and small UI improvements

Full Changelog: v0.5.0...v0.5.1