Skip to content

Commit ea471c2

Browse files
v0.8.5
1 parent 12c17af commit ea471c2

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

33
# Summary
44
* [**Unreleased**](#unreleased)
5+
* [**Release 2025-08-09 v0.8a5**](#release-2025-08-09-v08a5) Creating Microsoft Word docx files is now optional
56
* [**Release 2025-07-15 v0.8a4**](#release-2025-07-15-v08a4) Made options and output more concise
67
* **Release 2025-07-04 v0.8.3** Clean README
78
* [**Release 2025-06-28 v0.8a1**](#release-2025-06-28-v08a1) Added the command `trk running`
@@ -36,6 +37,14 @@
3637

3738
## Unreleased
3839

40+
## Release 2025-08-09 v0.8a5
41+
* CHANGED Creating Microsoft Word docx files is now optional:
42+
* Most researchers may not want/need to create a Microsoft docx file
43+
* Makes installation easier:
44+
* The `lxml` package (a requirement of `python-docx`) can be difficult to install
45+
* CHANGED installation instructions to include `--upgrade` due to rapid development
46+
* CHANGED improved readability of messages
47+
3948
## Release 2025-07-15 v0.8a4
4049
* CHANGED `trk running` output to be more concise
4150
* ADDED short option '-d' to original long option '--csvdir' in command, 'trk init'

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.4'
10+
version = '0.8.5'
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.4'
5+
__version__ = '0.8.5'
66

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

0 commit comments

Comments
 (0)