Skip to content

Releases: yusupsupriyadi/Taskwright-AI

Taskwright AI v0.2.0

19 Jun 17:05

Choose a tag to compare

First publicly released build, and the first with in-app auto-update.

Added

  • In-app auto-update via the Tauri updater plugin. The app checks GitHub
    Releases on launch (silently) and via a Updates button in the topbar; when
    a new version is available a banner offers Download & install with a
    progress bar, then Restart now to apply it.
  • Multi-platform release pipeline (.github/workflows/release.yml): tagging a
    v* version builds signed Windows / macOS (universal) / Linux bundles and a
    merged latest.json, attached to a draft GitHub Release.

Auto-update rollout note: this is the first updater-enabled build, so it
must be installed manually once. From the next release onward, updates install
in-app. Updatable installers are NSIS (Windows), .app (macOS) and AppImage
(Linux). Builds are not OS-code-signed yet, so the first run may warn
(Windows SmartScreen / macOS Gatekeeper).

Download

  • Windows: Taskwright-AI_windows_x64-setup.exe
  • macOS: Taskwright-AI_macos_universal.dmg
  • Linux: Taskwright-AI_linux_amd64.AppImage (or .deb / .rpm)

The other assets (latest.json, .app.tar.gz) are used by the in-app auto-updater — you can ignore them. Builds are not code-signed yet, so the OS may warn on first run (Windows SmartScreen / macOS Gatekeeper — on macOS, right-click the app and choose Open).

Full Changelog: https://github.com/yusupsupriyadi/Taskwright-AI/commits/v0.2.0