Skip to content

Commit 19f0c9d

Browse files
committed
chore: update version to 0.5.0-beta
1 parent c98259c commit 19f0c9d

4 files changed

Lines changed: 29 additions & 3 deletions

File tree

CHANGELOG.md

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

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

5+
## [0.5.0-beta] - 2026-04-16
6+
7+
### 🚀 Features
8+
- Add success notification for settings updates by @StudentWeis
9+
10+
### 🐛 Bug Fixes
11+
- Add InteractiveElement import in common.rs by @ZhBF
12+
- Add new SVG icons for circle check, circle x, and triangle alert by @StudentWeis
13+
14+
### 💼 Other
15+
- Remove unused rtk related configurations and scripts by @StudentWeis
16+
17+
### 🚜 Refactor
18+
- Simplify list item styling logic by @StudentWeis
19+
- Simplify social link button rendering logic, remove border by @StudentWeis
20+
- Add cfg target for InteractiveElement import by @StudentWeis
21+
- Add icon allowlist and common panel components by @StudentWeis
22+
- Enhance about panel layout with border styling by @StudentWeis
23+
24+
### 📚 Documentation
25+
- Add scoop extra bucket instruction by @StudentWeis
26+
27+
### 🎨 Styling
28+
- Remove spaces around redirection operators in shell scripts by @StudentWeis
29+
530
## [0.5.0-alpha] - 2026-04-09
631

732
### 🚀 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.5.0-alpha"
3+
version = "0.5.0-beta"
44
edition = "2024"
55
description = "A clipboard manager built with Rust and GPUI."
66
authors = ["Student Wei <studentweis@gmail.com>"]
@@ -113,7 +113,7 @@ osx_minimum_system_version = "10.15"
113113
# macOS specific settings
114114
[package.metadata.bundle.bin.ropy]
115115
name = "Ropy"
116-
version = "0.5.0-alpha"
116+
version = "0.5.0-beta"
117117
copyright = "Copyright 2026 Ropy Team"
118118
category = "Productivity"
119119
short_description = "A clipboard manager"

doc/data/build_sizes.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ date,commit,binary,size_bytes,gzip_bytes,delta_bytes,delta_gzip
3131
2026-04-08T03:02:29Z,b69bbbf,target/release/ropy,11688896,4854310,15440,3527
3232
2026-04-08T15:02:02Z,df10325,target/release/ropy,11687232,4851377,-1664,-2933
3333
2026-04-09T03:03:05Z,66e9bc1,target/release/ropy,11693136,4857605,5904,6228
34+
2026-04-16T09:29:34Z,c98259c,target/release/ropy,11692768,4857677,-368,72

0 commit comments

Comments
 (0)