• 1.0.2 ac8cd6534a

    lukas released this 2023-02-18 20:49:42 +00:00 | 314 commits to main since this release

    • Add support for device info (#49)
    • Add support for purchase ownership information (#48)
    • Add support for purchase prices
    • Add support for game editions (#28)
    Downloads
  • 1.0.1 4070b4e46e

    lukas released this 2023-01-30 21:18:35 +00:00 | 328 commits to main since this release

    • Make it possible to edit sessions (#46)
    • Show markers on smaller graphs to make it clearer which dates the session belong to
    • Show only last 30 days on the homepage (#47)
    Downloads
  • 1.0.0 215374167b

    lukas released this 2023-01-20 18:59:43 +00:00 | 335 commits to main since this release

    • Breaking
      • Due to major re-arranging and re-naming of the folder structure, tables also had to be renamed.
    • Fixed
      • Sort form fields alphabetically (#40)
      • Start session button starts different game than it says (#44)
    Downloads
  • 0.2.5 55c2693f32

    lukas released this 2023-01-18 16:02:09 +00:00 | 345 commits to main since this release

    • New
      • When adding session, pre-select game with the last session
    • Fixed
      • Start session now button would take up 100% width, leading to accidental clicks (#37)
    • Removed
      • Session model property last is already implemented by Django method last(), thus it was removed (#38)
    Downloads
  • 0.2.4 2553d6f9e6

    lukas released this 2023-01-16 18:50:06 +00:00 | 353 commits to main since this release

    • 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 (#34)
      • Manually added times (= without end timestamp) would make graphs look ugly and noisy (#35)
    Downloads
  • 0.2.3 dd50d6dd40

    lukas released this 2023-01-15 22:14:28 +00:00 | 362 commits to main since this release

    • Allow filtering by platform and game on session list (#32)
    • Order session by newest as preparation for #33
    Downloads
  • 0.2.0 078f87687f

    lukas released this 2023-01-09 21:48:09 +00:00 | 371 commits to main since this release

    • Show playtime total on session list (#6)
    • Make formatting durations more robust, change default duration display to "X hours" (#26)
    Downloads
  • 0.1.2 0d20b543b0

    lukas released this 2023-01-07 21:07:10 +00:00 | 384 commits to main since this release

    • Switch to Uvicorn/Gunicorn + Caddy (#4)
    Downloads
  • 0.1.1 f550978e4a

    lukas released this 2023-01-05 22:31:23 +00:00 | 393 commits to main since this release

    • 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
    Downloads
  • 0.1.0 250f841e00

    Initial version Pre-Release

    lukas released this 2023-01-03 20:48:34 +00:00 | 442 commits to main since this release

    This version includes basic functionality.

    Downloads