File tree Expand file tree Collapse file tree 7 files changed +42
-10
lines changed
Expand file tree Collapse file tree 7 files changed +42
-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.5] - 2024-12-11
6+
7+ ### Refactor
8+
9+ - Refactor some controller code by @matthiasbeyer in [ #146 ] ( https://github.com/orhun/systeroid/pull/146 )
10+ - Simplify config path finding by @matthiasbeyer in [ #145 ] ( https://github.com/orhun/systeroid/pull/145 )
11+ - Improve the termion panic hook by @eld4niz in [ #169 ] ( https://github.com/orhun/systeroid/pull/169 )
12+
13+ ### Documentation
14+
15+ - Mention how to set transparent background
16+
17+ ### Styling
18+
19+ - Add scrollbar to parameter list
20+
21+ ### Testing
22+
23+ - Use snapshot testing
24+
25+ ### Miscellaneous Tasks
26+
27+ - Bump dependencies and Rust version
28+
29+ ## New Contributors
30+
31+ - @znley made their first contribution in [ #170 ] ( https://github.com/orhun/systeroid/pull/170 )
32+ - @eld4niz made their first contribution in [ #169 ] ( https://github.com/orhun/systeroid/pull/169 )
33+ - @matthiasbeyer made their first contribution in [ #146 ] ( https://github.com/orhun/systeroid/pull/146 )
34+
35+ ** Full Changelog** : https://github.com/orhun/systeroid/compare/v0.4.4...0.4.5
36+
537## [ 0.4.4] - 2023-09-19
638
739### Miscellaneous Tasks
Original file line number Diff line number Diff line change 11.\" Manpage for systeroid-tui
22
3- .TH SYSTEROID-TUI "8" "2023-09-19 " "systeroid-tui" "System Administration"
3+ .TH SYSTEROID-TUI "8" "2024-12-11 " "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" "2023-09-19 " "systeroid" "System Administration"
3+ .TH SYSTEROID "8" "2024-12-11 " "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.4 " # managed by release.sh
3+ version = " 0.4.5 " # 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.4 " # managed by release.sh
3+ version = " 0.4.5 " # 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.4 " # managed by release.sh
29+ version = " 0.4.5 " # 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.4 " # managed by release.sh
3+ version = " 0.4.5 " # 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.5"
2424getopts = " 0.2.21"
2525
2626[dependencies .systeroid-core ]
27- version = " 0.4.4 " # managed by release.sh
27+ version = " 0.4.5 " # 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