Releases: csfore/gentodo
Releases · csfore/gentodo
1.1.1
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
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
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
Ignores an error if the old path doesn't exist
0.2.0 - Go go Bugzilla!
Add Bugzilla support for getting bugs assigned to you and bugs you are CC'd on.
0.1.3
- Fix crash when no arguments are given for add
- Add rudimentary bash completion (will expand upon)
0.1.2
- Improve code quality
- Split up
setup_parser()
into its own module
- Add dynamic versioning
0.1.1
Fix error on storage file not existing
0.1.0
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
- Add item editing
- Use a class to easily pass data around
- Add item searching