Workedon

Latest version: v0.7.0

Safety actively analyzes 625726 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

0.7.0

- 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

0.6.0

- add fetching by id using --id/-i

0.5.9

- make --count work with all other options

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.