Skip to content

Releases: dbosk/typerconf

v2.6

13 Sep 19:48
8de48a8
Compare
Choose a tag to compare

Daniel Bosk:
Fixes another missing writeback

Full Changelog: v2.5...v2.6

v2.5

13 Sep 13:17
a6df912
Compare
Choose a tag to compare

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.4

07 Aug 11:21
c8376ff
Compare
Choose a tag to compare

What's Changed

  • Update Typer dependency by @dbosk in
    #8

Full Changelog: v2.3...v2.4

v2.3

06 Aug 06:07
5fc1c5b
Compare
Choose a tag to compare

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

30 Jun 12:47
2418a9d
Compare
Choose a tag to compare

Improves README and usage in documentation.

Full Changelog: v2.1...v2.2

v2.1

30 Jun 11:47
3911abb
Compare
Choose a tag to compare

What's Changed

  • Makes Config.read_config update instead of replace by @dbosk in #4

Full Changelog: v1.13...v2.1

v1.13

29 Jun 19:03
43d8b2b
Compare
Choose a tag to compare

What's Changed

  • Adds writeback for Config objects by @dbosk in #3

Full Changelog: v1.11...v1.13

v1.11

03 May 08:49
d8614b5
Compare
Choose a tag to compare

What's Changed

  • Allows specifying config file for config command by @dbosk in #2

Full Changelog: v1.10...v1.11

v1.10

27 Apr 18:33
6bbb623
Compare
Choose a tag to compare

Restores autocompletion for config command.

Full Changelog: v1.9...v1.10

v1.9

27 Apr 12:11
bf07e38
Compare
Choose a tag to compare

Bugfixes:

  • Setting to empty string on command line should trigger delete.
  • Autocompletion was broken.

Full Changelog: v1.8...v1.9