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.3.1] - 2026-03-10
6+
7+ ### 🚀 Features
8+ - Add prek configuration by @StudentWeis
9+ - Add hover preview settings and UI toggle by @StudentWeis
10+ - Enhance records list rendering with scrollbar by @StudentWeis
11+ - Add help panel with keyboard shortcuts and corresponding translations by @StudentWeis
12+
13+ ### 🚜 Refactor
14+ - Update async handling in RopyBoard for background tasks by @StudentWeis
15+ - Remove sysinfo dependency by @StudentWeis
16+ - Change filtered_records to use Arc by @StudentWeis
17+
518## [ 0.3.0] - 2026-03-09
619
720### Attention
Original file line number Diff line number Diff line change 11[package ]
22name = " ropy"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44edition = " 2024"
55description = " A clipboard manager built with Rust and GPUI."
66repository = " https://github.com/StudentWeis/ropy"
@@ -100,7 +100,7 @@ osx_minimum_system_version = "10.15"
100100# macOS specific settings
101101[package .metadata .bundle .bin .ropy ]
102102name = " Ropy"
103- version = " 0.3.0 "
103+ version = " 0.3.1 "
104104copyright = " Copyright 2026 Ropy Team"
105105category = " Productivity"
106106short_description = " A clipboard manager"
You can’t perform that action at this time.
0 commit comments