Releases: Furash/chordsong
Release v1.2.3
Chord Song 1.2.3
Blender add-on release built from tag v1.2.3.
Installation
- Download
chordsong-1.2.3.zip - In Blender, go to Edit > Preferences > Get Extensions
- Click "Install from Disk..." and select the ZIP file
- Enable the add-on
Overlay: click feature
- Click a toggle to flip it. Overlay stays open so you can chain several without re-opening.
- Click a script to run it. Ctrl-click runs it and keeps the overlay open.
- Hover highlights the script you're about to click.
Better error messages
Unknown operators, missing scripts, bad mapping paths, and scripts outside the configured folder now show clear errors in the Info panel and as fading overlay.
Security
- The Allow Custom User Scripts toggle is user-only: shared configs can no longer silently enable it. Your setting
persists across Blender restarts and addon reloads. - When a scripts folder is set, executions outside that folder are blocked.
Release v1.2.2
Chord Song 1.2.2
Blender add-on release built from tag v1.2.2.
Installation
- Download
chordsong-1.2.2.zip - In Blender, go to Edit > Preferences > Get Extensions
- Click "Install from Disk..." and select the ZIP file
- Enable the add-on
Changes
Fixed a bug when running Recents in the new .blend filed opened in the same session.
Release v1.2.1
Chord Song 1.2.1
Blender add-on release built from tag v1.2.1.
Installation
- Download
chordsong-1.2.1.zip - In Blender, go to Edit > Preferences > Get Extensions
- Click "Install from Disk..." and select the ZIP file
- Enable the add-on
Changes
Chord Song v1.2.1
Recents overhaul
- Fixed a bug where executing window-launching commands (like Open Preferences) from Recents would lock up keyboard input until ESC
- Pressing your Recents chord inside Recents now correctly repeats the most recent command, even with shifted keys like Shift+R
- Your mapped close key now works inside Recents too — not just ESC
- New repeat_recent parameter: set to False in your chord kwargs to make the Recents key close the overlay instead of repeating
Leader modal improvements
- Holding down a key no longer rapid-fires chord tokens or triggers Recents repeatedly
- Your close/recents key now works from any depth in the chord tree — press it mid-chord to bail out instantly
- Disabled key-repeat on the leader keymap item at the Blender level
Visual tweaks
- Chord tokens now separated by spaces instead of + for cleaner readability
- Scripts with direct chord mappings now show their chord in Recents
- Close key hint hidden from scripts overlay footer (letters are used for filtering there)
- Default column gap bumped to 130
Several improvements inspired by @hced's work in PR #12 — including kmi.repeat = False, close overlay support in Recents, and the expanded meta-operator skip list.
Release v1.2.0
Chord Song 1.2.0
Blender add-on release built from tag v1.2.0.
Installation
- Download
chordsong-1.2.0.zip - In Blender, go to Edit > Preferences > Get Extensions
- Click "Install from Disk..." and select the ZIP file
- Enable the add-on
Changes
- Added
chordsong.close_overlayoperator. You can now divert from default double-leader behavior by assigningchordsong.recentsto a chord. Addressed #12 - Various bug fixes
- Added https://github.com/Furash/blinker modal hot reload support
Release v1.1.9
Chord Song 1.1.9
Blender add-on release built from tag v1.1.9.
Installation
- Download
chordsong-1.1.9.zip - In Blender, go to Edit > Preferences > Get Extensions
- Click "Install from Disk..." and select the ZIP file
- Enable the add-on
Changes
Added "Adjust Last Operation" for operators.
Chained operators now have an undo step for each one.
Release v1.1.8
Chord Song 1.1.8
Blender add-on release built from tag v1.1.8.
Installation
- Download
chordsong-1.1.8.zip - In Blender, go to Edit > Preferences > Get Extensions
- Click "Install from Disk..." and select the ZIP file
- Enable the add-on
Changes
Toggle the assets panel in Weight Paint, Texture Paint, and Sculpt modes
Release v1.1.7
Chord Song 1.1.7
Blender add-on release built from tag v1.1.7.
Installation
- Download
chordsong-1.1.7.zip - In Blender, go to Edit > Preferences > Get Extensions
- Click "Install from Disk..." and select the ZIP file
- Enable the add-on
Changes
Enhance fuzzy matching for scripts
Release v1.1.6
Chord Song 1.1.6
Blender add-on release built from tag v1.1.6.
Installation
- Download
chordsong-1.1.6.zip - In Blender, go to Edit > Preferences > Get Extensions
- Click "Install from Disk..." and select the ZIP file
- Enable the add-on
Changes
Overlay Sort Control & Stability Fixes
Composable sort strings — customize how chords are sorted in the overlay with tokens like g d c (group → depth → index). Four presets + custom mode.
Sort tokens: D/d depth, g/G group, C/c chord, L label, n/N count
Live reorder — moving chords in preferences now instantly updates the overlay
Reset Blender State operator — recover from stuck modal/busy states
Modal crash guards — prevents Blender from entering unrecoverable busy state
Sort mode saved to user config with migration from older formats
Release v1.1.5
Chord Song 1.1.5
- Fixed a crash when Recent chord was called in a new .blend file
- Edge case handling when the Leader is assigned to a mouse button
Installation
- Download
chordsong-1.1.5.zip - In Blender, go to Edit > Preferences > Get Extensions
- Click "Install from Disk..." and select the ZIP file
- Enable the add-on
Changes
See the changelog for details.
Release v1.1.4
Chord Song 1.1.4
- Event handling for mouse buttons to trigger on RELEASE to prevent conflicts with Blender's default actions.
- Fixed mouse wheel chords not triggering
Installation
- Download
chordsong-1.1.4.zip - In Blender, go to Edit > Preferences > Get Extensions
- Click "Install from Disk..." and select the ZIP file
- Enable the add-on
Changes
See the changelog for details.