Skip to content

Releases: 0-don/clippy

v1.4.9

05 Jan 19:17

Choose a tag to compare

Merge remote-tracking branch 'origin/main'

v1.4.8

03 Jan 21:21

Choose a tag to compare

bump version to 1.4.8 in package.json and tauri.conf.json

v1.4.7

25 Dec 15:56

Choose a tag to compare

bump version to 1.4.7 in Cargo.toml and tauri.conf.json; implement si…

v1.4.6

28 Nov 18:11

Choose a tag to compare

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

01 Sep 21:15

Choose a tag to compare

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

10 Aug 17:30

Choose a tag to compare

bump version to 1.4.4 in Cargo.toml and tauri.conf.json; add force_x1…

v1.4.3

09 Jun 18:10

Choose a tag to compare

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

24 Feb 21:18

Choose a tag to compare

fix encrypted search

v1.4.1

15 Feb 22:11

Choose a tag to compare

add text matchers & patterns

v1.4.0

05 Feb 18:30

Choose a tag to compare

add icon to docs