File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change 11[package ]
22name = " ropy"
3- version = " 0.2.0-alpha "
3+ version = " 0.2.0-beta "
44edition = " 2024"
55description = " A clipboard manager built with Rust and GPUI."
66repository = " https://github.com/StudentWeis/ropy"
@@ -54,7 +54,7 @@ lto = "thin"
5454[package .metadata .bundle ]
5555name = " Ropy"
5656identifier = " com.ropy.app"
57- version = " 0.2.0-alpha "
57+ version = " 0.2.0-beta "
5858copyright = " Copyright 2025 Ropy Team"
5959category = " Productivity"
6060short_description = " A clipboard manager"
Original file line number Diff line number Diff 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
51511 . Clone the repository:
5252
Original file line number Diff line number Diff line change 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、macOS 和 Linux 。
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
You can’t perform that action at this time.
0 commit comments