Prepare 1.6.0
Django CI/CD / test (push) Successful in 29s
Django CI/CD / build-and-push (push) Has been skipped

This commit is contained in:
2026-01-15 23:15:03 +01:00
parent 04601ca13d
commit f895dc1265
3 changed files with 7 additions and 6 deletions
+5 -4
View File
@@ -1,6 +1,7 @@
## Unreleased ## 1.6.0 / 2025-01-15 23:13+01:00
## New ### New
* Visual overhaul of many pages
* Render notes as Markdown * Render notes as Markdown
* Require login by default * Require login by default
* Add stats for dropped purchases, monthly playtimes * Add stats for dropped purchases, monthly playtimes
@@ -11,7 +12,7 @@
* Add emulated property to sessions * Add emulated property to sessions
* Add today's and last 7 days playtime stats to navbar * Add today's and last 7 days playtime stats to navbar
## Improved ### Improved
* mark refunded purchases red on game overview * mark refunded purchases red on game overview
* increase session count on game overview when starting a new session * increase session count on game overview when starting a new session
* game overview: * game overview:
@@ -22,7 +23,7 @@
* session list: use display name instead of sort name * session list: use display name instead of sort name
* unify the appearance of game links, and make them expand to full size on hover * unify the appearance of game links, and make them expand to full size on hover
## Fixed ### Fixed
* Fix title not being displayed on the Recent sessions page * Fix title not being displayed on the Recent sessions page
* Avoid errors when displaying game overview with zero sessions * Avoid errors when displaying game overview with zero sessions
+1 -1
View File
@@ -1,6 +1,6 @@
FROM python:3.12.0-slim-bullseye FROM python:3.12.0-slim-bullseye
ENV VERSION_NUMBER=1.5.2 \ ENV VERSION_NUMBER=1.6.0 \
PROD=1 \ PROD=1 \
PYTHONUNBUFFERED=1 \ PYTHONUNBUFFERED=1 \
PYTHONFAULTHANDLER=1 \ PYTHONFAULTHANDLER=1 \
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "timetracker" name = "timetracker"
version = "1.5.2" version = "1.6.0"
description = "A simple time tracker." description = "A simple time tracker."
authors = ["Lukáš Kucharczyk <lukas@kucharczyk.xyz>"] authors = ["Lukáš Kucharczyk <lukas@kucharczyk.xyz>"]
license = "GPL" license = "GPL"