From 7d613dc171088dc79392b4f18f40a7eba747a22f Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Tue, 10 Feb 2026 15:00:19 +0100 Subject: [PATCH] docs: Bump last updates --- client/src/assets/docs/whats-new.md | 161 ++++++++++++++++++++-------- docker-compose.yml | 2 +- 2 files changed, 115 insertions(+), 48 deletions(-) diff --git a/client/src/assets/docs/whats-new.md b/client/src/assets/docs/whats-new.md index 106e607a..97412d2a 100644 --- a/client/src/assets/docs/whats-new.md +++ b/client/src/assets/docs/whats-new.md @@ -1,84 +1,151 @@ -## [2.4.0] - 2025-03-22 +## [2.0.0] - 2026-02-10 ### Added -* Lorem ipsum dolor sit amet consectetur adipiscing elit. -* Sed do eiusmod tempor incididunt ut labore et dolore magna. -* Ut enim ad minim veniam quis nostrud exercitation ullamco. +* Mention users in comments +* Add download button for file attachments +* Enable strikethrough for cards in closed lists +* Expand card descriptions +* Enable copy-to-clipboard for custom fields +* Include task assignees in member filters +* Link tasks to cards +* Open card actions menu on right-click +* Hide completed tasks +* Add dedicated button to make projects private +* Track navigation paths when switching cards +* Support OAuth callbacks for OIDC +* Display legal requirements in the app +* Track storage usage +* Move lists between boards +* Restore toggleable due dates +* Add Gravatar support for avatars +* Add board setting to expand task lists by default +* Configure and test SMTP via UI +* Add API key authentication +* Add create-board button on the open-board screen +* Support object-path mapping for OIDC attributes +* Add basic keyboard shortcuts for cards +* Enable copy/cut cards with keyboard shortcuts +* Enhance card actions menu with separators and action bar +* Display last updates in the About modal +* Allow unlinking SSO from user accounts +* Apply color to entire lists instead of only card bottoms ### Changed -* Duis aute irure dolor in reprehenderit in voluptate velit esse. -* Excepteur sint occaecat cupidatat non proident sunt in culpa. +* Move webhooks configuration to UI +* Parse dates as UTC without relying on TZ environment variable +* Move About and Terms into a separate modal +* Move infrequent card actions to a more-actions menu +* Improve error page display +* Enable favorites panel by default +* Improve login page appearance +* Enhance Markdown editor (colors, quote borders, disable fuzzy links) +* Improve PDF viewer compatibility across browsers +* Update background color for own comments +* Improve browser caching for public files and attachments +* Optimize and parallelize image processing tasks +* Re-stream static files from S3 with protected access +* Unify file storage directory +* Configure proxy for outgoing traffic to prevent SSRF ### Fixed -* Nulla pariatur consectetur adipiscing elit sed do eiusmod. -* Tempor incididunt ut labore et dolore magna aliqua enim. +* Prevent editors from deleting other comments +* Handle escape actions in mentions input correctly +* Prevent text overflow in activities +* Prevent deactivated users from receiving notifications +* Preserve newlines in markdown with mentions +* Fix app crash when boards are added before their projects +* Enable spellcheck on all textareas +* Fix multiple UI, toolbar, and popup styling issues +* Limit attachment gallery content to prevent layout issues +* Correct translations for client, server, and Markdown editor +* Fix minor UI issues --- -## [2.3.2] - 2025-02-18 +## [2.0.0-rc.4] - 2025-09-04 ### Fixed -* Minim veniam quis nostrud exercitation ullamco laboris nisi. -* Aliquip ex ea commodo consequat duis aute irure dolor. +* Prevent vulnerability where maliciously renamed file attachments could execute JavaScript in the gallery UI --- -## [2.3.0] - 2025-01-29 +## [2.0.0-rc.3] - 2025-05-28 ### Added -* Reprehenderit in voluptate velit esse cillum dolore eu fugiat. -* Excepteur sint occaecat cupidatat non proident culpa qui officia. +* Notify users when they are added to a card +* Emphasize cards in colored and closed lists +* Track board activity log changes +* Display total number of comments on cards +* Add CSV attachment viewer +* Log actions when a user is removed from a card +* Log actions when task completion status changes +* Support Docker secrets ### Changed -* Deserunt mollit anim id est laborum sed ut perspiciatis. - -### Deprecated - -* Unde omnis iste natus error sit voluptatem accusantium doloremque. - ---- - -## [2.2.0] - 2024-12-14 - -### Added - -* Totam rem aperiam eaque ipsa quae ab illo inventore veritatis. -* Quasi architecto beatae vitae dicta sunt explicabo nemo. - -### Changed - -* Enim ipsam voluptatem quia voluptas sit aspernatur aut odit. -* Consequuntur magni dolores eos qui ratione voluptatem sequi. +* Improve notifications popup appearance +* Improve card content rendering and styling +* Limit attachment content display for clarity +* Increase maximum length of OIDC code challenge ### Fixed -* Neque porro quisquam est qui dolorem ipsum quia dolor. +* Fix disabled cards display +* Correct translations for client, server, and Markdown editor +* Fix minor UI issues --- -## [2.1.0] - 2024-10-05 +## [2.0.0-rc.2] - 2025-05-10 ### Added -* Adipisci velit sed quia non numquam eius modi tempora incidunt. -* Ut labore et dolore magnam aliquam quaerat voluptatem neque. +* Add global user roles and improve user management +* Enable user deactivation +* Support private and shared projects +* Search projects by name and project groups +* Add favorite projects with favorites panel +* Add project descriptions and background image gallery +* Add list types: Closed, Archive, Trash +* Add board views: List and Grid +* Add new Markdown editor +* Link attachments (attach URLs) +* Enable quick filter by current user +* Add board settings modal +* Subscribe to entire boards +* Assign users to tasks +* Support multiple task lists +* Add more label colors +* Always display card creator option +* Show notification badge for board tabs +* Display message about new version availability ---- +### Changed -## [2.0.0] - 2024-08-20 +* Restrict access to users based on global roles +* Limit email visibility +* Make projects page responsive +* Redesign card appearance +* Show edit buttons only when needed +* Use time-ago format for dates +* Highlight recent cards +* Improve attachment viewers and syntax highlighting +* Restyle comments +* Restyle login page +* Enable user auto-subscription when commenting +* Navigate to adjacent cards using arrow keys +* Open same-site links in current tab +* Improve card deletion workflow +* Archive all cards in a closed list with one button +* Confirm deletion actions +* Close only active elements when clicking outside -### Added +### Fixed -* Porro quisquam est qui dolorem ipsum quia dolor sit amet. -* Consectetur adipisci velit sed quia non numquam eius modi. -* Tempora incidunt ut labore et dolore magnam aliquam quaerat. - -### Removed - -* Voluptatem neque porro quisquam est qui dolorem ipsum quia. +* Prevent deleting the last project manager +* Prevent deleting projects with existing boards diff --git a/docker-compose.yml b/docker-compose.yml index 523e3b25..748a60b8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -123,7 +123,7 @@ services: # These IPs/hostnames will always be blocked (highest priority) # - OUTGOING_BLOCKED_IPS= - # - OUTGOING_BLOCKED_HOSTS=localhost,postgres,valkey + # - OUTGOING_BLOCKED_HOSTS=localhost,postgres # Only these IPs/hostnames will be reachable # - OUTGOING_ALLOWED_IPS=