• v0.0.64 e58895a26d

    Ghost released this 2026-06-26 21:08:54 +00:00 | 360 commits to main since this release

    • Level 1 rendering fix: Rebase data before rendering to ensure the most up‑to‑date state is displayed.
    • Push retry on race: Automatically retry push operations when a race condition is detected.
    • Improved reliability: Enhances synchronization stability and reduces the chance of data loss in Level 1.
    Downloads
  • v0.0.63 2dd5bc917b

    Ghost released this 2026-06-26 20:58:26 +00:00 | 362 commits to main since this release

    ## Bug Fixes
    
    - **Fixed bottle uploads** - Replaced `forgejo-release` with inline `curl` commands for more reliable uploads
    - **Dropped external dependency** - Removed reliance on `forgejo-release` tool, streamlining the upload process
    - **Improved level1 stability** - Resolved issues affecting level1 bottle upload pipeline
    
    Downloads
  • v0.0.62 c105ac00f0

    Ghost released this 2026-06-26 20:48:34 +00:00 | 364 commits to main since this release

    • Fixed the forgejo-release action by explicitly setting the FORGEJO_PATH environment variable, ensuring the correct Forgejo binary is located.
    • Improved compatibility with custom or non‑default Forgejo installation paths.
    • Resolved release step failures when Forgejo is installed in a non‑standard location.
    Downloads
  • v0.0.61 1d32f8d3ea

    Ghost released this 2026-06-26 20:38:43 +00:00 | 366 commits to main since this release

    Release Notes

    • Fixed forgejo-release integration: Explicitly pass url, repo, and tag parameters to ensure reliable release artifact handling
    • Improved compatibility with Forgejo/Gitea repositories by resolving parameter passing issues
    • Bug fix for release management workflows
    Downloads
  • v0.0.60 6ad19c2b57

    Ghost released this 2026-06-26 20:29:11 +00:00 | 368 commits to main since this release

    Release Notes

    v0.1.1 (2026-03-20)

    • Infrastructure: Streamlined bottle upload process for improved reliability
    • CI/CD: Migrated to forgejo-release action for release management
    • Maintenance: Removed legacy release tooling

    Note: Limited commit history available for detailed release notes.

    Downloads
  • v0.0.59 fc036fca6a

    Ghost released this 2026-06-26 20:18:59 +00:00 | 370 commits to main since this release

    Release Notes

    • Improved bottle uploads: Switched to forgejo-release action for more reliable binary package distribution
    • Streamlined release workflow: Automated bottle uploads now integrate directly with ForgeJo releases
    • Enhanced build stability: Fixed upload process to ensure consistent artifact delivery across platforms
    • Faster release cycles: Reduced manual intervention in the package distribution pipeline

    Full changelog: 3a227d5 - fix(level1): use forgejo-release action for bottle uploads

    Downloads
  • v0.0.58 c60591c200

    Ghost released this 2026-06-26 20:08:54 +00:00 | 372 commits to main since this release

    • Improved upload reliability: Bottle uploads now automatically retry up to 3 times when a failure is detected.
    • Exponential backoff: Retry intervals increase gradually to reduce server load and avoid hammering the endpoint.
    • Enhanced error reporting: Failures that persist after all retries are logged with detailed diagnostics for easier debugging.
    Downloads
  • v0.0.57 22f504d65c

    Ghost released this 2026-06-26 19:58:49 +00:00 | 374 commits to main since this release

    • Bottle file diagnostics: Added detailed diagnostic output for bottle file operations, making troubleshooting easier.
    • Verbose curl logging: Enabled verbose curl logging to capture full request/response details during debugging.
    • Debug level refinement: Switched to debug level level1 for more granular logging control.
    • Minor debug utilities cleanup: Removed redundant code and improved consistency of debug messages.
    Downloads
  • v0.0.56 dc8c44b985

    Ghost released this 2026-06-26 19:49:04 +00:00 | 376 commits to main since this release

    Release Notes

    • Fix: Added a 2‑second sleep after release creation to avoid potential race conditions.
    • Cleanup: Removed debug echo statements, cleaning up extraneous logging.
    • Improvement: Enhanced reliability of level‑1 processing.
    Downloads
  • v0.0.55 393a423197

    Ghost released this 2026-06-26 19:39:19 +00:00 | 378 commits to main since this release

    - **CI**: Re‑triggered the bottles build pipeline to verify recent changes.  
    - **Testing**: No functional code changes; this commit is a test‑only run to ensure build stability.  
    - **Maintenance**: Updated internal test configuration only – no impact on end‑users.
    
    Downloads