File tree Expand file tree Collapse file tree 7 files changed +29
-10
lines changed
Expand file tree Collapse file tree 7 files changed +29
-10
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.4.6] - 2025-09-07
6+
7+ ### Changed
8+ - Use transparent background by default by @tessus in [ #193 ] ( https://github.com/orhun/systeroid/pull/193 )
9+ - Update deps by @tessus
10+ - Update external actions by @tessus
11+ - Update getopts to 0.2.24 by @tessus
12+ - Update rust in Docker builds by @tessus
13+
14+ ### Fixed
15+ - Fix typos by @tessus in [ #197 ] ( https://github.com/orhun/systeroid/pull/197 )
16+ - Links in readme and changelog by @tessus in [ #173 ] ( https://github.com/orhun/systeroid/pull/173 )
17+ - Tui-logger breaking change by @tessus
18+
19+ ## New Contributors
20+ * @tessus made their first contribution in [ #193 ] ( https://github.com/orhun/systeroid/pull/193 )
21+
22+ ** Full Changelog** : https://github.com/orhun/systeroid/compare/v0.4.5...0.4.6
23+
524## [ 0.4.5] - 2024-12-11
625
726### Refactor
Original file line number Diff line number Diff line change 11.\" Manpage for systeroid-tui
22
3- .TH SYSTEROID-TUI "8" "2024-12-11 " "systeroid-tui" "System Administration"
3+ .TH SYSTEROID-TUI "8" "2025-09-07 " "systeroid-tui" "System Administration"
44.SH NAME
55systeroid-tui \- manage kernel parameters with a terminal user interface
66
Original file line number Diff line number Diff line change 11.\" Manpage for systeroid
22
3- .TH SYSTEROID "8" "2024-12-11 " "systeroid" "System Administration"
3+ .TH SYSTEROID "8" "2025-09-07 " "systeroid" "System Administration"
44.SH NAME
55systeroid \- configure kernel parameters at runtime
66
Original file line number Diff line number Diff line change 11[package ]
22name = " systeroid-core"
3- version = " 0.4.5 " # managed by release.sh
3+ version = " 0.4.6 " # managed by release.sh
44description = " Core library of systeroid"
55authors = [" Orhun Parmaksız <orhunparmaksiz@gmail.com>" ]
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " systeroid-tui"
3- version = " 0.4.5 " # managed by release.sh
3+ version = " 0.4.6 " # managed by release.sh
44description = " A terminal user interface for managing kernel parameters"
55authors = [" Orhun Parmaksız <orhunparmaksiz@gmail.com>" ]
66license = " MIT OR Apache-2.0"
@@ -26,7 +26,7 @@ log.workspace = true
2626thiserror.workspace = true
2727
2828[dependencies .systeroid-core ]
29- version = " 0.4.5 " # managed by release.sh
29+ version = " 0.4.6 " # managed by release.sh
3030path = " ../systeroid-core"
3131
3232[dependencies .ratatui ]
Original file line number Diff line number Diff line change 11[package ]
22name = " systeroid"
3- version = " 0.4.5 " # managed by release.sh
3+ version = " 0.4.6 " # managed by release.sh
44description = " A more powerful alternative to sysctl"
55authors = [" Orhun Parmaksız <orhunparmaksiz@gmail.com>" ]
66license = " MIT OR Apache-2.0"
@@ -24,7 +24,7 @@ env_logger = "0.11.8"
2424getopts = " 0.2.24"
2525
2626[dependencies .systeroid-core ]
27- version = " 0.4.5 " # managed by release.sh
27+ version = " 0.4.6 " # managed by release.sh
2828path = " ../systeroid-core"
2929
3030# metadata for cargo-binstall to get the right artifacts
You can’t perform that action at this time.
0 commit comments