Skip to content

Commit 3a97862

Browse files
committed
chore(release): 4.0.0-1
1 parent 4ddf83c commit 3a97862

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.0.0-1](https://github.com/JamesNZL/flow-toggl-plugin/compare/v4.0.0-0...v4.0.0-1) (2023-07-07)
6+
7+
8+
### Features
9+
10+
* **reports:** :sparkles: implement reports of any arbitrary date/span ([#55](https://github.com/JamesNZL/flow-toggl-plugin/issues/55)) ([e45e46e](https://github.com/JamesNZL/flow-toggl-plugin/commit/e45e46ed36e9e5a58eb7950fd0439c56d6f1388d))
11+
* **ux:** :children_crossing: add trailing space after project selection ([#105](https://github.com/JamesNZL/flow-toggl-plugin/issues/105)) ([b4208c8](https://github.com/JamesNZL/flow-toggl-plugin/commit/b4208c89059550f1ae50552dc16726e3b357f6fe))
12+
* **ux:** :children_crossing: implement `-C` clear flag for `start` and `continue` ([#97](https://github.com/JamesNZL/flow-toggl-plugin/issues/97)) ([7fd55fc](https://github.com/JamesNZL/flow-toggl-plugin/commit/7fd55fc7d6675f71b971313079aa5d900707563e))
13+
* **ux:** :children_crossing: implement `-l` list flag for `continue` ([#98](https://github.com/JamesNZL/flow-toggl-plugin/issues/98)) ([1f57cd9](https://github.com/JamesNZL/flow-toggl-plugin/commit/1f57cd904e44b46b77a7dfb299c14873e26d07c3))
14+
* **ux:** :lipstick: use error icon for all errors ([#103](https://github.com/JamesNZL/flow-toggl-plugin/issues/103)) ([4d16b20](https://github.com/JamesNZL/flow-toggl-plugin/commit/4d16b2090e93f2fb9f2c5e5d717b6b47b26a7d72))
15+
* **ux:** :sparkles: implement `-R` resume flag for `edit` ([#107](https://github.com/JamesNZL/flow-toggl-plugin/issues/107)) ([a621035](https://github.com/JamesNZL/flow-toggl-plugin/commit/a6210353a6df362aa7b6674b36abfeaa282793b0))
16+
17+
18+
### Bug Fixes
19+
20+
* :bug: fix created description of `\` when quick-starting empty time entry ([#106](https://github.com/JamesNZL/flow-toggl-plugin/issues/106)) ([a761e63](https://github.com/JamesNZL/flow-toggl-plugin/commit/a761e63135222fd824466303ec713a9f208e73a1))
21+
* **ux:** :bug: fix `edit` erroneously resuming time entry when using `-t` ([#104](https://github.com/JamesNZL/flow-toggl-plugin/issues/104)) ([1efca81](https://github.com/JamesNZL/flow-toggl-plugin/commit/1efca81c084f5121c4aaa47a6004738229391843))
22+
* **ux:** :children_crossing: fix missing `edit` usage tips if any flag present ([#108](https://github.com/JamesNZL/flow-toggl-plugin/issues/108)) ([4ddf83c](https://github.com/JamesNZL/flow-toggl-plugin/commit/4ddf83cdfcb8977f0f8451bee2ca0a6d31f1db71))
23+
524
## [4.0.0-0](https://github.com/JamesNZL/flow-toggl-plugin/compare/v3.0.1...v4.0.0-0) (2023-07-04)
625

726

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name": "Toggl Track",
55
"Description": "A time tracking plugin for Flow Launcher using Toggl Track",
66
"Author": "JamesNZL",
7-
"Version": "4.0.0-0",
7+
"Version": "4.0.0-1",
88
"Language": "csharp",
99
"Website": "https://github.com/JamesNZL/flow-toggl-plugin",
1010
"IcoPath": "app.png",

0 commit comments

Comments
 (0)