Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [0.5.5] - 2026-08-03

### 🐛 Bug Fixes
- Avoid anonymous API rate limits (#150) by @StudentWeis in [#150](https://github.com/StudentWeis/ropy/pull/150)

## [0.5.4] - 2026-08-03

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ropy"
version = "0.5.4"
version = "0.5.5"
edition = "2024"
description = "A clipboard manager built with Rust and GPUI."
authors = ["Student Wei <studentweis@gmail.com>"]
Expand Down Expand Up @@ -166,7 +166,7 @@ osx_minimum_system_version = "10.15"

[package.metadata.bundle.bin.ropy]
name = "Ropy"
version = "0.5.4"
version = "0.5.5"
copyright = "Copyright 2026 Ropy Team"
category = "Productivity"
short_description = "A clipboard manager"
Expand Down
1 change: 1 addition & 0 deletions docs/data/build_sizes.csv
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ date,commit,binary,size_bytes,gzip_bytes,delta_bytes,delta_gzip
2026-05-11T07:59:54Z,c3391ef,target/release/ropy,11937376,5627804,-66416,-42558
2026-05-14T11:04:37Z,433d66d,target/release/ropy,11953904,5631229,16528,3425
2026-08-03T11:53:38Z,b699a6a,target/release/ropy,12005536,5591274,51632,-39955
2026-08-03T14:23:16Z,ce11dfd,target/release/ropy,12005536,5592887,0,1613
Loading