Skip to content

Releases: milinbhakta/ClipRust

v1.2.0

25 Jan 18:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

18 Jan 18:33
f51584b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

14 Jan 12:39
Compare
Choose a tag to compare

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

  1. Copy to Clipboard: Users can copy text to the system clipboard.

  2. Delete Clipboard Item: Users can delete specific items from the clipboard.

  3. 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.