Skip to content

Commit 7f584e4

Browse files
committed
chore(release): 4.0.0-0
1 parent ab54afd commit 7f584e4

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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-0](https://github.com/JamesNZL/flow-toggl-plugin/compare/v3.0.1...v4.0.0-0) (2023-07-04)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **ux:** See release notes/below.
11+
1. `tgl start` and `tgl continue` command keywords have been removed.
12+
2. `start` and `continue` are now top-level commands.
13+
4. You can no longer quick-start commands with eg `tgl o`, you must now type the command in full (or select it from the top-level results)
14+
5. `start` project selection is no longer enforced at the beginning; it is optionally triggered at any point with the `@` symbol.
15+
6. `edit` project selection uses `@` instead of `-p` accordingly.
16+
17+
### Features
18+
19+
* **ux:** :children_crossing: display currently running timer at top level ([#91](https://github.com/JamesNZL/flow-toggl-plugin/issues/91)) ([aacbd2f](https://github.com/JamesNZL/flow-toggl-plugin/commit/aacbd2f43f7b47f5527a4b322d90da88afa62f15))
20+
* **ux:** :sparkles: implement new command flow ([#28](https://github.com/JamesNZL/flow-toggl-plugin/issues/28)) ([#90](https://github.com/JamesNZL/flow-toggl-plugin/issues/90)) ([92d2cea](https://github.com/JamesNZL/flow-toggl-plugin/commit/92d2ceae7b6c55259c49713fae0c84672d196d9f))
21+
522
### [3.0.1](https://github.com/JamesNZL/flow-toggl-plugin/compare/v3.0.0...v3.0.1) (2023-07-03)
623

724

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ A performant [Toggl Track](https://track.toggl.com/timer) plugin for [Flow Launc
8383
# Command Reference
8484
8585
> **Note**
86-
> This command reference applies to version `v4.0.0`.
86+
> This command reference applies to version `v4.0.0-0`.
8787
8888
**Older Versions**:
8989
- [`v3.0.1`](https://github.com/JamesNZL/flow-toggl-plugin/tree/9be3a06727104b3bed38e8011e9e4a8073eec0e0#command-reference)

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": "3.0.1",
7+
"Version": "4.0.0-0",
88
"Language": "csharp",
99
"Website": "https://github.com/JamesNZL/flow-toggl-plugin",
1010
"IcoPath": "app.png",

0 commit comments

Comments
 (0)