Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMouse92 committed Feb 25, 2022
1 parent 353755f commit 85223d5
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [2.1.0] - 2022-02-24

### Added

Expand All @@ -11,6 +11,7 @@
### Changed

- Significant performance improvement! Now uses less then 5% CPU after startup, often less than 1%.
- Editing time entries automatically adjusts hours, minutes, and seconds appropriately.
- Timecard settings file now supports line comments. Line must start with `#` to be a comment.
- Deprecate `.timecardrc` in favor of user folders (e.g. `.config/timecard/settings.conf`).
- If new default settings file doesn't exist, will check for `.timecardrc` before creating new default.
Expand Down
4 changes: 2 additions & 2 deletions com.codemouse92.timecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cleanup:
finish-args:
- --filesystem=home
- --share=ipc
- --socket=x11
- --socket=fallback-x11
- --socket=wayland
- --device=dri
- --talk-name=org.freedesktop.DBus.Proprieties
Expand Down Expand Up @@ -74,4 +74,4 @@ modules:
sha256: e11eefd162658ea59a60a0f6c7d493a7190ea4b9a85e335b33489d9f17e0245e
- type: git
url: https://github.com/codemouse92/timecard
tag: v2.0.7
tag: v2.1.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = Timecard-App
version = 2.0.7
version = 2.1.0
description = Track time beautifully.
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
Expand Down
2 changes: 1 addition & 1 deletion setup.py.old
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ long_description = (here / 'README.md').read_text(encoding='utf-8')

setup(
name='Timecard-App',
version='2.0.7',
version='2.1.0',
description='Track time beautifully.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
10 changes: 10 additions & 0 deletions share/metainfo/com.codemouse92.timecard.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@
</provides>

<releases>
<release version="2.1.0" date="2022-02-24">
<description>
<ul>
<li>Reminds you when Timecard is running.</li>
<li>Uses much less CPU. Yay!</li>
<li>Recover your timers if you quit while one is running.</li>
<li>Improved storage of user settings.</li>
</ul>
</description>
</release>
<release version="2.0.7" date="2021-03-19">
<description>
<p>Fixes erroneous duration when stopping after pause.</p>
Expand Down

0 comments on commit 85223d5

Please sign in to comment.