Skip to content

Commit ccd7b31

Browse files
New version
1 parent b50f1e7 commit ccd7b31

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Summary
44
* [**Unreleased**](#unreleased)
5+
* [**Release 2025-07-15 v0.8a4**](#release-2025-07-15-v08a4) Made options and output more concise
56
* **Release 2025-07-04 v0.8.3** Clean README
67
* [**Release 2025-06-28 v0.8a1**](#release-2025-06-28-v08a1) Added the command `trk running`
78
* [**Release 2025-06-28 v0.8a0**](#release-2025-06-28-v08a0) Documentation; minor speed; simplify stop defaults
@@ -34,9 +35,13 @@
3435
# Details
3536

3637
## Unreleased
38+
39+
## Release 2025-07-15 v0.8a4
40+
* CHANGED `trk running` output to be more concise
3741
* ADDED short option '-d' to original long option '--csvdir' in command, 'trk init'
3842
* ADDED new script, `timecalc` that takes two of: starttime, stoptime, or timedelta and
3943
returns the missing datetime or timedelta
44+
* ADDED documentation for `trk running`
4045

4146
## Release 2025-06-28 v0.8a1 - 2025-07-04 v0.8a3
4247
* CHANGED: README cleanup and added links

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
[project]
88
name = "timetracker-csv"
99
description = "Pandas-friendly time tracking from the CLI"
10-
version = '0.8.3'
10+
version = '0.8.4'
1111
license = "AGPL-3.0-or-later"
1212
authors = [
1313
{name = 'DV Klopfenstein, PhD', email = 'dvklopfenstein@protonmail.com'},

timetracker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
__copyright__ = 'Copyright (C) 2025-present, DV Klopfenstein, PhD. All rights reserved'
44
__author__ = 'DV Klopfenstein, PhD'
5-
__version__ = '0.8.3'
5+
__version__ = '0.8.4'
66

77
# Copyright (C) 2025-present, DV Klopfenstein, PhD. All rights reserved

0 commit comments

Comments
 (0)