Skip to content

Commit cb92e22

Browse files
authored
CHANGELOG: fill for Recent Release (#936)
1 parent 2439f6a commit cb92e22

1 file changed

Lines changed: 104 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## [4.11.0] (October 17, 2025)
4+
5+
- feat: show size for status filter (#923)
6+
- fix: improve server startup message (#921)
7+
8+
## [4.10.0] (October 4, 2025)
9+
10+
- feat: Add optional Last Activity column to torrent list (#906)
11+
- feat(client): add units of measure to throttle speeds (#899)
12+
- feat: show 2 decimal in size usage (#916)
13+
- fix: `LoadingOverlay` sometimes does not hide after login/logout (#905)
14+
- fix: log authentication failed reasons (#882)
15+
- Migrate webpack devServer proxy options to webpack v5 (#904)
16+
- i18n: new translations (#919, #918)
17+
- build(deps-dev): bump form-data from 4.0.1 to 4.0.4 (#900)
18+
- build(deps-dev): bump axios from 1.8.2 to 1.12.0 (#912)
19+
- build(deps-dev): bump tar-fs from 2.1.3 to 2.1.4 (#914)
20+
21+
## [4.9.5] (June 9, 2025)
22+
23+
- ci: use new pkg (#891)
24+
- build(deps-dev): bump fastify from 4.29.0 to 4.29.1 (#881)
25+
- build(deps-dev): bump tar-fs from 2.1.2 to 2.1.3 (#884)
26+
- build(deps-dev): bump axios from 1.7.9 to 1.8.2 (#886)
27+
- build(deps-dev): bump webpack-dev-server from 4.15.2 to 5.2.1 (#885)
28+
- i18n: new translations (#889)
29+
30+
## [4.9.4] (June 9, 2025)
31+
32+
- build: add ghcr.io docker image
33+
- build(deps-dev): bump esbuild from 0.19.12 to 0.25.0 (#869)
34+
- build: replace deprecated `pkg` with `@yao-pkg/pkg` (#868)
35+
- i18n: new translations (#863)
36+
- ci: replace apt with apt-get (#860)
37+
38+
## [4.9.3] (January 30, 2025)
39+
40+
- build: upgrade deps (#858)
41+
- docs: fix readme badge (#857)
42+
43+
## [4.9.2] (January 30, 2025)
44+
45+
- ci: always use version from package.json from ci (#855)
46+
- ci: upload deb with gh cli to avoid override (#854)
47+
48+
## [4.9.1] (January 30, 2025)
49+
50+
- i18n: new translations (#852)
51+
- ci: use bazel@7 to build deb (#851)
52+
53+
## [4.9.0] (January 15, 2025)
54+
55+
- feat: add filter by filesystem location + bonus tooltip on overflowed filter names (#518)
56+
- fix(ui): some dark mode fixes (#714)
57+
- fix: check if user service is bootstrapped before removing instances (#835)
58+
- fix: run compaction every interval (#834)
59+
- docs: add notes about upstream rtorrent json-rpc (#845)
60+
- i18n: new translations (#848, #841)
61+
- build(deps): bump nanoid from 3.3.7 to 3.3.8 (#833)
62+
63+
## [4.8.5] (December 10, 2024)
64+
65+
- fix(rTorrent): support xmlrpc int type (#829)
66+
- fix(rTorrent): prevent extra commas in serialized XML (#830)
67+
- fix(qBittorrent): api version state handling (#826)
68+
- fix(qBittorrent): Missing states (#817)
69+
- build: remove deprecated package `frontmatter-markdown-loader` (#831)
70+
- build(deps): bump cross-spawn from 7.0.3 to 7.0.5 (#823)
71+
- build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 (#816)
72+
- i18n: new translations (#821)
73+
- ci: fix docker-dbg job (#822)
74+
75+
## [4.8.4] (October 9, 2024)
76+
77+
- fix: add_paused changed to add_stopped in qbit 5 (#810)
78+
- ci: fix release workflow (#808)
79+
- build(deps-dev): bump express from 4.19.2 to 4.20.0 (#805)
80+
- build(deps-dev): bump body-parser from 1.20.2 to 1.20.3 (#804)
81+
- build(deps): bump find-my-way from 8.2.0 to 8.2.2 (#807)
82+
- build(deps-dev): bump webpack from 5.93.0 to 5.94.0 (#806)
83+
84+
## [4.8.3] (October 8, 2024)
85+
86+
- fix: resume and pause does not work with qbittorrent 5 (#801)
87+
- fix: changed transmission ratio calculation to total size instead of downloaded size (#791)
88+
- fix: correct buffers concatenation in socket (#787)
89+
- style: add new rule for imports (#785)
90+
- build: fix docker warn (#784)
91+
- build: enable pnpm link (#783)
92+
- build: embed mmdb as pure js data (#782)
93+
- build: remove deprecated babel plugin (#781)
94+
- i18n: new translations (#802)
95+
396
## [4.8.2] (May 4, 2024)
497

598
nothing new, just a new release to for deb files.
@@ -612,3 +705,14 @@ Other changes:
612705
[4.8.0]: https://github.com/jesec/flood/compare/v4.7.0...v4.8.0
613706
[4.8.1]: https://github.com/jesec/flood/compare/v4.8.0...v4.8.1
614707
[4.8.2]: https://github.com/jesec/flood/compare/v4.8.1...v4.8.2
708+
[4.8.3]: https://github.com/jesec/flood/compare/v4.8.2...v4.8.3
709+
[4.8.4]: https://github.com/jesec/flood/compare/v4.8.3...v4.8.4
710+
[4.8.5]: https://github.com/jesec/flood/compare/v4.8.4...v4.8.5
711+
[4.9.0]: https://github.com/jesec/flood/compare/v4.8.5...v4.9.0
712+
[4.9.1]: https://github.com/jesec/flood/compare/v4.9.0...v4.9.1
713+
[4.9.2]: https://github.com/jesec/flood/compare/v4.9.1...v4.9.2
714+
[4.9.3]: https://github.com/jesec/flood/compare/v4.9.2...v4.9.3
715+
[4.9.4]: https://github.com/jesec/flood/compare/v4.9.3...v4.9.4
716+
[4.9.5]: https://github.com/jesec/flood/compare/v4.9.4...v4.9.5
717+
[4.10.0]: https://github.com/jesec/flood/compare/v4.9.5...v4.10.0
718+
[4.11.0]: https://github.com/jesec/flood/compare/v4.10.0...v4.11.0

0 commit comments

Comments
 (0)