• v0.0.98 9fdc09ecd5

    v0.0.98
    All checks were successful
    Pipeline / orchestrate (push) Successful in 8m21s
    Stable

    akinus released this 2026-07-05 03:40:42 +00:00 | 156 commits to main since this release

    3ebe054 chore: bump version to 0.0.98 9fdc09e Update AGENTS.md

    Downloads
  • v0.0.97 db14934c47

    v0.0.97
    All checks were successful
    Pipeline / orchestrate (push) Successful in 2m39s
    Stable

    akinus released this 2026-07-05 03:27:50 +00:00 | 157 commits to main since this release

    7398353 chore: bump version to 0.0.97
    db14934 Update Cargo.toml

    Downloads
  • v0.0.96 ae50012700

    v0.0.96
    All checks were successful
    Pipeline / orchestrate (push) Successful in 4m44s
    Stable

    akinus released this 2026-07-05 02:35:32 +00:00 | 162 commits to main since this release

    1b3d59f chore: bump version to 0.0.96
    ae50012 Update AGENTS.md

    Downloads
  • v0.0.95 d06d5ef84a

    akclip v0.0.95
    All checks were successful
    Pipeline / orchestrate (push) Successful in 4m12s
    Stable

    Ghost released this 2026-07-04 15:58:02 +00:00 | 186 commits to main since this release

    What's Changed

    • Infrastructure: Removed level0-sync — reusable workflows now called via @main ref
    • Build: Optimized release binary with maximum compression (opt-level=z, lto, strip)
    • CI/CD: Pipeline improvements for forgejo Actions

    Full Changelog: https://forge.akinus21.com/akinus/akclip/compare/v0.0.94...v0.0.95

    Downloads
  • v0.0.94 785a955774

    Ghost released this 2026-07-04 05:30:04 +00:00 | 189 commits to main since this release

    What's Changed

    • fix(ci): AI build-fix iteration 1
    • feat: add detailed bottle building + TAP_TOKEN push instructions

    Full Changelog: https://forge.akinus21.com/akinus/akclip/compare/v0.0.93...v0.0.94

    Downloads
  • v0.0.93 88156d075b

    Release v0.0.93
    All checks were successful
    Pipeline / orchestrate (push) Successful in 4m43s
    Stable

    Ghost released this 2026-07-04 01:55:52 +00:00 | 202 commits to main since this release

    What's Changed

    • feat: @forgejo-actions mention trigger in comments — Add support for @forgejo-actions mentions in comments to trigger builds and actions

    Full Changelog: https://forge.akinus21.com/akinus/akclip/compare/v0.0.92...v0.0.93

    Downloads
  • v0.0.92 112b88fd3b

    Ghost released this 2026-07-04 01:45:00 +00:00 | 203 commits to main since this release

    Release Notes

    • Minor refactor: removed release-bot-skip marker as thin bootstrap makes it unnecessary
    Downloads
  • v0.0.90 b206205bd3

    Ghost released this 2026-06-28 16:57:18 +00:00 | 244 commits to main since this release

    • Use dynamic binary name variable in bottle directory structure for improved CI consistency
    Downloads
  • v0.0.89 c386078887

    Ghost released this 2026-06-28 15:27:36 +00:00 | 248 commits to main since this release

    • Update Homebrew formula with precompiled Linux bottles (x86_64 and arm64) for faster installation
    • Add level0-sync workflow to automatically sync CI/CD pipeline files from the devops-pipeline template repo
    • Add 5-attempt retry loop to OpenCode triage and auto-fix calls for improved resilience
    • Fix bottle packaging to use $BIN instead of hardcoded binary name; restore missing rm/mkdir/cp steps
    • Update AGENTS.md documentation for the new level0-sync workflow and install.sh changes
    Downloads
  • v0.0.88 00a71f1c9e

    Ghost released this 2026-06-28 04:31:27 +00:00 | 258 commits to main since this release

    • Run shell commands through sh -c (or cmd /C on Windows), enabling pipes, joins, redirections, line-continuations, and globbing when capturing command output to the clipboard (fixes #59).
    • Pipe data directly into akclip from stdin to set the clipboard, e.g. ps -aux | grep akclip | akclip, in addition to the existing read/write flows.
    • CI build step now uses continue-on-error so jobs report success when the AI-fix loop recovers a failing build, instead of staying red after opencode's retry fixed the issue.
    • AI-fix loop gate switched from if: failure() to if: steps.build.outcome == failure across all three workflow levels, keeping the recovery path reliable.
    • README updated with shell-syntax and stdin-pipe examples for the new write flows.
    Downloads