2.7.0 - 2026-04-25
Bug Fixed
Fixed: Mandatory multiple selection has a rendering issue when there isn’t enough space below the selection list (#134)
Before This release
Mandatory multiple selection has a rendering issue when there isn’t enough space below the selection list
When the user presses Enter with nothing selected, the error message appears correctly. However, when the user then interacts with the list (e.g., toggles an item), the list redraws incorrectly — items appear duplicated and the instructions line disappears.
cue4s-multiple-choice-bug.mp4
Important: This only reproduces when there is no space below the list in the terminal. The error message adds an extra line, which forces the terminal to scroll. After the scroll, cursor tracking is off by one line, causing all subsequent renders to be misaligned.
After This Release
cue4s-multiple-choice-bug-fixed.mp4
New Support
- Add Intel Mac support (#131)
What's Changed
- Update version: to
2.6.2-SNAPSHOTby @kevin-lee in #130 - Close #131: Add macOS 15 Intel target to native build and release workflows by @kevin-lee in #132
- Bump sbt to 1.12.9 by @kevin-lee in #133
- Fix #134: Mandatory multiple selection has a rendering issue when there isn’t enough space below the selection list - by bumping
cue4sto0.0.12. by @kevin-lee in #135 - ai-skills v2.7.0 by @kevin-lee in #136
Full Changelog: v2.6.1...v2.7.0