Releases: d3uceY/Clipcat
v0.8.3
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
v0.8.1
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
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
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
Full Changelog: 0.7.0...v0.7.1
Release v0.7.1
New Features
- Added
insertLinkshelper to automatically convert URLs in clip content into clickable links - Integrated clickable links into
ClipCardwith custom styling - Enhanced link handling and rendering within clip content
- Introduced
HelpDialogcomponent 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
insertLinkshelper to improve HTML escaping and URL handling - Refactored context state by removing
setClipsandsetSoundOn, 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.1across:README.mdwails_toolswails.json
Feedback and issue reports are welcome.
v0.7.0
🚀 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
toggleMiniClipandMakeMiniClip - Updated related components and context providers
- Clip Editing
- Introduced
EditClipDialogfor editing existing clip content - Added
UpdateClipContentfunctionality
- Introduced
- 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
VACUUMcalls - Improved database cleanup and removed redundant blank lines
- Reorganized
ClipProviderfunctions for better readability - Updated settings dialog layout, text styles, and responsiveness
- Adjusted page layouts and padding for improved responsiveness
- Updated
ClipCardfooter layout usingflex-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
deleteCliplogic and cleanup behavior - Made
onClickprop optional inDeleteButton - 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
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
-
Empty state action
- Added an “Add Clip” button with a visual cue to guide users when no clips are present.
-
Dialog integration
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:
READMEwails.jsonwails_tools
-
Synced latest changes from
mainbranch.
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
Full Changelog: v0.5.1...v0.5.2
Hot Fix: window resize cursor
v0.5.1
Custom Cursor icons and small UI improvements
Full Changelog: v0.5.0...v0.5.1

