Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.4 KB

File metadata and controls

63 lines (39 loc) · 1.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.2.0] - 2026-02-06

Added

  • Count badge on list headers
  • Automatically assign filtered members and labels to created cards
  • Display all activities by default and make them hideable

Fixed

  • Various interactions on the card modal

Changed

  • UI kit fixes

[1.1.0] - 2026-02-03

Added

  • Kit UI v2 migration
  • User search on-demand for better performance and privacy

Fixed

  • Shared boards display in left menu
  • XSS vulnerability from react-photoswipe-gallery
  • User emails now masked on public boards when not logged in
  • Node upgrade issues
  • Attachment popup removed
  • ESLint config extending from another package.json

Changed

  • Removed pnpm in favor of npm for simplicity
  • Aligned node versions across environments
  • Cleaned up package-lock.json and added async overrides

[1.0.1] - 2025-11-25

Added

  • ✨ (frontend) add no member/label option in filters

Fixed

  • 💄 (frontend) Improve filters UI
  • 🐛(frontend) Switched to pointer collision strategy
  • 🐛 (header) fix posthog identification by using window.posthog
  • ✨ (frontend) add i18n support to Cunningham

Changed

  • 📝 Update README