From e5bad103d046885f5d377deb6cdc91c5fe8cb695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Wed, 17 Jan 2024 07:15:40 +0100 Subject: [PATCH] Add release-notes file --- docs/release-notes/13-2-0/README.md | 52 ++++++++++++++--------------- docs/release-notes/README.md | 7 ++++ 2 files changed, 33 insertions(+), 26 deletions(-) diff --git a/docs/release-notes/13-2-0/README.md b/docs/release-notes/13-2-0/README.md index 52f39d859815..a343906f8c93 100644 --- a/docs/release-notes/13-2-0/README.md +++ b/docs/release-notes/13-2-0/README.md @@ -3,12 +3,12 @@ title: OpenProject 13.2.0 sidebar_navigation: title: 13.2.0 release_version: 13.2.0 -release_date: 2023-01-17 +release_date: 2024-01-17 --- # OpenProject 13.2.0 -Release date: 2023-01-17 +Release date: 2024-01-17 We released [OpenProject 13.2.0](https://community.openproject.com/versions/1979). @@ -90,30 +90,30 @@ Please note that **% Complete** does not adjust automatically when the values of -- Fixed: "Spent time" is not translated on overview page \[[#42646](https://community.openproject.com/wp/42646)\] -- Fixed: Notifications view is cut off on Samsung Galaxy S21 \[[#44221](https://community.openproject.com/wp/44221)\] -- Fixed: Project "Members" list names groups that are irrelevant for the project \[[#47613](https://community.openproject.com/wp/47613)\] -- Fixed: Dismiss action of the primer banner is not translated \[[#51360](https://community.openproject.com/wp/51360)\] -- Fixed: In mobile view, the primer banner does not take the full width \[[#51370](https://community.openproject.com/wp/51370)\] -- Fixed: Project.visible scope slower than it should be \[[#51706](https://community.openproject.com/wp/51706)\] -- Fixed: Ongoing meetings are not visible via the Meetings tab in work packages \[[#51715](https://community.openproject.com/wp/51715)\] -- Fixed: The Access Token expiry date not updated on refresh for FileStorage tokens \[[#51749](https://community.openproject.com/wp/51749)\] -- Fixed: Work package share permissions not in Work package permission group \[[#52086](https://community.openproject.com/wp/52086)\] -- Fixed: lockVersion missing in payload for API WP form when only having change_work_package_status permission \[[#52089](https://community.openproject.com/wp/52089)\] -- Fixed: Status cannot be changed in backlogs when only having change_work_package_status permission \[[#52090](https://community.openproject.com/wp/52090)\] -- Fixed: Primer tooltips are cut off in OpenProject \[[#52099](https://community.openproject.com/wp/52099)\] -- Fixed: Remaining hours field not renamed in backlogs forms \[[#52107](https://community.openproject.com/wp/52107)\] -- Fixed: WP full view applies the wrong styles \[[#52120](https://community.openproject.com/wp/52120)\] -- Fixed: Estimated time is not updated when a sub-WP is delete. \[[#52125](https://community.openproject.com/wp/52125)\] -- Changed: Shared with users can become assignee of the work package \[[#49527](https://community.openproject.com/wp/49527)\] -- Changed: Allow status change without Edit WP rights \[[#50849](https://community.openproject.com/wp/50849)\] -- Changed: Change calculation and name of Work and Remaining work \[[#50953](https://community.openproject.com/wp/50953)\] -- Changed: Gantt: shorten menu and add "Show relations" action \[[#51170](https://community.openproject.com/wp/51170)\] -- Changed: Enable manual project folders for OneDrive/SharePoint storages \[[#51362](https://community.openproject.com/wp/51362)\] -- Changed: Filter project member list \[[#51484](https://community.openproject.com/wp/51484)\] -- Changed: Use the new defaults on the project index page for page header and sidebar \[[#51678](https://community.openproject.com/wp/51678)\] -- Changed: Teaser the share feature in the Community edition \[[#51704](https://community.openproject.com/wp/51704)\] -- Changed: Show file links of files that are not available to the user in the cloud storage \[[#52013](https://community.openproject.com/wp/52013)\] +- Bugfix: "Spent time" is not translated on overview page \[[#42646](https://community.openproject.com/wp/42646)\] +- Bugfix: Notifications view is cut off on Samsung Galaxy S21 \[[#44221](https://community.openproject.com/wp/44221)\] +- Bugfix: Project "Members" list names groups that are irrelevant for the project \[[#47613](https://community.openproject.com/wp/47613)\] +- Bugfix: Dismiss action of the primer banner is not translated \[[#51360](https://community.openproject.com/wp/51360)\] +- Bugfix: In mobile view, the primer banner does not take the full width \[[#51370](https://community.openproject.com/wp/51370)\] +- Bugfix: Can not add invited users to existing groups \[[#51679](https://community.openproject.com/wp/51679)\] +- Bugfix: Project.visible scope slower than it should be \[[#51706](https://community.openproject.com/wp/51706)\] +- Bugfix: Ongoing meetings are not visible via the Meetings tab in work packages \[[#51715](https://community.openproject.com/wp/51715)\] +- Bugfix: The Access Token expiry date not updated on refresh for FileStorage tokens \[[#51749](https://community.openproject.com/wp/51749)\] +- Bugfix: Work package share permissions not in Work package permission group \[[#52086](https://community.openproject.com/wp/52086)\] +- Bugfix: lockVersion missing in payload for API WP form when only having change_work_package_status permission \[[#52089](https://community.openproject.com/wp/52089)\] +- Bugfix: Status cannot be changed in backlogs when only having change_work_package_status permission \[[#52090](https://community.openproject.com/wp/52090)\] +- Bugfix: Primer tooltips are cut off in OpenProject \[[#52099](https://community.openproject.com/wp/52099)\] +- Bugfix: Remaining hours field not renamed in backlogs forms \[[#52107](https://community.openproject.com/wp/52107)\] +- Bugfix: Estimated time is not updated when a sub-WP is delete. \[[#52125](https://community.openproject.com/wp/52125)\] +- Feature: Shared with users can become assignee of the work package \[[#49527](https://community.openproject.com/wp/49527)\] +- Feature: Allow status change without Edit WP rights \[[#50849](https://community.openproject.com/wp/50849)\] +- Feature: Change calculation and name of Work and Remaining work \[[#50953](https://community.openproject.com/wp/50953)\] +- Feature: Gantt: shorten menu and add "Show relations" action \[[#51170](https://community.openproject.com/wp/51170)\] +- Feature: Enable manual project folders for OneDrive/SharePoint storages \[[#51362](https://community.openproject.com/wp/51362)\] +- Feature: Filter project member list \[[#51484](https://community.openproject.com/wp/51484)\] +- Feature: Use the new defaults on the project index page for page header and sidebar \[[#51678](https://community.openproject.com/wp/51678)\] +- Feature: Teaser the share feature in the Community edition \[[#51704](https://community.openproject.com/wp/51704)\] +- Feature: Show file links of files that are not available to the user in the cloud storage \[[#52013](https://community.openproject.com/wp/52013)\] diff --git a/docs/release-notes/README.md b/docs/release-notes/README.md index 3b88caaad4bf..054dbf2c7969 100644 --- a/docs/release-notes/README.md +++ b/docs/release-notes/README.md @@ -14,6 +14,13 @@ Stay up to date and get an overview of the new features included in the releases +## 13.2.0 + +Release date: 2024-01-17 + +[Release Notes](13-2-0/) + + ## 13.1.2 Release date: 2023-12-22