Skip to content

Commit dff1419

Browse files
committed
chore: update version to 0.2.0-alpha
1 parent f9e6709 commit dff1419

3 files changed

Lines changed: 43 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,59 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
542
## [0.1.4] - 2025-12-22
643

744
### 🐛 Bug Fixes
45+
846
- Figure the problem of test of clear in repository that deletes user data by @StudentWeis
947

1048
### 🚜 Refactor
49+
1150
- Simplify error message formatting across multiple files by @StudentWeis
1251
- Streamline hotkey listener setup and improve event handling by @StudentWeis
1352
- Integrate async-channel for clipboard image handling and enhance clipboard listener by @StudentWeis
1453
- Enhance clipboard image handling and simplify record delete by @StudentWeis
1554
- Add script to build and package macOS DMG for Ropy by @StudentWeis
1655

1756
### 📚 Documentation
57+
1858
- Update concurrency documentation to clarify threading model and message passing flow by @StudentWeis
1959

2060
## [0.1.3] - 2025-12-20

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ropy"
3-
version = "0.1.4"
3+
version = "0.2.0-alpha"
44
edition = "2024"
55
description = "A clipboard manager built with Rust and GPUI."
66
repository = "https://github.com/StudentWeis/ropy"
@@ -50,7 +50,7 @@ lto = "thin"
5050
[package.metadata.bundle]
5151
name = "Ropy"
5252
identifier = "com.ropy.app"
53-
version = "0.1.4"
53+
version = "0.2.0-alpha"
5454
copyright = "Copyright 2025 Ropy Team"
5555
category = "Productivity"
5656
short_description = "A clipboard manager"

0 commit comments

Comments
 (0)