Skip to content

release: lab-v0.73.1 (build 83)#151

Merged
Jesssullivan merged 1 commit intomainfrom
sid/release-v0.73.1
Apr 3, 2026
Merged

release: lab-v0.73.1 (build 83)#151
Jesssullivan merged 1 commit intomainfrom
sid/release-v0.73.1

Conversation

@Jesssullivan
Copy link
Copy Markdown
Owner

Release lab-v0.73.1

Bump MARKETING_VERSION 0.73.0 → 0.73.1, CURRENT_PROJECT_VERSION 82 → 83.

Changelog (since lab-v0.73.0)

  • M5d packaging: udev rules in DEB/RPM/Nix, XDG assets, release-linux.yml workflow
  • M5c hidraw hardening: sysfs enumeration, FFI buffer bounds, credential ID limits
  • RPM pipeline: version sanitization, rpm macros, systemd-rpm-macros
  • fix crash: SIGSEGV in TabManager.addWorkspace on fresh launch (nil deref at 0x10) #124: SIGSEGV on fresh launch (missing app support directory)
  • fix title suppression: unfocused workspace tabs now update correctly
  • CJK input tests: validation test infrastructure + honey runner workflow
  • Submodule hygiene: ctap2 → main, ghostty → main, bonsplit → Jesssullivan fork
  • TODO.md cleanup: -72 lines of completed sections

Post-merge

After merging, tag and push:

git tag -a lab-v0.73.1 -m "lab-v0.73.1: M5c/M5d Linux sprint"
git push origin lab-v0.73.1

This triggers both fork-release.yml (macOS DMG) and release-linux.yml (DEB + RPM + tarball).

M5c/M5d Linux sprint:
- M5d packaging: udev rules in DEB/RPM/Nix, XDG assets, release-linux.yml
- M5c hidraw hardening: sysfs enumeration, FFI buffer bounds, credential ID limits
- RPM pipeline fixes (version sanitization, macros, systemd-rpm-macros)
- Fix #124 SIGSEGV on fresh launch (missing app support directory)
- Fix title suppression in unfocused workspace tabs (TabItem equality)
- CJK input validation test infrastructure
- Submodule hygiene (ctap2 main, ghostty main, bonsplit fork)
- TODO.md cleanup (-72 lines of completed sections)
@Jesssullivan Jesssullivan merged commit 5ed224e into main Apr 3, 2026
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

crash: SIGSEGV in TabManager.addWorkspace on fresh launch (nil deref at 0x10)

1 participant