Releases: 0-don/clippy
Releases · 0-don/clippy
v1.4.9
v1.4.8
bump version to 1.4.8 in package.json and tauri.conf.json
v1.4.7
bump version to 1.4.7 in Cargo.toml and tauri.conf.json; implement si…
v1.4.6
feat: enhance clipboard management and search functionality - Exclude images from text search to improve performance and reduce memory usage. - Update cache management to retain relevant clipboard entries after deletions. - Implement conditional debounce for search input based on encryption settings. - Add loading spinner in the search bar and clipboard display for better user experience. - Introduce isSearching state in clipboard store to manage search status.
v1.4.5
bump version to 1.4.5 and improve hotkey handling in window events - Updated package version in Cargo.toml and tauri.conf.json to 1.4.5. - Refactored hotkey handling logic in window_events.rs to improve responsiveness: - Unregister hotkeys immediately to prevent keyboard lock-up. - Use a flag to determine whether to hide the window based on hotkey usage.
v1.4.4
bump version to 1.4.4 in Cargo.toml and tauri.conf.json; add force_x1…
v1.4.3
Refactor clipboard retrieval functions: - Added descending order by ID in `get_all_clipboards_db`. - Removed complex search filtering logic from `get_clipboards_db`, simplifying the query structure.
v1.4.2
fix encrypted search
v1.4.1
add text matchers & patterns
v1.4.0
add icon to docs