Releases: kemzeb/habiter
Releases · kemzeb/habiter
0.8.0
21 Jun 21:22
Compare
Sorry, something went wrong.
No results found
Features
list: Remove --verbose in favor of --less
Fixes
api: Give export API the ability to find habit data again
Other
build: Replace the unmaintained direct dependency appdirs with platformdirs
Full Changelog : 0.7.1...0.8.0
0.7.1
10 Jan 17:24
Compare
Sorry, something went wrong.
No results found
Features
Allow an optional way to view certain habits for the list subcommand by passing the habit names as arguments
Fixes
Make sure to update "last_updated" database column given the -z/--zero flag for the tally subcommand
0.6.3
06 Nov 18:02
Compare
Sorry, something went wrong.
No results found
Features
Replace json-driven data storage for SQL database management using sqlite3
Exit with an error when given unexpected command line inputs
Allow supplying of a "--yes" option for warning prompts
Fixes
Fix tally command where supplying the -z/--zero option on a habit with no occurrences would still update its tally
Exclude the "test" package from the build
0.5.0
24 Jul 21:00
Compare
Sorry, something went wrong.
No results found
Update project structure by defining a boundary between implementation details and public API
Replace argparse implementation with a click implementation