Skip to content

Releases: imflawlezz/cursor-utils

installer-v1.2.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 12:11

Added

  • Mouse support, terminal resize handling, and Ctrl+L / Repair TUI to
    refresh a broken display in the installer.
  • GoReleaser release pipeline for installer-v* tags: .tar.gz / .zip
    archives, checksums.txt, and release notes taken from ### changelog
    sections.

Changed

  • Reworked the installer TUI for clearer layout and navigation: left-side
    selection marks, full-width selection highlighting, tighter footers, and a
    sectioned keybindings screen (?).
  • Manage screen actions and shortcuts reorganized for faster day-to-day use.
  • Installer downloads are release archives (extract, then run cursor-utils)
    rather than bare binaries.

v0.2.0

v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@imflawlezz imflawlezz released this 24 Aug 07:04

Changed

  • Command prompts now declare an exclusive Scope: /docs owns docs/
    only; /readme owns README.md; /changelog and /release own
    CHANGELOG.md. Each command must hand off instead of editing another
    command's files.

Installer v1.1.0

Choose a tag to compare

@imflawlezz imflawlezz released this 22 Aug 09:41

Added

  • Windows installer builds (amd64, arm64).
Platform Download
macOS (Apple Silicon) cursor_utils_installer_darwin_arm64_1-1-0
macOS (Intel) cursor_utils_installer_darwin_amd64_1-1-0
Linux (arm64) cursor_utils_installer_linux_arm64_1-1-0
Linux (amd64) cursor_utils_installer_linux_amd64_1-1-0
Windows (arm64) cursor_utils_installer_windows_arm64_1-1-0.exe
Windows (amd64) cursor_utils_installer_windows_amd64_1-1-0.exe

On macOS and Linux: chmod +x the file, then run it from a terminal.

v0.1.0

v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@imflawlezz imflawlezz released this 21 Aug 08:50

Added

  • Initial release of reusable Cursor slash commands:
    • /commit — propose atomic Conventional Commits without executing them
    • /changelog — update the [Unreleased] section of CHANGELOG.md
    • /changelog-draft — propose [Unreleased] changelog entries without
      modifying files
    • /changelog-review — audit CHANGELOG.md for Keep a Changelog and SemVer
      issues
    • /release — convert [Unreleased] into a dated SemVer release section
    • /cleanup — remove or rewrite low-value comments without changing behavior
    • /clean-arch — review architecture boundaries and apply minimal refactors
      when appropriate
    • /readme — create or update README.md from the current project
    • /readme-review — audit README.md against the current implementation
    • /docs — maintain technical documentation based on the current project
    • /docs-review — audit project documentation against the implementation

Installer v1.0.0

Choose a tag to compare

@imflawlezz imflawlezz released this 21 Aug 15:53

Added

  • TUI installer (installer/) to install, update, and remove tagged content
    in a Cursor root. macOS and Linux; Windows later.
  • Per-root manifest (.cursor-utils/manifest.json) so only owned files are
    changed.
  • Separate installer-v* tags for the binary. Content stays v*.