Skip to content

Commit 53be0c8

Browse files
committed
chore: update version to 0.2.0-beta
1 parent d0461d9 commit 53be0c8

5 files changed

Lines changed: 34 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

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

5+
## [0.2.0-beta] - 2026-01-12
6+
7+
### 🚀 Features
8+
- Add support for preserving scroll position during record deletion by @StudentWeis
9+
- Add linux platform support (#31) by @eatradish in [#31](https://github.com/StudentWeis/ropy/pull/31)
10+
11+
### 🐛 Bug Fixes
12+
- Fix build on non linux platform by @eatradish in [#32](https://github.com/StudentWeis/ropy/pull/32)
13+
- Handle settings exit in hide action by @StudentWeis in [#30](https://github.com/StudentWeis/ropy/pull/30)
14+
- Clean up auto-start manager logic in windows by @StudentWeis
15+
16+
### 🚜 Refactor
17+
- Reorganize tray and app module imports and functions by @StudentWeis
18+
19+
### 📚 Documentation
20+
- Update README and TODO by @StudentWeis
21+
22+
### New Contributors
23+
24+
- @eatradish made his first contribution in [#32](https://github.com/StudentWeis/ropy/pull/32)
25+
526
## [0.2.0-alpha] - 2026-01-04
627

728
### 🚀 Features

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.2.0-alpha"
3+
version = "0.2.0-beta"
44
edition = "2024"
55
description = "A clipboard manager built with Rust and GPUI."
66
repository = "https://github.com/StudentWeis/ropy"
@@ -54,7 +54,7 @@ lto = "thin"
5454
[package.metadata.bundle]
5555
name = "Ropy"
5656
identifier = "com.ropy.app"
57-
version = "0.2.0-alpha"
57+
version = "0.2.0-beta"
5858
copyright = "Copyright 2025 Ropy Team"
5959
category = "Productivity"
6060
short_description = "A clipboard manager"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ English | <a href="doc/README_ZH.md">简体中文</a>
2424

2525
# Features
2626

27-
- Cross-platform support: Windows and macOS.
27+
- Cross-platform: Windows, macOS & Linux.
2828
- Native GUI application built with Zed's GPUI.
2929
- Easy-to-use, lightweight and fast.
30-
- Search/Pin/Preview/Autostart/Shortcuts etcs.
30+
- Search/Pin/Preview/Autostart/Shortcuts.
3131

3232
# Installation
3333

@@ -46,7 +46,7 @@ sudo xattr -r -d com.apple.quarantine /Applications/Ropy.app
4646

4747
## Building from Source
4848

49-
Make sure you have Rust installed. You can install Rust using [rustup](https://rustup.rs/).
49+
Make sure you have Rust installed. You can install Rust using [rustup](https://rustup.rs).
5050

5151
1. Clone the repository:
5252

doc/README_ZH.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,16 @@
1818
</p>
1919

2020
<p align="center">
21-
<img src="https://s2.loli.net/2025/12/19/iqnFu2pdNogyA7P.png" alt="Ropy Dark" width="45%">
22-
<img src="https://s2.loli.net/2025/12/19/OaiXxnfGQLRvH5T.png" alt="Ropy Light" width="45%">
21+
<img src="https://s2.loli.net/2026/01/04/8LNOkP3rwivYtxj.png" alt="Ropy Dark" width="40%">
22+
<img src="https://s2.loli.net/2026/01/04/IM83wFmDJ6QpKHO.png" alt="Ropy Light" width="40%">
2323
</p>
2424

2525
# 特性
2626

27-
- 跨平台支持:Windows 和 macOS
27+
- 跨平台支持:Windows、macOSLinux
2828
- 使用 Zed 的 GPUI 构建的原生 GUI 应用。
2929
- 易于使用、轻量且快速。
30-
- 搜索功能可快速查找历史记录。
31-
- 系统启动时自动启动。
32-
- 快捷键快速访问。
30+
- 搜索/置顶/预览/自动启动/快捷键。
3331

3432
# 安装
3533

@@ -72,9 +70,10 @@ cargo build --release
7270
# 使用
7371

7472
- 启动应用程序,它将开始监控您的剪贴板。
75-
- 使用全局快捷键(Ctrl/Control + Shift + D)或托盘图标访问剪贴板历史记录
76-
- 点击任意记录或使用键盘的 1/2/3/4/5 键选择记录以将其复制回剪贴板
73+
- 使用可配置的全局快捷键或托盘图标访问剪贴板历史记录
74+
- 点击任意记录或使用 <kbd>1/2/3/4/5</kbd> 或 <kbd>Enter</kbd> 选择记录
7775
- 使用搜索栏筛选剪贴板记录。
76+
- 置顶 Ropy 窗口以使其始终保持在最上层。
7877

7978
# 致谢
8079

0 commit comments

Comments
 (0)