From 85223d5b3df655aedcf41f95d7ffbc67c7ea1927 Mon Sep 17 00:00:00 2001 From: "Jason C. McDonald" Date: Thu, 24 Feb 2022 20:02:23 -0600 Subject: [PATCH] Release 2.1.0 --- CHANGELOG.md | 3 ++- com.codemouse92.timecard.yaml | 4 ++-- setup.cfg | 2 +- setup.py.old | 2 +- share/metainfo/com.codemouse92.timecard.appdata.xml | 10 ++++++++++ 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2140784..ef879e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [2.1.0] - 2022-02-24 ### Added @@ -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. diff --git a/com.codemouse92.timecard.yaml b/com.codemouse92.timecard.yaml index 1b7f12a..403d1a0 100644 --- a/com.codemouse92.timecard.yaml +++ b/com.codemouse92.timecard.yaml @@ -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 @@ -74,4 +74,4 @@ modules: sha256: e11eefd162658ea59a60a0f6c7d493a7190ea4b9a85e335b33489d9f17e0245e - type: git url: https://github.com/codemouse92/timecard - tag: v2.0.7 + tag: v2.1.0 diff --git a/setup.cfg b/setup.cfg index 6d3a238..0c45586 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py.old b/setup.py.old index 18c45b2..ac2169b 100644 --- a/setup.py.old +++ b/setup.py.old @@ -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', diff --git a/share/metainfo/com.codemouse92.timecard.appdata.xml b/share/metainfo/com.codemouse92.timecard.appdata.xml index a2562a9..265d1c2 100644 --- a/share/metainfo/com.codemouse92.timecard.appdata.xml +++ b/share/metainfo/com.codemouse92.timecard.appdata.xml @@ -57,6 +57,16 @@ + + +
    +
  • Reminds you when Timecard is running.
  • +
  • Uses much less CPU. Yay!
  • +
  • Recover your timers if you quit while one is running.
  • +
  • Improved storage of user settings.
  • +
+
+

Fixes erroneous duration when stopping after pause.