Skip to content
This repository was archived by the owner on Sep 27, 2022. It is now read-only.

Commit a399dbb

Browse files
committed
New release
1 parent faed619 commit a399dbb

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,21 @@
22

33
## [UNRELEASED] - YYYY-MM-DD
44

5+
## [0.3.7] - 2021-08-26
6+
57
- Show correct button label when adding hours instead of starting a new timer, implemented by @mlunax.
68
- Fixed a crash on resume-from-suspend because the time entries could not load while network was not up yet.
79

8-
## [0.3.6] - 2020-03-12
10+
## [0.3.6] - 2021-03-12
911

1012
This release includes escaping for special characters such as & in task, project en client names. Thanks @wvengen for reporting this bug.
1113
Furthermore the update link is now clickable thanks to @iatanas0v.
1214

13-
## [0.3.5] - 2020-02-26
15+
## [0.3.5] - 2021-02-26
1416

1517
Thanks to @KillerCodeMonkey we have another release! This time he contributed changes to the main window that keep it a static size with a scrollbar. Thanks again @KillerCodeMonkey!
1618

17-
## [0.3.4] - 2020-02-05
19+
## [0.3.4] - 2021-02-05
1820

1921
Thanks to @KillerCodeMonkey we now have multi-line description support!
2022
We also had to switch to a different client\_id for the authorization at Harvest. You shouldn't notice this but we're reporting this so that you know it is not a security incident.

Cargo.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "timer-for-harvest"
33
description = "Timer for Harvest"
44
homepage = "https://github.com/frenkel/timer-for-harvest"
5-
version = "0.3.6"
5+
version = "0.3.7"
66
authors = ["Frank Groeneveld <frank@frankgroeneveld.nl>"]
77
edition = "2018"
88
readme = "README.md"

0 commit comments

Comments
 (0)