Skip to content

Commit f6fb2e1

Browse files
committed
chore(release): 1.2.0
1 parent f1dc296 commit f6fb2e1

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
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+
## [1.2.0](https://github.com/JamesNZL/flow-toggl-plugin/compare/v1.1.0...v1.2.0) (2023-04-30)
6+
7+
8+
### Features
9+
10+
* :goal_net: handle network and response exceptions gracefully ([79e9393](https://github.com/JamesNZL/flow-toggl-plugin/commit/79e939303e43f6cd136d2fd39a21dc07610e6da1))
11+
* **ux:** :goal_net: improve api error reporting ([e11c57e](https://github.com/JamesNZL/flow-toggl-plugin/commit/e11c57e08bb3111821f9d8ea2720e674d8049ac0))
12+
* **ux:** :sparkles: implement edit command ([7460adb](https://github.com/JamesNZL/flow-toggl-plugin/commit/7460adbc18108487d6cdf0eb7ff13fc301e783cf))
13+
* **ux:** :speech_balloon: correctly pluralise project hours ([76107dc](https://github.com/JamesNZL/flow-toggl-plugin/commit/76107dc020c514aa807bec0a066fb8061de985d1))
14+
15+
16+
### Bug Fixes
17+
18+
* **ux:** :children_crossing: exclude project hours string from fuzzy search ([702b818](https://github.com/JamesNZL/flow-toggl-plugin/commit/702b81866e02c20db085af23b295060cf2e730f8))
19+
* **ux:** :speech_balloon: do not display `client | hours` separator if no client ([5f0e61e](https://github.com/JamesNZL/flow-toggl-plugin/commit/5f0e61edd74ebd29c5ad36c48e4e0663a7949d8f))
20+
* **ux:** :speech_balloon: fix no project display on continue results ([5383f92](https://github.com/JamesNZL/flow-toggl-plugin/commit/5383f923db925315df950827bee93f62ad6cc402))
21+
522
## [1.1.0](https://github.com/JamesNZL/flow-toggl-plugin/compare/v1.0.0...v1.1.0) (2023-04-29)
623

724

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

0 commit comments

Comments
 (0)