Skip to content

Commit bd970a5

Browse files
committed
chore: bump version to 0.3.1
1 parent 60203e4 commit bd970a5

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

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

33
All 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

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.3.0"
3+
version = "0.3.1"
44
edition = "2024"
55
description = "A clipboard manager built with Rust and GPUI."
66
repository = "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]
102102
name = "Ropy"
103-
version = "0.3.0"
103+
version = "0.3.1"
104104
copyright = "Copyright 2026 Ropy Team"
105105
category = "Productivity"
106106
short_description = "A clipboard manager"

0 commit comments

Comments
 (0)