Skip to content

v1.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Aug 04:45
2c8ff88

1.6.0 (2026-08-24)

Features

  • assets page redesign, local asset grouping, project card modernization (#16) (ae27d32)
  • configure VS Code for cross-platform debugging and fix binding errors (#15) (e08d69c)
  • engine UX improvements and Linux startup fixes (#32) (d41dae2)
  • panzerfaust: add search support allowing user to find projet by name (#399) (#447) (69822bc)
  • panzerfaust: build launcher UI with engine management, assets, and project workflow (#554) (739b6af)
  • project: remove SceneData directory from project layout (#48) (7e816f8)
  • project: standardize asset directories under Assets/ and add sky config (#46) (90c8faf)
  • RC build indicator with orange bloom border and version tag (#28) (ec34bcb)
  • show app release version in status bar (#14) (5315617)
  • ui: add ZodiacEngineHub app icon (#49) (52a0bea)

Bug Fixes

  • assets: preserve companion file paths and migrate existing flat textures (#64) (ddf004c)
  • bump version to trigger RC build with orange border indicator (#27) (7fada50)
  • pin Tmds.DBus.Protocol to 0.20.0 to fix Linux startup crash (#31) (cf79d5e)
  • restore Windows caption buttons and fix app version display (#25) (7846204)
  • surface engine crash errors and resolve stale rpath for local builds (#30) (2d9c5db)

Documentation

  • add README with features, downloads, system requirements and build instructions (#12) (9ca1e05)
  • roadmap: add roadmap with planned features and current implementation status (#24) (d4638a2)
  • update README with current screenshots (#17) (f3b3555)

Build System

  • remove _WIN32/MACOS defines, fix OutputType to Exe (be9def5)
  • restore OutputType to WinExe (2790a13)

CI/CD

  • add changelog generation script (c8ca195)
  • add full CI/CD pipeline for all platforms (edd6e35)
  • configure release-please and versioning for v1.0.0 (da46c28)
  • drop macOS x64 build from all workflows (#44) (eaf213c)
  • enable single-file publish across all platform build jobs (#13) (f92afae)
  • ignore legacy non-conventional commits in commitlint (#40) (60340d4)
  • restore commitlint check for all PRs (#39) (38aada5)
  • rewrite pipelines for dotnet, remove C++ engine workflows (0f97bfb)
  • set target-branch to main in release-please config (#53) (028b27c)
  • skip build for non-source file changes (#45) (bb35a0e)
  • switch release flow to target develop directly (#67) (7161a99)
  • sync dotnet pipelines, configs and scripts from develop (6c78b92)