mirror of
https://github.com/qwjyh/xdbm
synced 2024-11-22 06:40:12 +09:00
update CHANGELOG & README for #15
This commit is contained in:
parent
ea0acf177c
commit
3b7e2387bd
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Colored output for `storage list` and `backup list` ([#15](https://github.com/qwjyh/xdbm/pull/15))
|
||||||
|
|
||||||
## [0.2.1] - 2024-06-19
|
## [0.2.1] - 2024-06-19
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -30,6 +35,7 @@
|
||||||
- `backup done` subcommand
|
- `backup done` subcommand
|
||||||
- `completion` subcommand
|
- `completion` subcommand
|
||||||
|
|
||||||
|
[Unreleased]: https://github.com/qwjyh/xdbm/compare/v0.2.1...HEAD
|
||||||
[0.2.1]: https://github.com/qwjyh/xdbm/compare/v0.2.0...v0.2.1
|
[0.2.1]: https://github.com/qwjyh/xdbm/compare/v0.2.0...v0.2.1
|
||||||
[0.2.0]: https://github.com/qwjyh/xdbm/releases/tag/v0.2.0
|
[0.2.0]: https://github.com/qwjyh/xdbm/releases/tag/v0.2.0
|
||||||
[0.1.0]: https://github.com/qwjyh/xdbm/releases/tag/v0.1.0
|
[0.1.0]: https://github.com/qwjyh/xdbm/releases/tag/v0.1.0
|
||||||
|
|
|
@ -38,7 +38,7 @@ which manages backups on several storages mounted on multiple devices with a sin
|
||||||
- [x] backup list
|
- [x] backup list
|
||||||
- [x] status printing
|
- [x] status printing
|
||||||
- [x] backup done
|
- [x] backup done
|
||||||
- [ ] fancy display
|
- [x] fancy display
|
||||||
- [ ] json output
|
- [ ] json output
|
||||||
- [ ] no commit option
|
- [ ] no commit option
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue