Releases: dbosk/typerconf
Releases · dbosk/typerconf
v2.6
Daniel Bosk:
Fixes another missing writeback
Full Changelog: v2.5...v2.6
v2.5
What's Changed
This was a bug that the config
command didn't write changes to the config
file.
Full Changelog: v2.4...v2.5
v2.3
What's Changed
- Bugfix: default value reused due to reference, which prevented us from
creating empty Config()
s; by @dbosk in #5
- Add more tests by @dbosk in #6
Full Changelog: v2.2...v2.3
v2.2
Improves README and usage in documentation.
Full Changelog: v2.1...v2.2
v2.1
What's Changed
- Makes
Config.read_config
update instead of replace by @dbosk in #4
Full Changelog: v1.13...v2.1
v1.11
What's Changed
- Allows specifying config file for
config
command by @dbosk in #2
Full Changelog: v1.10...v1.11
v1.10
Restores autocompletion for config command.
Full Changelog: v1.9...v1.10
v1.9
Bugfixes:
- Setting to empty string on command line should trigger delete.
- Autocompletion was broken.
Full Changelog: v1.8...v1.9