## Unreleased * Fixed * When filtering by game, the "Filtering by (...)" text would erroneously list an unrelated platform ## 0.2.3 / 2023-01-15 23:13+01:00 * Allow filtering by platform and game on session list (https://git.kucharczyk.xyz/lukas/timetracker/issues/32) * Order session by newest as preparation for https://git.kucharczyk.xyz/lukas/timetracker/issues/33 ## 0.2.2 / 2023-01-15 17:59+01:00 * Display playtime graph on session list (https://git.kucharczyk.xyz/lukas/timetracker/issues/29) * Fix error when showing session list with no sessions (https://git.kucharczyk.xyz/lukas/timetracker/issues/31) ## 0.2.1 / 2023-01-13 16:53+01:00 * List number of sessions when filtering on session list * Start sessions of last purchase from list (https://git.kucharczyk.xyz/lukas/timetracker/issues/19) ## 0.2.0 / 2023-01-09 22:42+01:00 * Show playtime total on session list (https://git.kucharczyk.xyz/lukas/timetracker/issues/6) * Make formatting durations more robust, change default duration display to "X hours" (https://git.kucharczyk.xyz/lukas/timetracker/issues/26) ## 0.1.4 / 2023-01-08 15:45+01:00 * Fix collectstaticfiles causing error when restarting container (https://git.kucharczyk.xyz/lukas/timetracker/issues/23) ## 0.1.3 / 2023-01-08 15:23+01:00 * Fix CSRF error (https://git.kucharczyk.xyz/lukas/timetracker/pulls/22) ## 0.1.2 / 2023-01-07 22:05+01:00 * Switch to Uvicorn/Gunicorn + Caddy (https://git.kucharczyk.xyz/lukas/timetracker/pulls/4) ## 0.1.1 / 2023-01-05 23:26+01:00 * Order by timestamp_start by default * Add pre-commit hook to update version * Improve the newcomer experience by guiding through each step * Fix errors with empty database * Fix negative playtimes being considered positive * Add %d for days to common.util.time.format_duration * Set up tests, add tests for common.util.time * Display total hours played on homepage * Add format_duration to common.util.time * Allow deleting sessions * Redirect after adding game/platform/purchase/session * Fix display of duration_manual * Fix display of duration_calculated, display durations less than a minute * Make the "Finish now?" button on session list work * Hide navigation bar items if there are no games/purchases/sessions * Set default version to "git-main" to indicate development environment * Add homepage, link to it from the logo * Make it possible to add a new platform * Save calculated duration to database if both timestamps are set * Improve session listing * Set version in the footer to fixed, fix main container height