mirror of
https://github.com/qwjyh/xdbm
synced 2024-12-04 20:41:04 +09:00
update: CHANGELOG (change category of notes on adding status subcommand)
This commit is contained in:
parent
877410cd19
commit
1d6c0eb75d
1 changed files with 3 additions and 1 deletions
|
@ -2,10 +2,12 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
- Add `status` subcommand to see storage and backup on given path or current working directory ([#17](https://github.com/qwjyh/xdbm/pull/17)).
|
||||
|
||||
### Changed
|
||||
- Colored output for `storage list` and `backup list` ([#15](https://github.com/qwjyh/xdbm/pull/15))
|
||||
- **BREAKING** Relative path is changed from `PathBuf` to `Vector<String>` for portability. This means that existing config files need to be changed.
|
||||
- Add `status` subcommand to see storage and backup on given path or current working directory ([#17](https://github.com/qwjyh/xdbm/pull/17)).
|
||||
|
||||
## [0.2.1] - 2024-06-19
|
||||
|
||||
|
|
Loading…
Reference in a new issue