Skip to content

Changelog

The changelog page displays the platform's release history, documenting new features, improvements, bug fixes, and breaking changes across versions.

Page Location

  • URL: /changelog (in-app) and documented here
  • Access: Public

Purpose

The changelog keeps users informed about what has changed between platform releases. It helps administrators plan upgrades and lets all users discover new features.

Format

Each release entry includes:

Field Description
Version Semantic version number (e.g., 1.2.0)
Date Release date
Changes Categorized list of changes

Change Categories

Changes are grouped by type:

  • Added — New features and capabilities
  • Changed — Modifications to existing behavior
  • Fixed — Bug fixes and corrections
  • Removed — Deprecated features that have been removed
  • Security — Security-related patches and improvements

Version Management

MAGK uses Changesets for version management. Each pull request that introduces user-facing changes includes a changeset entry. When changesets are released, the changelog is updated automatically.

The current platform version is displayed in the documentation site footer and is injected at build time via the MAGK_VERSION environment variable.


v0.5.0

Released: 2025-07-01

Added

  • Accordion forms — Admin forms now use collapsible accordion sections for better organization on complex configuration pages
  • Draft auto-save — All event and mission form fields are automatically saved to local storage as you type, protecting against session loss or browser crashes
  • Overlay POI editing — Points of interest within map overlays can now be edited directly from the tactical map interface

Changed

  • Group → Team rename — The admin UI now uses "Team" instead of "Group" for all user-facing team management. The backend API retains group naming for TAK protocol compatibility
  • Session timeout extended — User sessions now last 8 hours (previously 15 minutes), reducing unnecessary re-authentication during long events

Fixed

  • Session timeout — Resolved an issue where sessions expired prematurely during active events, causing users to be logged out unexpectedly