Skip to content

Commit 3c06ecf

Browse files
committed
chore(release): 4.1.0
1 parent 10f4289 commit 3c06ecf

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.1.0](https://github.com/JamesNZL/flow-toggl-plugin/compare/v4.0.0...v4.1.0) (2024-02-02)
6+
7+
8+
### Features
9+
10+
* **ux:** :sparkles: highlight interpolated time entry description ([#117](https://github.com/JamesNZL/flow-toggl-plugin/issues/117)) ([10f4289](https://github.com/JamesNZL/flow-toggl-plugin/commit/10f4289c59d25f6f4ec38bc56c5dbeead5ce3eba))
11+
512
## [4.0.0](https://github.com/JamesNZL/flow-toggl-plugin/compare/v4.0.0-2...v4.0.0) (2023-07-09)
613

714
## [4.0.0-2](https://github.com/JamesNZL/flow-toggl-plugin/compare/v4.0.0-1...v4.0.0-2) (2023-07-08)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,10 @@ A performant [Toggl Track](https://track.toggl.com/timer) plugin for [Flow Launc
8686
# Command Reference
8787
8888
> **Note**
89-
> This command reference applies to version `v4.0.0`.
89+
> This command reference applies to version `v4.1.0`.
9090
9191
**Older Versions**:
92+
- [`v4.0.0`](https://github.com/JamesNZL/flow-toggl-plugin/tree/v4.0.0#command-reference)
9293
- [`v4.0.0-2`](https://github.com/JamesNZL/flow-toggl-plugin/tree/v4.0.0-2#command-reference)
9394
- [`v4.0.0-1`](https://github.com/JamesNZL/flow-toggl-plugin/tree/v4.0.0-1#command-reference)
9495
- [`v4.0.0-0`](https://github.com/JamesNZL/flow-toggl-plugin/tree/5d54beec1ad4917c2d7f4cae14d23a4fecb6176d#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": "4.0.0",
7+
"Version": "4.1.0",
88
"Language": "csharp",
99
"Website": "https://github.com/JamesNZL/flow-toggl-plugin",
1010
"IcoPath": "app.png",

0 commit comments

Comments
 (0)