Skip to content

Commit a65abfb

Browse files
committed
chore: update version to 0.2.0 and dependencies in Cargo files
1 parent c1a8c20 commit a65abfb

3 files changed

Lines changed: 137 additions & 44 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,50 @@
22

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

5+
## [0.2.0] - 2026-01-26
6+
7+
### 🚀 Features
8+
9+
- Add Japanese translations by @ZhBF
10+
- Update cross-platform support CI workflow. by @StudentWeis
11+
12+
### 🐛 Bug Fixes
13+
14+
- Fix missing var name change on linux by @eatradish in [#39](https://github.com/StudentWeis/ropy/pull/39)
15+
- (windows) pin to top functionality by @StudentWeis
16+
- Ensure init gtk and build tray icon on same thread on linux... by @eatradish in [#34](https://github.com/StudentWeis/ropy/pull/34)
17+
18+
### 🚜 Refactor
19+
20+
- Improve the logic of the Settings page and clean the code by @StudentWeis
21+
- Simplify the function start_window_drag import by @StudentWeis
22+
- Improve import organization and simplify code structure across multiple files by @StudentWeis
23+
- Simplify the logic of "pin to top" by @StudentWeis
24+
25+
### ⚙️ Miscellaneous Tasks
26+
27+
- Reorganize imports and update precheck script for nightly compatibility by @StudentWeis
28+
- Update dependencies and improve import organization by @StudentWeis
29+
530
## [0.2.0-beta] - 2026-01-12
631

732
### 🚀 Features
33+
834
- Add support for preserving scroll position during record deletion by @StudentWeis
935
- Add linux platform support (#31) by @eatradish in [#31](https://github.com/StudentWeis/ropy/pull/31)
1036

1137
### 🐛 Bug Fixes
38+
1239
- Fix build on non linux platform by @eatradish in [#32](https://github.com/StudentWeis/ropy/pull/32)
1340
- Handle settings exit in hide action by @StudentWeis in [#30](https://github.com/StudentWeis/ropy/pull/30)
1441
- Clean up auto-start manager logic in windows by @StudentWeis
1542

1643
### 🚜 Refactor
44+
1745
- Reorganize tray and app module imports and functions by @StudentWeis
1846

1947
### 📚 Documentation
48+
2049
- Update README and TODO by @StudentWeis
2150

2251
### New Contributors

0 commit comments

Comments
 (0)