v0.2.12
multica-ai/multicav0.2.12Apr 21, 2026by github-actions[bot]
AI Summary
Release addressing desktop packaging issues, UI fixes for inbox and issues, and pagination improvements for issue boards.
Key Highlights
- Fixed Windows + Linux release packaging
- Paginate every status column, not just done
- Fixed inbox archiving after issue deletion
- Fixed IssueDetail remounting on new comment
New Features
- Paginate every status column in issue board
Full Release Notes
## Changelog * 6ecf15e62c10b6345a30a65f97d21925cad82419 ci: add desktop smoke build workflow * 20c9d985f581d2c1894bb8efc4720152a4581d04 ci: clarify release tag filters * 642844c736ef9165eb1b9d34d9e59c4c231c029c feat(issues): paginate every status column, not just done (#1422) * df86f559e091a3bacb290836a2f9e55cf3570631 fix(desktop): default shareable URL to localhost web in dev (#1438) * 52c9bd72cb3757fe9f1578d477218b9b22540ff9 fix(desktop): unblock Windows + Linux release packaging (#1443) * 6366e2f4babf81b9827b27c133a73a4e638d7665 fix(inbox): don't archive after deleting an issue (#1444) * d5071abb753738facd9d855f57a1b300b0eb39a3 fix(inbox): stop remounting IssueDetail on new comment/reaction (MUL-1199) (#1439) * 7ada72faa69631961a39aac0267bc87ecae7b854 fix(server/task): synthesize result comment for comment-triggered tasks too (#1440) * c6d54e8ce5d170d1a5feb70309a52c89dd9ce637 fix(ui): replace smiley with check mark in quick emoji list (#1446)