Skip to content

Commit

Permalink
0.7.0 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
viseshrp authored Apr 7, 2023
1 parent 997a57a commit 2db34a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# History

## 0.7.0 (2023-04-06)
## 0.7.0 (2023-04-07)

- 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`
- add option and environment variable alternative for settings
- 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`.
Expand All @@ -16,7 +17,7 @@
- `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`
- fix usage of date/time formatting
- all above options are now hidden from the user

## 0.6.3 (2023-04-02)

Expand Down Expand Up @@ -92,6 +93,7 @@
## 0.5.0 (2023-01-14)

- Breaking: rename database to won.db
(A new database will be created and the old one will no longer be used.)

## 0.4.5 (2023-01-13)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Credits
- [dateparser](https://github.com/scrapinghub/dateparser), for an
amazing date parser. This project would not be possible without it.
- [peewee](https://github.com/coleifer/peewee), for a nice and
tiny ORM to interact with sqlite.
tiny ORM to interact with SQLite.
- [Click](https://click.palletsprojects.com), for making writing CLI
tools a complete pleasure.
- [jrnl](https://github.com/jrnl-org/jrnl),
Expand Down
2 changes: 1 addition & 1 deletion workedon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
__author__ = "Visesh Prasad"
__email__ = "[email protected]"
__name__ = "workedon"
__version__ = "0.6.3"
__version__ = "0.7.0"

0 comments on commit 2db34a2

Please sign in to comment.