🏖️ 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.5→v1.27.1, bringing the latest runtime improvements and bug fixes - Dependency Refreshes:
github.com/PuerkitoBio/goquery:v1.12.0→v1.13.0github.com/stretchr/testify:v1.11.1→v1.12.1golang.org/x/text:v0.40.0→v0.41.0golang.org/x/net(indirect):v0.57.0→v0.58.0golang.org/x/crypto(indirect):v0.54.0→v0.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
Full Changelog: v0.17.2...v0.17.3