v0.1.32-20260318082626

BloopAI/vibe-kanbanv0.1.32-20260318082626Mar 18, 2026by github-actions[bot]

AI Summary

This release adds significant performance and feature improvements including gzip and brotli HTTP compression for API responses, system notifications via Tauri, and audit logging with Application Insights OTLP export. It also introduces MCP issue filters and cross-workspace attachment support, while fixing CI builds and Windows cross-compilation issues.

Key Highlights

  • Enabled gzip and brotli HTTP compression for API responses (performance improvement)
  • Added system notifications via Tauri for desktop app users
  • Implemented audit logging with Application Insights OTLP export
  • Added issue filters to MCP (Model Context Protocol) integration
  • Fixed CI builds and Windows cross-compilation by pinning aws-lc-sys

New Features

  • HTTP compression (gzip and brotli) for API responses
  • System notifications via Tauri
  • Support for arbitrary attachments across workspaces and issues
  • Issue filters for MCP (Model Context Protocol)
  • Audit logging with Application Insights OTLP export
  • Persist draft workspace creation preference
  • Reimplemented zoom via font-size scaling in Tauri desktop app

Full Release Notes

## What's Changed
* Disable remote analytics when PostHog config is blank (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3161
* Persist draft workspace creation preference in scratch (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3164
* Remove all #[ts(export)] attributes — they are no-ops (Vibe Kanban) by @LSRCT in https://github.com/BloopAI/vibe-kanban/pull/3167
* ci: use blacksmith runners for all ubuntu jobs in pre-release workflow by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/3166
* chore: remove unused backend deps by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/3171
* feat: enable gzip and brotli HTTP compression for API responses by @yonch in https://github.com/BloopAI/vibe-kanban/pull/2915
* feat: system notifications via Tauri by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/3162
* fix: ci builds by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/3178
* Support arbitrary attachments across workspaces and issues by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3129
* Add issue filters to MCP (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3100
* feat(remote): add audit logging with Application Insights OTLP export by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/3066
* Make remote issue short IDs org-scoped and harden the migration (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3181
* Log API request context for server errors (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3182
* Reimplement zoom via font-size scaling in Tauri desktop app (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/3175
* fix(ci): pin aws-lc-sys to 0.37.0 to fix Windows cross-compilation by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/3186

## New Contributors
* @yonch made their first contribution in https://github.com/BloopAI/vibe-kanban/pull/2915

**Full Changelog**: https://github.com/BloopAI/vibe-kanban/compare/v0.1.31-20260316163135...v0.1.32-20260318082626

✅ **Published to npm registry**