Skip to content

Releases: 0xjuanma/golazo

v0.22.0

20 Feb 15:49

Choose a tag to compare

🎉 golazo v0.22.0

Added

  • Ligue 2 - Added support for French Ligue 2 (Thanks @hkajdan!)

  • Add more German leagues - Added support for German 2. Bundesliga and 3. Liga (Thanks @lukasgierth!)

  • Substitutions in Finished View - Finished match details now show a "Substitutions" section (after Goals and Cards) with the same styling as the live view (player in/out, minute)

Changed

  • Substitution Rendering - Live and finished views now share a single substitution content builder (buildSubstitutionContent) so behaviour and styling stay consistent

Fixed

  • Half-Time Score - Fixed HT score being overwritten with the final score when a match finishes
  • Match Details & Scores - Fixed match details returning nil and scores showing as empty due to FotMob API changes

📦 Downloads

Download the latest release from the releases page.

v0.21.0

08 Feb 02:03
3b6802b

Choose a tag to compare

🎉 golazo v0.21.0

Added

  • Brazilian Leagues - Added support for Copa do Nordeste and Campeonato Goiano (Thanks @gabriel7419!)

Changed

  • Code Quality - Resolved all golangci-lint warnings (errcheck, staticcheck, unused)
  • Goal Replay Links - Added a new Reddit search strategy using short/alternative team names, improving goal link discovery when standard queries miss

Fixed

  • Stats View Focus - Fixed focus state persisting when navigating away from stats view, ensuring fresh state on re-entry
  • Standings for Multi-Season Leagues - Fixed standings dialog returning empty results for leagues with multiple seasons per year (i.e, Liga MX, Liga Profesional, Liga 1, Primera A, etc.)

📦 Downloads

Download the latest release from the releases page.

v0.20.0

06 Feb 03:02

Choose a tag to compare

🎉 golazo v0.20.0

Added

  • Italian Serie B - Added support for Italian Serie B (second division)
  • Finalissima - Added support for CONMEBOL-UEFA Cup of Champions
  • CONCACAF Competitions - Added support for CONCACAF Champions Cup, Gold Cup, and Nations League
  • AFC Champions League Elite - Added support for the premier Asian club competition
  • CAF Champions League - Added support for the premier African club competition

Changed

Fixed

  • Update Command - Fixed detection logic failing to distinguish between Homebrew and script installations, now with automatic fallback if Homebrew update fails

📦 Downloads

Download the latest release from the releases page.

v0.19.0

05 Feb 02:48
be58c7f

Choose a tag to compare

🎉 golazo v0.19.0

Added

  • Brazilian Leagues & Competitions - Added support for Copa do Brasil, Supercopa do Brasil, Campeonato Carioca, Campeonato Mineiro, Campeonato Paulista, and Recopa Sudamericana (Thanks @rafaelrc7!)
  • Nordic Leagues - Added support for Eliteserien and 1. Divisjon (Norway), and 1. Division (Denmark)
  • German League - Added support for Regionalliga

Changed

  • Code Quality - Improved code quality by addressing golangci-lint recommendations (Thanks @rober0xf!)

Fixed

  • Own Goal Display - Goals are now correctly labeled as "OWN GOAL" when applicable

📦 Downloads

Download the latest release from the releases page.

v0.18.0

31 Jan 22:14
14b31ed

Choose a tag to compare

🎉 golazo v0.18.0

Added

  • Dialog Overlay System - New reusable dialog component for displaying overlay content on top of views(when right panel focused)
  • League Standings Dialog - Press s to view current league standings with highlighted match teams
  • Match Formations Dialog - Press f to view both teams' formations and starting lineups with player ratings
  • Full Statistics Dialog - Press x to view full match statistics

Changed

  • Unified Header Design - All panel titles now use consistent compact header style with gradient text and diagonal fill pattern
  • Visual Overhaul - Refreshed main menu logo and updated styling across views

Fixed

📦 Downloads

Download the latest release from the releases page.

v0.17.0

24 Jan 16:30
bbfd291

Choose a tag to compare

🎉 golazo v0.17.0

Added

Changed

  • Smart Update Detection - The --update command now automatically detects whether golazo was installed via Homebrew or install script and uses the appropriate update method
  • Unified Match Details Rendering - Consolidated live and finished match views into a single rendering system with consistent styling

Fixed

  • Finished Matches Hints - Fixed missing keyboard hints in finished matches view and added tab focus indicator

📦 Downloads

Download the latest release from the releases page.

v0.16.0

23 Jan 03:04

Choose a tag to compare

🎉 golazo v0.16.0

Added

  • Homebrew Support - Install with brew install 0xjuanma/tap/golazo

Changed

Fixed

  • Light Terminal Support - Colors now automatically adapt to light terminal themes for improved visibility

📦 Downloads

Download the latest release from the releases page.

v0.15.0

15 Jan 04:02

Choose a tag to compare

🎉 golazo v0.15.0

Added

  • Stoppage Time Display - Goals in stoppage time now display properly (e.g., "45+2'")
  • More Leagues Supported - Added Gaucho Brasilian competition and multiple Portuguese leagues and competitions (Thanks @felipeolibon and @rmscoelho!)
  • Official Match Highlights - Finished matches now display clickable links to official highlight videos when available!
  • Penalty Shootout Results - Finished matches now display penalty scores when matches went to shootouts
  • New Contributing Docs - Added documentation for contributors, including contributing guidelines and process

Changed

  • Go Version - Updated minimum Go version 1.25

Fixed

📦 Downloads

Download the latest release from the releases page.

v0.14.0

11 Jan 03:46

Choose a tag to compare

🎉 golazo v0.14.0

Added

  • South American Leagues - Added support for Chilean Primera Division, Peruvian Liga 1, Ecuadorian Serie A, and Uruguayan Primera Division

Changed

Fixed

  • Duplicate Matches - Fixed duplicate matches appearing in the finished matches list by adding deduplication by match ID
  • League IDs - Corrected a few league IDs that were outdated

📦 Downloads

Download the latest release from the releases page.

v0.13.1

10 Jan 01:15
90103bf

Choose a tag to compare

🎉 golazo v0.13.1

Added

Changed

Fixed

  • Enhanced Version Management - Fixed version comparison logic and organized version functionality into dedicated package

📦 Downloads

Download the latest release from the releases page.