Skip to content

Releases: dbosk/typerconf

v1.8

26 Apr 12:32
a7c1d27
Compare
Choose a tag to compare

Bugfix: fixes broken autocompletion

Full Changelog: v1.7...v1.8

v1.7

25 Apr 19:08
0745c34
Compare
Choose a tag to compare

Makes reading from config silently fail when the files doesn't exist (again).

Full Changelog: v1.6...v1.7

v1.6

24 Apr 11:25
59c990d
Compare
Choose a tag to compare

Makes Config.read_config and Config.write_config handle already opened file
objects.

Full Changelog: v1.5...v1.6

v1.5

23 Apr 09:51
63d09ee
Compare
Choose a tag to compare

Refactors package to make internals more useful, eg Config class

Full Changelog: v1.4...v1.5

v1.4

20 Apr 07:44
f30eea6
Compare
Choose a tag to compare

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

03 Apr 09:29
9917729
Compare
Choose a tag to compare

Improves dirs creation: use only basename of sys.argv[0].

Full Changelog: v1.2...v1.3

v1.2

27 Mar 07:24
fbbb961
Compare
Choose a tag to compare

Improves error handling for reading/writing config file.

Full Changelog: v1.1...v1.2

v1.1

25 Mar 10:17
ab55976
Compare
Choose a tag to compare

Bugfix: autocompletion callback can't have additional default arguments.

Full Changelog: v1.0...v1.1

v1.0

24 Mar 07:18
8486ae5
Compare
Choose a tag to compare

Breaks out the config module from nytid.

Full Changelog: https://github.com/dbosk/typerconf/commits/v1.0