Releases: dbosk/typerconf
v1.8
Bugfix: fixes broken autocompletion
Full Changelog: v1.7...v1.8
v1.7
Makes reading from config silently fail when the files doesn't exist (again).
Full Changelog: v1.6...v1.7
v1.6
Makes Config.read_config
and Config.write_config
handle already opened file
objects.
Full Changelog: v1.5...v1.6
v1.5
Refactors package to make internals more useful, eg Config
class
Full Changelog: v1.4...v1.5
v1.4
Generalizes the set
function. Still backwards compatible.
Now the set
function can take more than just a list. Also, if the value is
None
, the entry will be deleted, if it exists.
Full Changelog: v1.3...v1.4
v1.3
Improves dirs creation: use only basename of sys.argv[0]
.
Full Changelog: v1.2...v1.3
v1.2
Improves error handling for reading/writing config file.
Full Changelog: v1.1...v1.2
v1.1
Bugfix: autocompletion callback can't have additional default arguments.
Full Changelog: v1.0...v1.1