Releases: milinbhakta/ClipRust
v1.2.0
What's Changed
- Add Search Functionality to ClipRust by @milinbhakta in #5
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Feat - Add Support for image and files by @milinbhakta in #2
New Contributors
- @milinbhakta made their first contribution in #2
Full Changelog: v1.0.0...v1.1.0
v1.0.0
ClipRust v1.0.0 Release Notes
We're excited to announce the first release of ClipRust, a desktop clipboard manager built with Tauri and TypeScript. This release includes the following features:
Features
-
Copy to Clipboard: Users can copy text to the system clipboard.
-
Delete Clipboard Item: Users can delete specific items from the clipboard.
-
Snackbar Notifications: The application displays snackbar notifications to inform the user when an action (copying to clipboard or deleting an item) has been performed.
Installation
To install ClipRust, download the latest release from the GitHub repository and follow the instructions for your operating system.
Usage
After installing ClipRust, you can start it by clicking on its icon in your applications menu. The application will open a window where you can view and manage your clipboard items.
To copy a clipboard item, click on the copy icon next to the item. The text will be copied to your system clipboard and a notification will be displayed.
To delete a clipboard item, click on the trash icon next to the item. The item will be deleted and a notification will be displayed.
Support
If you encounter any issues while using ClipRust, please open an issue on the GitHub repository. Provide as much detail as possible about the issue, including the steps to reproduce it and any error messages you see.