Skip to content

Releases: jovalle/goku

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 01:54
4342837

1.6.0 (2026-07-14)

Features

  • implement ranked fuzzy search for alias filtering in admin UI (810cdc7)

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 04:26
0196f68

1.5.0 (2026-07-11)

Features

  • enhance alias resolution logic and add tests for priority handling (e35c802)

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 03:50
de4e13e

1.4.0 (2026-07-09)

Features

  • enhance UX for desktop and mobile (acd3917)

Bug Fixes

  • git: add vulncheck to catch gaps locally (f677440)
  • git: sync golang version (3cd2a6c)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 23:06
381d1d5

1.3.0 (2026-04-13)

Features

  • add pre-commit hook for running tests and update README with installation instructions (ba687cf)
  • add release tooling, CI, and project polish (3200dba)
  • add release workflow and configuration files (61d7572)
  • add the first working web UI for managing links (4b550d7)
  • build out the config-backed resolution core (b63e30d)
  • core: migrate to alias-first config/store with legacy compatibility (b9a2740)
  • enhance config loading to return default values for missing files (ba687cf)
  • improve link and rule deletion handlers to support form submissions (ba687cf)
  • move logo image to assets (50fb1c5)
  • protect the admin endpoints with API and basic auth (e615666)
  • serve logo from embedded assets and add test for static route (222ab46)
  • server: split public/admin endpoints with session auth, alias APIs, and health streaming (4e36082)
  • update routing and enhance admin interface with public preview links (bce0ff6)

Bug Fixes

  • update middleware to clarify auth requirements and adjust tests accordingly (ba687cf)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Apr 02:04
c1ada52

1.1.0 (2026-04-01)

Features

  • add pre-commit hook for running tests and update README with installation instructions (ba687cf)
  • enhance config loading to return default values for missing files (ba687cf)
  • improve link and rule deletion handlers to support form submissions (ba687cf)

Bug Fixes

  • update middleware to clarify auth requirements and adjust tests accordingly (ba687cf)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Mar 01:02
1944193

1.0.0 (2026-03-26)

Features

  • add release tooling, CI, and project polish (3200dba)
  • add release workflow and configuration files (61d7572)
  • add the first working web UI for managing links (4b550d7)
  • build out the config-backed resolution core (b63e30d)
  • protect the admin endpoints with API and basic auth (e615666)