Skip to content

Commit 1d1d7e3

Browse files
committed
fix: correct release dates in CHANGELOG.md
Fixed incorrect years in changelog entries: - All releases are from 2024-2025, not 2023-2024 - 4.11.0: October 17, 2025 - 4.10.0: October 4, 2025 - 4.9.5: June 9, 2025 - 4.9.4: June 9, 2025 - 4.9.3: January 30, 2025 - 4.9.2: January 30, 2025 - 4.9.1: January 30, 2025 - 4.9.0: January 15, 2025 - 4.8.5: December 10, 2024 - 4.8.4: October 9, 2024 - 4.8.3: October 8, 2024 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 44f0849 commit 1d1d7e3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changelog
22

3-
## [4.11.0] (October 17, 2024)
3+
## [4.11.0] (October 17, 2025)
44

55
- feat: show size for status filter (#923)
66
- fix: improve server startup message (#921)
77

8-
## [4.10.0] (October 3, 2024)
8+
## [4.10.0] (October 4, 2025)
99

1010
- feat: Add optional Last Activity column to torrent list (#906)
1111
- feat(client): add units of measure to throttle speeds (#899)
@@ -18,7 +18,7 @@
1818
- build(deps-dev): bump axios from 1.8.2 to 1.12.0 (#912)
1919
- build(deps-dev): bump tar-fs from 2.1.3 to 2.1.4 (#914)
2020

21-
## [4.9.5] (June 8, 2024)
21+
## [4.9.5] (June 9, 2025)
2222

2323
- ci: use new pkg (#891)
2424
- build(deps-dev): bump fastify from 4.29.0 to 4.29.1 (#881)
@@ -27,30 +27,30 @@
2727
- build(deps-dev): bump webpack-dev-server from 4.15.2 to 5.2.1 (#885)
2828
- i18n: new translations (#889)
2929

30-
## [4.9.4] (May 27, 2024)
30+
## [4.9.4] (June 9, 2025)
3131

3232
- build: add ghcr.io docker image
3333
- build(deps-dev): bump esbuild from 0.19.12 to 0.25.0 (#869)
3434
- build: replace deprecated `pkg` with `@yao-pkg/pkg` (#868)
3535
- i18n: new translations (#863)
3636
- ci: replace apt with apt-get (#860)
3737

38-
## [4.9.3] (January 29, 2024)
38+
## [4.9.3] (January 30, 2025)
3939

4040
- build: upgrade deps (#858)
4141
- docs: fix readme badge (#857)
4242

43-
## [4.9.2] (January 29, 2024)
43+
## [4.9.2] (January 30, 2025)
4444

4545
- ci: always use version from package.json from ci (#855)
4646
- ci: upload deb with gh cli to avoid override (#854)
4747

48-
## [4.9.1] (January 29, 2024)
48+
## [4.9.1] (January 30, 2025)
4949

5050
- i18n: new translations (#852)
5151
- ci: use bazel@7 to build deb (#851)
5252

53-
## [4.9.0] (January 14, 2024)
53+
## [4.9.0] (January 15, 2025)
5454

5555
- feat: add filter by filesystem location + bonus tooltip on overflowed filter names (#518)
5656
- fix(ui): some dark mode fixes (#714)
@@ -60,7 +60,7 @@
6060
- i18n: new translations (#848, #841)
6161
- build(deps): bump nanoid from 3.3.7 to 3.3.8 (#833)
6262

63-
## [4.8.5] (December 9, 2023)
63+
## [4.8.5] (December 10, 2024)
6464

6565
- fix(rTorrent): support xmlrpc int type (#829)
6666
- fix(rTorrent): prevent extra commas in serialized XML (#830)
@@ -72,7 +72,7 @@
7272
- i18n: new translations (#821)
7373
- ci: fix docker-dbg job (#822)
7474

75-
## [4.8.4] (October 9, 2023)
75+
## [4.8.4] (October 9, 2024)
7676

7777
- fix: add_paused changed to add_stopped in qbit 5 (#810)
7878
- ci: fix release workflow (#808)
@@ -81,7 +81,7 @@
8181
- build(deps): bump find-my-way from 8.2.0 to 8.2.2 (#807)
8282
- build(deps-dev): bump webpack from 5.93.0 to 5.94.0 (#806)
8383

84-
## [4.8.3] (October 7, 2023)
84+
## [4.8.3] (October 8, 2024)
8585

8686
- fix: resume and pause does not work with qbittorrent 5 (#801)
8787
- fix: changed transmission ratio calculation to total size instead of downloaded size (#791)

0 commit comments

Comments
 (0)