* feat: improve pinning logic in clipboard history
* feat: sort clipboard history items with pinned items first
* feat: add configurable maximum clipboard history size
* chore: remove zero check
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat: expose DEFAULT_MAX_HISTORY_SIZE
* feat: set default maximum history size from clipboard manager
* chore: make sort by key stable
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* chore: improve sort by consistense
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix: ensure history is persisted only when trimmed items exceed configured limit
* feat: minimum and maximum history size constants
* fix: enforcey history limit already truncate history
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat: enforce history limit considering pinned items
* feat: improve clipboard history synchronization
* feat: add logging for checking limits
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat: enhance clipboard history updates with delta handling
* feat: improve max history size input handling to prevent accidental data loss
* fix: ajust typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* chore: improve comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* chore: improve history change detection
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat: extract Kaomoji and Symbols feature
* style(lint & format): Improve code formatting and adjust whitespace
- Modified whitespace, blank lines, and prop alignment across ClipboardApp, KaomojiPicker, and user_settings.rs.
- Categorized as 'style' for cosmetic changes that enhance readability without altering any logic or functionality.
- Decision made to standardize prop indentation and remove unnecessary blank lines for consistent code style.
* chore: apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* chore: apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat(merge | expand-feature): add smart actions and setup wizard
* refactor: reorganize components and add minor features
* refactor: address review feedback and fix rich text rendering
- Enable rendering of `RichText` content in history items.
- Simplify `#[serde(default)]` usage in user settings.
- Improve regex error handling in clipboard search.
- Clean up imports, indentation, and redundant code in components.
- Enhance smart action regex and error logging.
* feat(clipboard): add history persistence and fixed related error (restart duplication)
- Implement JSON-based persistence for clipboard history
- Replace randomized DefaultHasher with deterministic FnvHasher to ensure stable hashing across restarts
- Initialize duplication checks from loaded history to prevent duplicate entries on startup
* feat(search): support RichText content
- Updated search logic in src/components/ClipboardTab.tsx.
- Categorized as 'feat' for adding new content type support to existing search capabilities.
- Introduced a `searchableText` variable to unify content extraction for filtering.
* refactor: centralize `BooleanSettingKey` type and enhance smart action URL detection and execution.
* refactor: restore the ability to execute smart actions using switch statements, handle errors, and log undefined actions of smartActions.
---------
Co-authored-by: Gustavo Carvalho <gustaavoribeeiro@hotmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat: enhance capabilities and permissions for autostart and global shortcuts
* feat: implement desktop environment detection and global shortcut registration
* feat: add permission checker module for uinput access verification and configuration
* feat: add autostart and global shortcut plugins; integrate permission checker functions
* feat: add LXQt and LXDE support for global shortcuts
* feat: add permission_checker and shortcut_setup modules to the library
* feat: implement SetupWizard for first-run setup and autostart configuration
* feat: overhaul install script for improved distribution detection and installation methods
* feat: add autostart and global shortcut plugins to dependencies
* feat: enhance Makefile with improved installation and cleanup processes
* feat: enhance release workflow with version syncing and installation instructions
* docs: update contributing guidelines to include required dependencies
* docs: update README with Rust version, installation instructions, and new features
* feat: improve installation process for uinput module and udev rules
* feat: add support for AlmaLinux and improve WebKitGTK compatibility handling
* feat: enhance post-removal script to handle multiple module configuration filenames
* feat: add XDG_SESSION_CLASS to environment variables in wrapper script
* fix: improve error handling for MATE keybinding slots
* chore: remove xml formatting
* feat: ensure input group exists and add user only on live system during installation
* feat: add architecture detection for DEB and RPM packages
* fix: correct logic for uinput module configuration in post-installation script
* fix: improve error message for missing win11-clipboard-history binary
* feat: enhance permission fixing by checking for required commands
* fix: improve shortcut registration by ensuring thread completion
* style: shortcut registration formatting
* feat: add support for CachyOS
* feat: enhance distribution detection and installation process
* chore: update version to 0.4.0 in package.json, Cargo.toml, and tauri.conf.json
* chore: update version to 0.4.0 in package-lock.json
* fix: update Cloudsmith repository name to clipboard-manager
* feat: add PKGBUILD and installation script for win11-clipboard-history-bin
* chore: remove VERSION variable from Makefile
* fix: improve error message for binary not found in wrapper script
* feat: enhance installation process with Cloudsmith repository support