github dannybouwers/trala v0.17.3
v0.17.3: Back from Vacation - Dependency Refresh & New Languages

3 hours ago

🏖️ Back from Vacation: Dependency Refresh & New Languages

Hello, dashboard dwellers! It's been a little while. I know, I know. I went off chasing sunsets instead of git log for a bit, and honestly, my terminal went through withdrawal. But I'm back, coffee in hand, and ready to bring you some updates.

First up: TraLa just crossed 100,000 downloads on GitHub Container Registry. When I first shipped this little dashboard as a personal hobby project just over a year ago (a side quest born out of curiosity for AI-assisted coding), I certainly didn't expect to see six zeros on the download counter. Here's to all of you who gave it a spin: you're the reason this is more than just a weekend experiment these days.

This release is a lighter one. Mostly dependency polish to keep everything humming on the latest Go and Astro stacks, plus a couple of new languages from the community. No configuration changes needed; just pull the latest and carry on!

What's New

  • Go Toolchain Upgrade: v1.26.5v1.27.1, bringing the latest runtime improvements and bug fixes
  • Dependency Refreshes:
    • github.com/PuerkitoBio/goquery: v1.12.0v1.13.0
    • github.com/stretchr/testify: v1.11.1v1.12.1
    • golang.org/x/text: v0.40.0v0.41.0
    • golang.org/x/net (indirect): v0.57.0v0.58.0
    • golang.org/x/crypto (indirect): v0.54.0v0.55.0
  • Two New Translations: Say hello to 🇨🇿 Czech and 🇪🇪 Estonian! Both contributed by the community through Weblate.
  • Documentation Polish: Updated Weblate project URLs across the README and docs, and standardized all language references using ISO 639-1 codes.

⚡ Website Updates

The docs site at trala.fyi has been upgraded to Astro 7.2 with @astrojs/mdx v8 and a new markdown processor for faster, cleaner builds.

How to Use

No configuration changes required. Just pull the latest image!

docker pull ghcr.io/dannybouwers/trala:v0.17.3
# or
docker pull dannybouwers/trala:v0.17.3

What's Changed

  • chore(l10n): update translations by @hosted-weblate[bot] in #170
  • Update module golang.org/x/text to v0.41.0 by @renovate[bot] in #173
  • Update module github.com/PuerkitoBio/goquery to v1.13.0 by @renovate[bot] in #175
  • Update module github.com/stretchr/testify to v1.12.1 by @renovate[bot] in #174
  • Update Go Toolchain to v1.27.1 by @renovate[bot] in #172
  • Update dependency @astrojs/mdx to v8 by @renovate[bot] in #176
  • 📝 docs: standardize language references using ISO 639-1 codes and update weblate urls by @dannybouwers in #177

New Contributors

  • @p-bo made their first contribution in #170

Full Changelog: v0.17.2...v0.17.3

Don't miss a new trala release

NewReleases is sending notifications on new releases.