Exclude manual times from graphs

Fixes #35
This commit is contained in:
2023-01-16 19:39:24 +01:00
parent 8b7ed90b49
commit 9534492f17
2 changed files with 11 additions and 4 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
## Unreleased
## 0.2.4 / 2023-01-16 19:39+01:00
* Fixed
* When filtering by game, the "Filtering by (...)" text would erroneously list an unrelated platform
* Playtime graph would display timeline backwards
* Playtime graph with many dates would overlap (https://git.kucharczyk.xyz/lukas/timetracker/issues/34)
* Manually added times (= without end timestamp) would make graphs look ugly and noisy (https://git.kucharczyk.xyz/lukas/timetracker/issues/35)
## 0.2.3 / 2023-01-15 23:13+01:00