Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: 0-don/clippy

Tags

v1.4.5

Toggle v1.4.5's commit message
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

Toggle v1.4.4's commit message
bump version to 1.4.4 in Cargo.toml and tauri.conf.json; add force_x1…

…1_cleanup function for Linux to handle stuck key issues; improve hotkey listener with periodic cleanup; ensure newline at end of setup.rs

v1.4.3

Toggle v1.4.3's commit message
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

Toggle v1.4.2's commit message
fix encrypted search

v1.4.1

Toggle v1.4.1's commit message
add text matchers & patterns

v1.4.0

Toggle v1.4.0's commit message
add icon to docs

v1.3.1

Toggle v1.3.1's commit message
Merge pull request #14 from bovirus/master

Italian language update

v1.3.0

Toggle v1.3.0's commit message
add more translations

v1.2.9

Toggle v1.2.9's commit message
chore: Update dependencies and fix clipboard image resizing

v1.2.8

Toggle v1.2.8's commit message
version bump