@@ -20,6 +20,45 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2020<!-- ### Fixed -->
2121
2222
23+ ## [ 2.17.0] - 2024-11-11
24+
25+ <!-- ## Unreleased -->
26+
27+ ### Added
28+
29+ - UI: New design for Login Page [ #2040 ] ( https://github.com/openkfw/TruBudget/issues/2040 )
30+ - notifications: Added a notification when creating a workflow action [ #2035 ] ( https://github.com/openkfw/TruBudget/issues/2035 )
31+ - email-notification-service: Create transport without authentication [ #2021 ] ( https://github.com/openkfw/TruBudget/issues/2021 )
32+ - Add Remove button for each document/external link in DocumentUpload modal [ #2018 ] ( https://github.com/openkfw/TruBudget/issues/2018 )
33+ - Joi validation of environment variables for all services [ #2005 ] ( https://github.com/openkfw/TruBudget/issues/2005 )
34+ - Workflow item level have an option to specify the funding source [ #1901 ] ( https://github.com/openkfw/TruBudget/issues/1901 )
35+
36+
37+
38+ ### Changed
39+
40+ - Change wording when changing permissions [ #1889 ] ( https://github.com/openkfw/TruBudget/issues/1889 )
41+ - In the ‘Total Budget’ overview the term ‘Amount’ should be changed to ‘Financing Amount’. [ #1875 ] ( https://github.com/openkfw/TruBudget/issues/1875 )
42+ - Rename the ‘Total Budget’ overview to ‘Participating Stakeholder’. [ #1874 ] ( https://github.com/openkfw/TruBudget/issues/1874 )
43+
44+
45+ <!-- ### Deprecated -->
46+
47+ <!-- ### Removed -->
48+
49+ ### Fixed
50+
51+ - Reset password email not working with RS256 [ #2082 ] ( https://github.com/openkfw/TruBudget/issues/2082 )
52+ - blockchain<->email-service not working properly with RS256 [ #2080 ] ( https://github.com/openkfw/TruBudget/issues/2080 )
53+ - blockchain: Email notification protocol bug [ #2077 ] ( https://github.com/openkfw/TruBudget/issues/2077 )
54+ - Fix warning for nested div in console [ #2042 ] ( https://github.com/openkfw/TruBudget/issues/2042 )
55+ - ui: Creating new user often failing with "password cannot be empty" [ #2034 ] ( https://github.com/openkfw/TruBudget/issues/2034 )
56+ - ui: Cannot submit project edit when deleting tags [ #2026 ] ( https://github.com/openkfw/TruBudget/issues/2026 )
57+ - Some workflowitems cannot be closed due to error [ #1894 ] ( https://github.com/openkfw/TruBudget/issues/1894 )
58+ - Fix warning in subproject modal [ #2032 ] ( https://github.com/openkfw/TruBudget/issues/2032 )
59+ - Copy Paste functionality seems to work only on page 1 of projects [ #1944 ] ( https://github.com/openkfw/TruBudget/issues/1944 )
60+ - Documentation: Link to eMail service incorrect [ #1943 ] ( https://github.com/openkfw/TruBudget/issues/1943 )
61+
2362## [ 2.16.0] - 2024-10-04
2463
2564<!-- ## Unreleased -->
@@ -1269,7 +1308,8 @@ If you install TruBudget freshly, this is not an issue for you. If you update to
12691308- Updated translation keys and language-specific formatting.
12701309- Fixed bug where the subproject permissions dialog would break the details view of another project.
12711310
1272- [ unreleased ] : https://github.com/openkfw/TruBudget/compare/v2.16.0...main
1311+ [ unreleased ] : https://github.com/openkfw/TruBudget/compare/v2.17.0...main
1312+ [ 2.17.0 ] : https://github.com/openkfw/TruBudget/compare/v2.16.0...v2.17.0
12731313[ 2.16.0 ] : https://github.com/openkfw/TruBudget/compare/v2.15.0...v2.16.0
12741314[ 2.15.0 ] : https://github.com/openkfw/TruBudget/compare/v2.14.0...v2.15.0
12751315[ 2.14.0 ] : https://github.com/openkfw/TruBudget/compare/v2.13.0...v2.14.0
0 commit comments