• v1.1.2 2b9bca65d5

    v1.1.2
    Docker Build and Push / build-and-push-branches (push) Has been skipped
    Docker Build and Push / build-and-push-tags (push) Successful in 11m44s
    Stable

    bagas released this 2026-01-17 17:33:10 +07:00 | 80 commits to main since this release

    refactor(interaction): separate view and update logic into modular files

    • Extract slug editing logic to slug.go (slugView/slugUpdate)
    • Extract commands menu logic to commands.go (commandsView/commandsUpdate)
    • Extract coming soon modal to coming_soon.go (comingSoonView/comingSoonUpdate)
    • Extract main dashboard logic to dashboard.go (dashboardView/dashboardUpdate)
    • Create model.go for shared model struct and helper functions
    • Replace math/rand with crypto/rand for random subdomain generation
    • Remove legacy TLS cipher suite configuration

    Full Changelog: https://git.fossy.my.id/bagas/tunnel-please/compare/v1.1.1...v1.1.2

    Downloads