Skip to content

Releases: csfore/gentodo

1.1.1

01 Jul 01:36
8f1aedc
Compare
Choose a tag to compare

What's Changed

  • Enhancement/use xdg base dirs by @r900 in #9

New Contributors

  • @r900 made their first contribution in #9

Full Changelog: 1.1.0...1.1.1

1.1.0

17 Apr 13:25
6aeed8f
Compare
Choose a tag to compare

New Features

Ability to pass commands into Gentodo to unlock the token values for those that don't want to have secrets in plain-text.

(Note that a hardcoded token will override this)

1.0.0

14 Apr 17:47
1.0.0
34ab0d1
Compare
Choose a tag to compare

Rationale

Click is more modular and easier to use for larger command-line programs.

Breaking Changes

  • Can no longer use an arbitrary number of arguments to options, i.e. gentodo add -t title -d Arbitrary Number of Arguments, this is due to a technicial limitation and will not be fixed.

Major Changes

  • Convert from argparse to click
  • Remove parser.py as it is no longer needed

Minor Changes

  • Automatically make config directory if it doesn't exist

Full Changelog: 1.0.0...1.0.0

0.2.1

28 Jan 16:01
ff05e86
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Ignores an error if the old path doesn't exist

0.2.0 - Go go Bugzilla!

27 Jan 01:20
49bb16d
Compare
Choose a tag to compare
Pre-release

Add Bugzilla support for getting bugs assigned to you and bugs you are CC'd on.

0.1.3

26 Jan 21:21
f73fc64
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release
  • Fix crash when no arguments are given for add
  • Add rudimentary bash completion (will expand upon)

0.1.2

27 Dec 00:27
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release
  • Improve code quality
  • Split up setup_parser() into its own module
  • Add dynamic versioning

0.1.1

26 Dec 22:43
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Fix error on storage file not existing

0.1.0

18 Dec 20:12
bc0c38a
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

First "stable version"

  • Cleaned up help output
  • Added bugzilla module layout
  • Initial config layout

TODO:

  • Change the storage directory to ~/.local/share/gentodo

v0.0.5

09 Dec 02:02
62129b5
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
  • Add item editing
  • Use a class to easily pass data around
  • Add item searching