Changelog

Every published Nasnet Panel release, what changed in it, and what pre-1.0 means for upgrades.

Last updated Aug 17, 2026View as Markdown

Overview

The releases below are read from GitHub when this site is built, so they are current as of the last deploy rather than hand-copied after each tag. The project also keeps a Keep a Changelog file in the repository, which is the place to look for changes that have landed on main but have not been tagged yet.

What the versions mean

Nasnet Panel is in active development before 1.0, and follows semantic versioning with the latitude that a 0.x version implies: public APIs, environment variables and on-disk layout can change between releases without a major-version bump.

Two consequences worth planning around:

  • Pin a tag in production. :latest is convenient for a lab and risky for a router you depend on. Install --version <tag> and move deliberately.
  • Read the notes before upgrading, not after. Configuration changes are called out in the release, and a 0.x release is allowed to make them.

What each release publishes

Artifact Where
Multi-arch container image ghcr.io/nasnet-community/nasnet-panel:<tag> and :latest
Per-architecture tarballs nasnet-panel-<version>-<arch>.tar, with matching .sha256

The tarballs are what scripts/install.sh downloads and checksums when it deploys into a RouterOS container. The rolling snapshot pre-release tracks main and is the installer’s default, so pass --version to pin a real tag instead.

For how to actually move between versions, see Updates. If a release breaks something for you, Getting support covers where to report it.

Releases

  1. Install on RouterOS:

    ./install.sh --version v0.0.3

    RouterOS container image tars consumed by scripts/install.sh:

    • nasnet-panel-0.0.3-amd64.tar (RouterOS x86_64)
    • nasnet-panel-0.0.3-arm64.tar (RouterOS arm64)
    • nasnet-panel-0.0.3-armv7.tar (RouterOS arm)

    Graphical installers:

    • nasnet-panel-installer-windows-0.0.3.exe (Windows)
    • nasnet-panel-installer-macos-0.0.3.dmg (macOS)

    Container image: ghcr.io/nasnet-community/nasnet-panel:0.0.3

    What’s Changed

    Full Changelog: https://github.com/nasnet-community/nasnet-panel/compare/v0.0.2...v0.0.3

  2. Install on RouterOS:

    ./install.sh --version v0.0.2

    RouterOS container image tars consumed by scripts/install.sh:

    • nasnet-panel-0.0.2-amd64.tar (RouterOS x86_64)
    • nasnet-panel-0.0.2-arm64.tar (RouterOS arm64)
    • nasnet-panel-0.0.2-armv7.tar (RouterOS arm)

    Graphical installers:

    • nasnet-panel-installer-windows-amd64.exe (Windows)
    • nasnet-panel-installer-macos-universal.dmg (macOS)

    Container image: ghcr.io/nasnet-community/nasnet-panel:0.0.2

    What’s Changed

    Full Changelog: https://github.com/nasnet-community/nasnet-panel/compare/snapshot...v0.0.2

  3. Dev snapshot

    Pre-release

    Rolling development snapshot, rebuilt on every push to dev. Commit 09fa5ae8394bd130e5234cbcf33089bdc3ac0cb0.

    RouterOS container image tars consumed by scripts/install.sh:

    • nasnet-panel-dev-amd64.tar (RouterOS x86_64)
    • nasnet-panel-dev-arm64.tar (RouterOS arm64)
    • nasnet-panel-dev-armv7.tar (RouterOS arm)

    Graphical installers:

    • nasnet-panel-installer-windows-dev-09fa5ae.exe (Windows)
    • nasnet-panel-installer-macos-dev-09fa5ae.dmg (macOS)

All releases on GitHub