systeroid/CHANGELOG.md

163 lines
3.3 KiB
Markdown
Raw Permalink Normal View History

2022-04-06 21:03:22 +00:00
# Changelog
2022-04-06 21:03:22 +00:00
All notable changes to this project will be documented in this file.
2023-09-19 10:11:05 +00:00
## [0.4.4] - 2023-09-19
### Miscellaneous Tasks
- Bump `ratatui` to 0.23.0
2023-09-14 18:04:57 +00:00
## [0.4.3] - 2023-09-14
### Features
- Add a panic hook to reset terminal upon panic
### Documentation
- Add instructions for installing on Alpine Linux
### Miscellaneous Tasks
- Switch to `owo-colors` for fixing `RUSTSEC-2021-0145`
- Add mergify config for automatic merge
- Bump the Rust version in Dockerfile
### Styling
- Use better colors when background color is set to `reset`
2023-06-17 18:41:17 +00:00
## [0.4.2] - 2023-06-17
### Miscellaneous Tasks
- Bump dependencies
- `ratatui` -> `0.21.0`
- Add CC0-1.0 to cargo-deny config
2023-04-26 12:53:11 +00:00
## [0.4.1] - 2023-04-26
### Miscellaneous Tasks
- Bump tui-logger from 0.9.0 to 0.9.1
- Fixes RUSTSEC-2020-0071
### Styling
- Specify the border type for logger widget
2023-04-24 20:28:52 +00:00
## [0.4.0] - 2023-04-24
### Features
2023-04-24 20:28:52 +00:00
- Improve logging
- Press `Ctrl-L` on TUI to view and analyze logs!
- You can use `--log-file` argument to save logs to a file.
- Both CLI and TUI now support `RUST_LOG` environment variable for setting log level.
- See https://github.com/orhun/systeroid#logging
2023-04-15 19:29:02 +00:00
## [0.3.2] - 2023-04-15
### Documentation
- Add in-the-media section (https://youtu.be/v3q707TRIIs)
- Update MSRV to 1.64.0
### Features
- Generate SBOM attestation for the Docker image
- Scan the Docker image using Syft
### Miscellaneous Tasks
- Switch to ratatui for tui rendering
- Switch to dtolnay/rust-toolchain action
- Update runner versions
- Update funding options
- Check dependency updates daily
- Bump dependencies
### Refactor
- Use parseit as a workspace dependency
2023-01-28 18:22:31 +00:00
## [0.3.1] - 2023-01-28
2023-01-28 18:22:31 +00:00
### Bug Fixes
2023-01-28 18:22:31 +00:00
- Apply clippy suggestions
### Documentation
2023-01-28 18:22:31 +00:00
- Fix badge links
- Update copyright years
### Miscellaneous Tasks
2023-01-28 18:22:31 +00:00
- Bump dependencies
2022-09-17 20:16:38 +00:00
## [0.3.0] - 2022-09-17
2022-09-17 20:16:38 +00:00
### Features
- (tui) Support saving changed values ([#13](https://github.com/orhun/systeroid/issues/13))
2022-09-17 20:16:38 +00:00
- Press <kbd>s</kbd> to set a parameter value and also save it to a file.
- See https://github.com/orhun/systeroid#saving-values
- (tui) Make help list selection functional
- Press <kbd>enter</kbd> on help menu to run the selected command.
### Miscellaneous Tasks
2022-09-17 20:16:38 +00:00
- Bump dependencies
2022-09-06 20:38:58 +00:00
## [0.2.2] - 2022-09-06
2022-09-06 20:38:58 +00:00
### Features
2022-09-06 20:38:58 +00:00
- Support listing parameters by subsection ([#44](https://github.com/orhun/systeroid/issues/44))
2022-08-30 11:27:25 +00:00
## [0.2.1] - 2022-08-30
2022-08-30 11:27:25 +00:00
### Updated
2022-08-30 11:27:25 +00:00
- Update the allowed licenses for cargo-deny
- Add metadata for cargo-binstall
- Remove unnecessary dirs dependency
- Bump dependencies
2022-08-11 13:01:10 +00:00
## [0.2.0] - 2022-08-11
2022-08-11 13:01:10 +00:00
### Features
- Add a configuration file ([#12](https://github.com/orhun/systeroid/issues/12))
2022-08-11 13:01:10 +00:00
- See [configuration](https://github.com/orhun/systeroid#configuration) and [`systeroid.conf`](https://github.com/orhun/systeroid/blob/main/config/systeroid.conf)
- (tui) Show deprecated values optionally via `--deprecated` flag
### Documentation
2022-08-11 13:01:10 +00:00
- Update broken links
### Miscellaneous Tasks
2022-08-11 13:01:10 +00:00
- Update MSRV to 1.57.0
- Switch to Rust stable builds
- Bump dependencies
- Enable [GitHub Sponsors](https://github.com/sponsors/orhun) for funding
- Consider supporting my open source work 💖
2022-04-19 10:16:36 +00:00
## [0.1.1] - 2022-04-19
2022-04-19 10:16:36 +00:00
### Added
2022-04-19 10:16:36 +00:00
- (cli) Support explaining multiple parameters
- Add installation instructions for Arch Linux
### Fixed
2022-04-19 10:16:36 +00:00
- (tui) Replace tab with whitespace in values
2022-04-16 08:14:30 +00:00
## [0.1.0] - 2022-04-16
2022-04-06 21:03:22 +00:00
Initial release.