|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [0.2.0-alpha] - 2026-01-04 |
| 6 | + |
| 7 | +### 🚀 Features |
| 8 | + |
| 9 | +- Implement preview toggle for clipboard records with hotkey by @StudentWeis in [#27](https://github.com/StudentWeis/ropy/pull/27) |
| 10 | +- Add preview functionality for clipboard records by @StudentWeis |
| 11 | +- Add about panel with version info and GitHub link by @StudentWeis |
| 12 | +- Add hotkey configuration and validation with user hints by @StudentWeis |
| 13 | +- Support i18n by @Copilot |
| 14 | +- Support auto startup in silent mode by @ZhBF |
| 15 | +- Keep window open after copying when "Pin to Top" is enabled by @StudentWeis |
| 16 | +- Add rust-embed for asset management and include clear-all and pin-to-top SVG icons by @StudentWeis |
| 17 | +- Implement window pinning functionality and add gpui-component-assets by @StudentWeis |
| 18 | +- Enhance tray icon functionality with left-click event handling by @StudentWeis |
| 19 | + |
| 20 | +### 🐛 Bug Fixes |
| 21 | + |
| 22 | +- Use current max history records from settings as fallback in RopyBoard by @StudentWeis |
| 23 | +- Failed to initialize tray icon on auto startup by @ZhBF |
| 24 | +- Clear all records will clear the last copy state by @StudentWeis |
| 25 | +- Ensure proper use of image record click operations and refactor the clipboard mod by @StudentWeis |
| 26 | +- Deduplicate clipboard images on Windows by @ZhBF |
| 27 | + |
| 28 | +### 🚜 Refactor |
| 29 | + |
| 30 | +- Improve image tooltip handling by @StudentWeis |
| 31 | +- Refresh window after copy something by @StudentWeis |
| 32 | +- Enhance load_initial_records to use configurable max history records and streamline tray handler action dispatching by @StudentWeis |
| 33 | +- Remove gpui-component-assets to reduce the app size by @StudentWeis |
| 34 | +- Update clipboard and tray handling to use async execution model by @StudentWeis |
| 35 | + |
| 36 | +### 📚 Documentation |
| 37 | + |
| 38 | +- Update doc of clipboard listener to notify UI for refresh after record update by @StudentWeis |
| 39 | +- Add Chinese version of README by @Copilot |
| 40 | +- Add issue templates for bug reports and feature requests by @StudentWeis |
| 41 | + |
5 | 42 | ## [0.1.4] - 2025-12-22 |
6 | 43 |
|
7 | 44 | ### 🐛 Bug Fixes |
| 45 | + |
8 | 46 | - Figure the problem of test of clear in repository that deletes user data by @StudentWeis |
9 | 47 |
|
10 | 48 | ### 🚜 Refactor |
| 49 | + |
11 | 50 | - Simplify error message formatting across multiple files by @StudentWeis |
12 | 51 | - Streamline hotkey listener setup and improve event handling by @StudentWeis |
13 | 52 | - Integrate async-channel for clipboard image handling and enhance clipboard listener by @StudentWeis |
14 | 53 | - Enhance clipboard image handling and simplify record delete by @StudentWeis |
15 | 54 | - Add script to build and package macOS DMG for Ropy by @StudentWeis |
16 | 55 |
|
17 | 56 | ### 📚 Documentation |
| 57 | + |
18 | 58 | - Update concurrency documentation to clarify threading model and message passing flow by @StudentWeis |
19 | 59 |
|
20 | 60 | ## [0.1.3] - 2025-12-20 |
|
0 commit comments