summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: 92a3a080d06d8eaa272b01a4b3ed04776c6cfacf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# 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).

## [0.2.2] - 2022-09-06
### Features
- Support listing parameters by subsection ([#44](https://github.com/orhun/systeroid/issues/44))

## [0.2.1] - 2022-08-30
### Updated
- Update the allowed licenses for cargo-deny
- Add metadata for cargo-binstall
- Remove unnecessary dirs dependency
- Bump dependencies

## [0.2.0] - 2022-08-11
### Features
- Add a configuration file ([#12](https://github.com/orhun/systeroid/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 💖

## [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

## [0.1.0] - 2022-04-16
Initial release.