Skip to content

Releases: Blockworked/Blockwork

0.5.3

Choose a tag to compare

@github-actions github-actions released this 14 Sep 18:58

0.5.3

See commit history since the previous tag for details.

Downloads

Platform File
Windows x86_64 (installer) blockwork-windows-x86_64-setup.exe
Windows x86_64 (portable exe) blockwork-windows-x86_64.exe
Windows arm64 (installer) blockwork-windows-arm64-setup.exe
Windows arm64 (portable exe) blockwork-windows-arm64.exe
Linux x86_64 (AppImage) blockwork-linux-x86_64.AppImage
Linux x86_64 (Flatpak) blockwork-linux-x86_64.flatpak
Linux arm64 (AppImage) blockwork-linux-arm64.AppImage
Linux arm64 (Flatpak) blockwork-linux-arm64.flatpak
macOS arm64 (app bundle, unsigned) blockwork-macos-arm64.app.zip

0.5.2

Choose a tag to compare

@github-actions github-actions released this 14 Sep 07:16

[0.5.2] - 2026-09-14

Added

  • macOS self-updater: downloads the latest release's .app.zip, swaps the new
    Blockwork.app over the running bundle via the system ditto, and re-opens it.

Downloads

Platform File
Windows x86_64 (installer) blockwork-windows-x86_64-setup.exe
Windows x86_64 (portable exe) blockwork-windows-x86_64.exe
Windows arm64 (installer) blockwork-windows-arm64-setup.exe
Windows arm64 (portable exe) blockwork-windows-arm64.exe
Linux x86_64 (AppImage) blockwork-linux-x86_64.AppImage
Linux x86_64 (Flatpak) blockwork-linux-x86_64.flatpak
Linux arm64 (AppImage) blockwork-linux-arm64.AppImage
Linux arm64 (Flatpak) blockwork-linux-arm64.flatpak
macOS arm64 (app bundle, unsigned) blockwork-macos-arm64.app.zip

0.5.1

Choose a tag to compare

@github-actions github-actions released this 14 Sep 01:47

Changelog

Added

  • Custom block coloring.

Changed

  • Custom block rework and QoL fixes.
  • Show the correct operator type in the sidebar.
  • Bump Tauri and blockstitch, adapt to blockstitch's new Call shape.
  • Dependency updates.

Downloads

Platform File
Windows x86_64 (installer) blockwork-windows-x86_64-setup.exe
Windows x86_64 (portable exe) blockwork-windows-x86_64.exe
Windows arm64 (installer) blockwork-windows-arm64-setup.exe
Windows arm64 (portable exe) blockwork-windows-arm64.exe
Linux x86_64 (AppImage) blockwork-linux-x86_64.AppImage
Linux x86_64 (Flatpak) blockwork-linux-x86_64.flatpak
Linux arm64 (AppImage) blockwork-linux-arm64.AppImage
Linux arm64 (Flatpak) blockwork-linux-arm64.flatpak
macOS arm64 (app bundle, unsigned) blockwork-macos-arm64.app.zip

0.5.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 18:53

Changelog

Added

  • Renamed to Blockwork with a new logo and icons.
  • Migrated the block editor to blockstitch (style, pan/zoom, drag handling).
  • Loops, booleans, and If / If-Else blocks.
  • Reworked comments and Block Details pane.
  • Time/date blocks, app open/quit blocks, battery event and operator.
  • System tray with quit-from-UI support.
  • Mouse movement recording.
  • Linux app now runs on Wayland natively

Fixed

  • AppImage packaging fix.
  • Flatpak Wayland fixes and source regeneration.
  • Warning when OpenRazer is present.
  • If / IfElse sidebar entries, boolean layout, selection, outline, and block style fixes.

Changed

  • blockstitch dependency bumps.

Downloads

Platform File
Windows x86_64 (installer) blockwork-windows-x86_64-setup.exe
Windows x86_64 (portable exe) blockwork-windows-x86_64.exe
Windows arm64 (installer) blockwork-windows-arm64-setup.exe
Windows arm64 (portable exe) blockwork-windows-arm64.exe
Linux x86_64 (AppImage) blockwork-linux-x86_64.AppImage
Linux x86_64 (Flatpak) blockwork-linux-x86_64.flatpak
Linux arm64 (AppImage) blockwork-linux-arm64.AppImage
Linux arm64 (Flatpak) blockwork-linux-arm64.flatpak
macOS arm64 (app bundle, unsigned) blockwork-macos-arm64.app.zip

0.4.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 03:02

Changelog

Added

  • Introduced the Scratch-like block editor experience, replacing the libcosmic list view.
  • Variables with live value preview.
  • Operators: text block, Join, Random, newline/tab constants, and more operators.
  • Reworked sidebar and custom blocks.
  • Windows arm64 build and Windows installer artifacts in CI.

Changed

  • Removed the libcosmic list-view UI; desktop app is Tauri + CEF.
  • General visual rework and codebase refactor.

Fixed

  • Hotkeys breaking after Alt+Tab.

Downloads

Platform File
Windows x86_64 (installer) macros-windows-x86_64-setup.exe
Windows x86_64 (portable exe) macros-windows-x86_64.exe
Windows arm64 (installer) macros-windows-arm64-setup.exe
Windows arm64 (portable exe) macros-windows-arm64.exe
Linux x86_64 (AppImage) macros-linux-x86_64.AppImage
Linux x86_64 (Flatpak) macros-linux-x86_64.flatpak
Linux arm64 (AppImage) macros-linux-arm64.AppImage
Linux arm64 (Flatpak) macros-linux-arm64.flatpak
macOS arm64 (app bundle, unsigned) macros-macos-arm64.app.zip

0.3.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 01:38

Changelog

Added

  • New config directory layout; first AppImage and Flatpak packaging attempts.

Fixed

  • Flatpak build fixes.

Downloads

Platform File
Windows x86_64 (installer) macros-windows-x86_64-setup.exe
Windows x86_64 (portable exe) macros-windows-x86_64.exe
Linux x86_64 (AppImage) macros-linux-x86_64.AppImage
Linux x86_64 (Flatpak) macros-linux-x86_64.flatpak
Linux arm64 (AppImage) macros-linux-arm64.AppImage
Linux arm64 (Flatpak) macros-linux-arm64.flatpak
macOS arm64 macros-macos-arm64

0.3.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 19:38

Changelog

Added

  • Windows installer (Inno Setup) and self-updater.
  • Global hotkeys on Windows and Linux; record-hotkey and record-input support.
  • Local TCP control server with server settings page.
  • Floating-point Wait, randomized Wait variance, and wait-at-start-of-recording.
  • Force-quit a running macro.
  • Native input backends: evdev on Linux, Windows API on Windows.

Changed

  • More precise playback timing (spin_sleep).
  • Windows input emulation via enigo; libcosmic updates.
  • Releases trigger on any pushed tag.

Fixed

  • Server stop, icon handling, and Windows packaging fixes.
  • Key handling: ignore the app's own keypresses, support invalid text and modifiers.
  • evdev touchpad fix.

Downloads

Platform File
Windows x86_64 (installer) macros-windows-x86_64-setup.exe
Windows x86_64 (portable exe) macros-windows-x86_64.exe
Linux x86_64 macros-linux-x86_64
Linux arm64 macros-linux-arm64