• v1.0.3 facf82c898

    Release v1.0.3
    test / pytest (push) Successful in 40s
    docker-image / build-and-push (push) Successful in 4m17s
    Stable

    tliu93 released this 2026-04-27 20:44:28 +02:00 | 0 commits to main since this release

    Add summary

    Downloads
  • v1.0.2 22ea44d8cd

    Minimal Installable PWA Support
    test / pytest (push) Successful in 38s
    docker-image / build-and-push (push) Successful in 4m12s
    Stable

    tliu93 released this 2026-04-23 15:27:31 +02:00 | 5 commits to main since this release

    This release adds minimal, low-risk PWA support to Moving Helper without changing the existing FastAPI + Jinja SSR architecture.

    What’s included:

    Added a manifest.webmanifest with app name, theme color, background color, standalone display mode, and install icons
    Added a minimal root-scoped service-worker.js for install compatibility
    Updated the base template to include manifest, theme color, mobile web app meta tags, and Apple touch icon support
    Added install icons for Android, iPhone/iPad home screen usage, and desktop app installation flows
    Documented deployment notes and validation steps for PWA installation
    Added automated tests for manifest delivery, service worker delivery, and template PWA metadata
    What this enables:

    Android Chrome can add the app to the home screen
    iPhone Safari can add the app to the home screen
    Desktop Chrome / Edge can install the app as a standalone window

    What this does not include:

    Offline support
    Offline caching strategies
    Offline sync
    Any frontend framework migration or SPA rewrite

    Downloads
  • v1.0.1 49a5452141

    Release 1.0.1
    test / pytest (push) Successful in 35s
    docker-image / build-and-push (push) Successful in 4m8s
    Stable

    tliu93 released this 2026-04-21 22:40:42 +02:00 | 7 commits to main since this release

    Bug fix on css loading with https

    Downloads
  • v1.0.0 d39c1933b4

    Working release 1.0.0
    test / pytest (push) Successful in 38s
    docker-image / build-and-push (push) Successful in 4m9s
    Stable

    tliu93 released this 2026-04-21 21:55:21 +02:00 | 9 commits to main since this release

    Downloads