Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 3.0.0 #301

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ Earlier changes were not versioned. Therefore dates of change are used instead t

For new releases see [Github Release page](https://github.com/AuHau/toggl-cli)

## [3.0.0](https://github.com/AuHau/toggl-cli/compare/v2.4.4...v3.0.0) (2024-06-03)


### ⚠ BREAKING CHANGES

* migration to v9 api version ([#303](https://github.com/AuHau/toggl-cli/issues/303))

### Features

* add limit option to ls ([#314](https://github.com/AuHau/toggl-cli/issues/314)) ([c1d5ede](https://github.com/AuHau/toggl-cli/commit/c1d5edef5c8dbc94c5d55d11bcb863a6af29b237))
* migration to v9 api version ([#303](https://github.com/AuHau/toggl-cli/issues/303)) ([b9aff61](https://github.com/AuHau/toggl-cli/commit/b9aff6190217e886d166f6036262c82e2114a6a9))
* print description for toggl start ([#316](https://github.com/AuHau/toggl-cli/issues/316)) ([6693dfe](https://github.com/AuHau/toggl-cli/commit/6693dfe2af72fed7af481cabd0d7527307c2a841))
* respect XDG spec for configuration files ([#300](https://github.com/AuHau/toggl-cli/issues/300)) ([5086039](https://github.com/AuHau/toggl-cli/commit/5086039e6392523fad5ef3de2326eca7bf8b6832))


### Bug Fixes

* Set default color to toggl's default 1 ([#302](https://github.com/AuHau/toggl-cli/issues/302)) ([7ee7aa8](https://github.com/AuHau/toggl-cli/commit/7ee7aa8ace000a88035c00a0de7842dbbf83d293))

## [2.4.4](https://github.com/AuHau/toggl-cli/compare/v2.4.3...v2.4.4) (2023-02-14)


Expand Down