- add option and environment variable alternatives for all settings - add setting to specify timezone for display - setting : `TIME_ZONE` - option: `--time-zone <value>` - environment variable: `WORKEDON_TIME_ZONE` - fix usage of date/time formatting settings - BREAKING (for advanced users only): removed the `db` and `conf` subcommands and moved their options under the main `workedon` command to free up reserved keywords `db` and `conf`. - `workedon db --print-path` is now `workedon --print-db-path` - `workedon db --vacuum` is now `workedon --vacuum-db` - `workedon db --truncate` is now `workedon --truncate-db` - `workedon db --version` is now `workedon --db-version` - `workedon conf --print-path` is now `workedon --print-settings-path` - `workedon conf --print` is now `workedon --print-settings` - all above options are now hidden from the user
0.6.3
- enable the settings file `wonfile.py` - allow settings `DATE_FORMAT`, `TIME_FORMAT`, `DATETIME_FORMAT` - add a `conf` command to view the settings - fix load_module deprecation - change default date/time format
0.6.2
- more database optimizations - add --version for the db subcommand to print current SQLite version
0.6.1
- add some database optimizations - add a new "db" subcommand for database maintenance (advanced users only) - add --print-path to print database file path - add --vacuum to run VACUUM on the database - add --truncate to delete all saved work - Remove usage of reserved keyword "work" and make it available