Skip to content

Releases: lukecarr/trophies

v0.1.0-alpha.9

06 Sep 11:17
Compare
Choose a tag to compare

v0.1.0-alpha.8

04 Sep 15:33
Compare
Choose a tag to compare

Changelog

  • 2dd0ff5 ♻️ Replaced SQLite driver with CGO version
  • 2e751f7 ♻️ Performed go mod tidy
  • a0ebdd5 ♻️ Moved metadata caching to SQL
  • 5dd5990 ♻️ Removed sqlx (in favor of database/sql)
  • 1d70d1f ⬆️ Upgraded actions/checkout to v4

v0.1.0-alpha.7

04 Sep 13:24
Compare
Choose a tag to compare

Changelog

  • 64ea096 ⬆️ Upgraded actions/checkout to v4
  • 9d736a4 💚 Fixed failing bun install on release workflow

v0.1.0-alpha.5

03 Sep 14:33
998f225
Compare
Choose a tag to compare

Changelog

  • 998f225 📄 Updated screenshots in README
  • e5380f4 ✨ Added basic table view to homepage
  • 570630a 🔨 Added gow to Gitpod image
  • 9816eb7 🔨 Added JetBrains plugins to .gitpod.yml
  • dac8053 🩹 Fixed gitpod window automatically opening
  • 291999b 🐛 Fixed UI styling issue on game page in light mode
  • 6c3a3bd 📝 Updated game page screenshot in README
  • d943334 ✨ Added release date and platforms to game page header
  • 597c8f9 📝 Added shields.io badges to README
  • 8100c42 📝 Added section on examples to README
  • aa57cbd 📝 Added docker-compose examples
  • 53bc913 ✨ Added Metacritic scores to game page
  • 7cb8970 🐛 Fixed 404 error when manually refreshing/navigating to URL
  • d9bfc45 🔨 Added make configuration for watch mode
  • 5d6f591 🔧 Refactored gitpod configuration
  • c542b6b 🔧 Simplified gitpod configuration
  • 84a2d29 🔧 Fixed broken gitpod config
  • 20e3dc5 🔧 Added gitpod configuration
  • 4658b77 📝 Added screenshots to README
  • 1bb64c5 ✨ Added background images to games with RAWG API
  • ef465e1 ♻️ Refactored tailwind.config.js to tailwind.config.ts
  • b3a47ea 📝 Added basic security policy
  • ae79f49 ⬆️ Upgraded million to 2.6.0-beta.12
  • 23e02c5 💚 Removed deprecated set-output workflow cmd

v0.1.0-alpha.4

02 Sep 16:10
Compare
Choose a tag to compare

Changelog

  • 086633a 💚 Fixed goreleaser permission errors
  • 2529038 ⬆️ Upgraded go and nodejs

v0.1.0-alpha.3

02 Sep 16:01
ebe8f82
Compare
Choose a tag to compare
v0.1.0-alpha.3 Pre-release
Pre-release
💚 Fixed incorrect `go` version in workflow

v0.1.0-alpha.2

02 Sep 15:58
7f822db
Compare
Choose a tag to compare
v0.1.0-alpha.2 Pre-release
Pre-release
💚 Fixed broken `goreleaser` config

v0.1.0-alpha.1

02 Sep 15:54
7ef82d4
Compare
Choose a tag to compare
v0.1.0-alpha.1 Pre-release
Pre-release
⬆️ Upgraded `workflow` dependencies