ISPANA Client App Changelog — v0.0.1 Catatan Rilis Klien ISPANA — v0.0.1

a6 2026-03-30

Focus: Finalizing Versioning & Release Integration

  • [pubspec.yaml]: Bumped build number to 0.0.1+6.
  • [TODO.md]: Marked the "Application Version Update" task as complete.
  • [GitHub Releases]: Verified full integration of the gh release workflow for both the Flutter App and the Backend API.
Git Commit Tag: ispana-v0.0.1a6
a5 2026-03-30

Focus: Build Script UI/UX & Encoding Fix

  • [build.ps1]:
    • UI/UX: Converted $Clean and $Publish parameters to [switch] for easier command-line usage.
    • Encoding Fix: Removed emoji characters and updated function definitions to use explicit Param() blocks. This resolves parsing errors in standard Windows PowerShell (5.1) where variables were being skipped.
    • Safety: Added path checking and stronger quoting for cross-directory git commands.
  • [pubspec.yaml]: Bumped build number to 0.0.1+5.
Git Commit Tag: ispana-v0.0.1a5
a4 2026-03-30

Focus: Dual-Repository Automation & Log Relocation

  • [Log Relocation]: Moved the change_logs folder from the root into the ispana/ repository for better version tracking.
  • [build.ps1]:
    • Added -Message parameter for automated git commits.
    • Implemented dual-repository commit logic: automatically commits and pushes changes to both ispana (Frontend) and API (Backend) repositories.
    • Updated internal pathing to point to the new ispana/releases/ and ispana/change_logs/ folders.
  • [pubspec.yaml]: Bumped build number to 0.0.1+4.
Git Commit Tag: ispana-v0.0.1a4
a3 2026-03-30

Focus: Local-to-GitHub Release Automation

  • [build.ps1]: Added -Publish flag to automate Git tagging, pushing, and GitHub Release creation using the gh CLI. Fixed internal function naming bug (Build_Target).
  • [pubspec.yaml]: Bumped build number to 0.0.1+3.
Git Commit Tag: ispana-v0.0.1a3
a2 2026-03-30

Focus: Multi-Platform Build Automation

  • [build.ps1]: Created a universal PowerShell build script.
  • [pubspec.yaml]: Bumped build number to 0.0.1+2.
Git Commit Tag: ispana-v0.0.1a2
a1 2026-03-30

Focus: Initializing Versioning System & Project Baseline

  • [12-app-versioning-rule.md]: Created the official versioning and change log management rule.
  • [pubspec.yaml]: Updated project version to 0.0.1+1.
  • [TODO.md]: Added priority tasks for Application Version Update tracking.
Git Commit Tag: ispana-v0.0.1a1