Skip to content

Releases: N6LKA/AllStar-Herald

v1.29.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 06:09
4a738fd

What's Changed

  • Branch selector for update checks/installs (Main vs Develop) by @N6LKA in #61

Full Changelog: v1.28.4...v1.29.0

v1.28.4

Choose a tag to compare

@github-actions github-actions released this 10 Aug 05:43
f6a6f13

What's Changed

  • Manual-update-required flag for future breaking releases by @N6LKA in #60

Full Changelog: v1.28.3...v1.28.4

v1.28.3

Choose a tag to compare

@github-actions github-actions released this 10 Aug 04:15
25f924a

What's Changed

  • Login page logo/banner sizing fixes by @N6LKA in #59

Full Changelog: v1.28.1...v1.28.3

v1.28.1

Choose a tag to compare

@github-actions github-actions released this 10 Aug 04:06
bdbae83

What's Changed

  • Add the Herald icon to the login page too by @N6LKA in #58

Full Changelog: v1.28.0...v1.28.1

v1.28.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 04:00
588b575

What's Changed

  • Standalone web UI with its own login (issue #48) by @N6LKA in #57

Full Changelog: v1.27.0...v1.28.0

v1.27.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 20:57
ba493bc

What's Changed

  • Add ASL3 platform detection to install.sh by @N6LKA in #55

Full Changelog: v1.26.4...v1.27.0

v1.26.4

Choose a tag to compare

@github-actions github-actions released this 09 Aug 20:05
0f24c57

What's Changed

  • Center the subtitle under the title in the banner graphic by @N6LKA in #54

Full Changelog: v1.26.3...v1.26.4

v1.26.3

Choose a tag to compare

@github-actions github-actions released this 09 Aug 19:47
638b76b

What's Changed

  • Link the consolidated 1.26.0 upgrade-issues discussion from the README by @N6LKA in #53

Full Changelog: v1.26.2...v1.26.3

v1.26.2

Choose a tag to compare

@github-actions github-actions released this 09 Aug 19:33
67baac1

⚠️ Migrating from before 1.26.0? Read the full checklist first.

Several manual-fix gotchas surfaced going through this rename on my own node — consolidated into one place: Upgrading past 1.26.0: read this if anything broke.

What's Changed

  • Fix Allmon3 restart gap + document pre-1.26.0 manual-update requirement by @N6LKA in #51

Full Changelog: v1.26.0...v1.26.2

v1.26.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 19:14
0bc851f

⚠️ Upgrading from a version before 1.26.0? Read this first — the in-app Update button won't work.

Full checklist of everything that can need a manual fix crossing this boundary (Update button, Allmon3 link, file-missing errors, SkywarnPlus bridge, rpt.conf): Upgrading past 1.26.0 — read this if anything broke

This release renames the GitHub repo from ASL3-Herald to AllStar-Herald (#47) and scrubs the old asl3-herald naming out of every path/file on disk. GitHub automatically redirects the old repo URL to the new one, but there's a catch: GitHub's archive/tarball download always names the extracted folder after the current repo name, even when you request it through the old URL. Herald's self-update mechanism on any pre-1.26.0 install has the old folder name (ASL3-Herald-main) hardcoded, so when it tries to extract install.sh from the downloaded tarball it can't find it — the update silently does nothing, and you're left on your old version with no clear error.

One-time fix — run this once, manually, over SSH:

curl -fsSL -H "Cache-Control: no-cache" https://raw.githubusercontent.com/N6LKA/AllStar-Herald/main/install.sh | sudo bash

This bypasses the broken step entirely and brings you straight to 1.26.0. After that, the in-app Update button works normally again — this only affects crossing this one specific version boundary. See the discussion linked above for anything else that might need a one-time fix (Allmon3, weather bridge, rpt.conf).

Sorry for the hiccup — open an issue if you get stuck.

What's Changed

  • Scrub ASL3 naming, complete AllStar-Herald repo rename by @N6LKA in #50

Full Changelog: v1.25.2...v1.26.0