blob: e19028d054315c7375e7105d7445fd158cfcecff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Changelog
## [0.2.0] - 2021-11-16
### New Features
- Show apps' installation state
### Enhancements
- Parse names from registry, appinfo and shortcuts VDF files. No longer needs to make
any Steam API requests.
### Breaking Changes
- Replaced `--config-path` option with `--steam-path` option since multiple config files
are now parsed.
## [0.1.0] - 2021-11-01
Initial release
[unreleased]: https://github.com/rfvgyhn/proton-usage/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/rfvgyhn/proton-usage/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/rfvgyhn/proton-usage/compare/78210cf...v0.1.0
|