• 1.5.2 42b28665e1

    lukas released this 2024-01-14 20:29:42 +00:00 | 130 commits to main since this release

    Improved

    • game overview:
      • improve how editions and purchases are displayed
      • make it possible to end session from overview
    • add purchase: only allow choosing purchases of selected edition
    • session list:
      • starting and ending sessions is much faster/doest not reload the page
      • listing sessions is much faster
    Downloads
  • 1.5.1 729e1d939b

    lukas released this 2023-11-14 20:12:57 +00:00 | 206 commits to main since this release

    Improved

    • Disallow choosing non-game purchase as related purchase
    • Improve display of purchases
    • (Internal) Improve ConditionalElementHandler
    Downloads
  • 1.5.0 f31280c682

    lukas released this 2023-11-14 18:32:10 +00:00 | 210 commits to main since this release

    New

    • Add stat for finished this year's games
    • Add purchase types:
      • Game (previously all of them were this type)
      • DLC
      • Season Pass
      • Battle Pass

    Fixed

    • Order purchases by date on game view
    Downloads
  • 1.4.0 394dd4f9f8

    lukas released this 2023-11-09 20:02:46 +00:00 | 223 commits to main since this release

    New

    • More fields are now optional. This is to make it easier to add new items in bulk.
      • Game: Wikidata ID
      • Edition: Platform, Year
      • Purchase: Platform
      • Platform: Group
      • Session: Device
    • New fields:
      • Game: Year Released
        • To record original year of release
        • Upon migration, this will be set to a year of any of the game's edition that has it set
      • Purchase: Date Finished
    • Editions are now unique combination of name and platform
    • Add more stats:
      • All finished games
      • All finished 2023 games
      • All finished games that were purchased this year
      • Sessions (count)
      • Days played
      • Finished (count)
      • Unfinished (count)
      • Refunded (count)
      • Backlog Decrease (count)
    • New workflow:
      • Adding Game, Edition, Purchase, and Session in a row is now much faster

    Improved

    • game overview: simplify playtime range display
    • new session: order devices alphabetically
    • ignore English articles when sorting names
      • added a new sort_name field that gets automatically created
    • automatically fill certain values in forms:
      • new game: name and sort name after typing
      • new edition: name, sort name, and year when selecting game
      • new purchase: platform when selecting edition
    Downloads
  • 1.3.0 4552cf7616

    lukas released this 2023-11-05 14:11:45 +00:00 | 239 commits to main since this release

    New

    • Add Stats to the main navigation
    • Allow selecting year on the Stats page

    Improved

    • Make some pages redirect back instead to session list
    • Make navigation more compact

    Fixed

    • Correctly limit sessions to a single year for stats
    Downloads
  • 1.2.0 cd6ea6e903

    lukas released this 2023-11-01 19:20:21 +00:00 | 250 commits to main since this release

    New

    • Add yearly stats page (#15)

    Enhancements

    • Add a button to start session from game overview
    Downloads
  • 1.1.2 dba8414fd9

    lukas released this 2023-10-13 14:34:46 +00:00 | 255 commits to main since this release

    Enhancements

    • Durations are formatted in a consistent manner across all pages

    Fixes

    • Game Overview: display duration when >1 hour instead of displaying 0 (#61)
    Downloads
  • 1.1.1 c4b0347f3b

    lukas released this 2023-10-09 18:56:53 +00:00 | 257 commits to main since this release

    New

    • Add notes section to game overview

    Enhancements

    • Make it possible to add any data on the game overview page
    Downloads
  • 1.1.0 c814b4c2cb

    lukas released this 2023-10-08 22:05:56 +00:00 | 260 commits to main since this release

    New

    • Add game overview page (#8)
    • Add helper buttons next to datime fields
    • Add copy button on Add session page to copy times between fields
    • Change fonts to IBM Plex

    Enhancements

    • Improve form appearance
    • Focus important fields on forms
    • Use the same form when editing a session as when adding a session
    • Change recent session view to current year instead of last 30 days
    • Add a hacky way not to reload a page when starting or ending a session (#52)
    • Improve session list (#53)

    Fixes

    • Fix session being wrongly considered in progress if it had a certain amount of manual hours (#58)
    • Fix bug when filtering only manual sessions (#51)
    Downloads
  • 1.0.3 2640a49734

    lukas released this 2023-02-20 16:21:44 +00:00 | 303 commits to main since this release

    • Add wikidata ID and year for editions
    • Add icons for game, edition, purchase filters
    • Allow filtering by game, edition, purchase from the session list
    • Allow editing filtered entities from session list
    Downloads