systeroid/CHANGELOG.md

33 lines
1.1 KiB
Markdown
Raw Normal View History

2022-04-06 21:03:22 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2022-08-11 13:01:10 +00:00
## [0.2.0] - 2022-08-11
### Features
- Add a configuration file ([#12](https://github.com/orhun/git-cliff/issues/12))
- 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
- Update broken links
### Miscellaneous Tasks
- 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
### Added
- (cli) Support explaining multiple parameters
- Add installation instructions for Arch Linux
### Fixed
- (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.