Releases: imflawlezz/cursor-utils
Releases · imflawlezz/cursor-utils
Release list
installer-v1.2.0
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
Changed
- Command prompts now declare an exclusive Scope:
/docsownsdocs/
only;/readmeownsREADME.md;/changelogand/releaseown
CHANGELOG.md. Each command must hand off instead of editing another
command's files.
Installer v1.1.0
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
Added
- Initial release of reusable Cursor slash commands:
/commit— propose atomic Conventional Commits without executing them/changelog— update the[Unreleased]section ofCHANGELOG.md/changelog-draft— propose[Unreleased]changelog entries without
modifying files/changelog-review— auditCHANGELOG.mdfor 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 updateREADME.mdfrom the current project/readme-review— auditREADME.mdagainst the current implementation/docs— maintain technical documentation based on the current project/docs-review— audit project documentation against the implementation
Installer v1.0.0
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 staysv*.