Changelog

Unreleased

Nothing Yet!

0.6.0 - 2025-09-01

New Features

  • Allow tags of multiple types (Fixes #33)
  • Add "Mechanisms" tags from BoardGameGeek
  • Adding Games improvements
    • Split manual and BoardGameGeek add forms to separate pages
    • Add help text to BoardGameGeek Import page (with image!)
    • Add confirmation/preview page when adding from BoardGameGeek to ensure the correct game is being added (Fix #2)
    • Non-admin users with appropriate permission can now add new games from BoardGameGeek
  • Add icons to nav bar

Backstage

  • Add permissions system (Fix #37)
    • Create default groups
    • Rework most features to be based on permission system instead of is_superuser or is_staff

0.5.0 - 2025-08-23

New Features

  • Most Beloved/Hated Games sections now display rating count and use it as a tiebreaker
  • Users can claim ownership of existing games. Multiple users can own a game. (Fix #28)
  • Search
    • Move "x games found" to top of search table
    • Add "Back to Top" button at bottom of search table
    • Add filter by owner
    • Add owners to results table
  • Add landing page for unauthenticated users (Fix #29)
  • Extend configurable basic user information
  • Created User Profile page with bio, avatar image, owned games list, rated games list, and playlists. (Fix #24)
  • Allow users to control visibility of:
    • Their game ratings
    • Their owned games
    • Their first/last name
  • Allow all users to see individual (public) ratings

Backstage

  • Set up initial message flash system
  • Auto-run collectstatic and migrate on startup (Fix #20)

0.4.1 - 2025-07-27

Bugfixes

  • Fixed per-user rating link not showing for admins

0.4.0 - 2025-07-27

Bugfixes

  • Fixed improper text for some average ratings ending in .5

New Features

  • User can paste a URL or BGG ID when adding a game from BoardGameGeek. (Fix #21)
  • Show average game rating to all users on game detail page
  • Add rating count to search results table (Fix #13)
  • Add datetime to filename CSV for search export
  • Show per-user ratings for each game (admin only) (Fix #23)

Backstage

  • Set related_name for Rating model; refactored model methods accordingly

0.3.0 - 2025-07-26

Backstage

  • Switched to more economical EC2 instance (Fix #18)
  • Set up proper nginx handling for static files (Fix #12)

0.2.0 - 2025-06-21

  • Add changelog
    • Add user-viewable changelog in footer
  • Add export search to CSV
  • Add clear filters button to search
  • Disable open registrations (requires manual override to register new users)

0.1.0 - 2025-06-15

  • Initial Release