@@ -5,6 +5,51 @@ All notable changes to this project will be documented in this file.
55Since version v2308 the format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66This project (not yet) adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## v2507.1
9+
10+ ### Added
11+
12+ - Added a Line Wrap for the Organisation Name in Desktop View after ~ 40 Characters
13+ - custom management command for clearing projects and plans cache
14+ - Scroll to top of list when changing page in item lists
15+
16+
17+ ### Changed
18+
19+ - how to set the request inside the context for the breadcrumbs
20+ - In Kiezradar, when the user clicks 'filter', the page will auto scroll to the results
21+ - Timline is now Step-based (desktop only) instead of using a scroller (#630 )
22+ - Move alerts to top of page
23+ - Remove breadcrumbs from blueprint dialog dashboard.
24+ - Remove Button for a Custom Kiez now named Remove + diffrent Trash Icon for consistency
25+ - Changed wording of deletion alerts (Saved Search, custom Kiez) to make them consistent
26+ - Sort 'Followed Projects' by date descending
27+ - Scroll to top of page when user Saves a Search
28+ - Correct tab focus styling on answer navigation arrows
29+ - Helper functions for notifications handle invalid dates in meinberlin/react/account/notification_data.js
30+ - emails: add default sender "meinBerlin" < no-reply@mein.berlin.de > so sender is named in clients like gmail
31+ - emails: added striptags to email subject containing project name and kiezradar name so special characters display properly
32+ - emails: added white background mB logo
33+ - search profile notification email: updated text in German and English
34+ - apps/projects: statistics topic/maptopic no longer get counted as ideas
35+
36+ ### Fixed
37+
38+ - Styling for dropdown menu in archived proposals
39+ - Custom Kieze dont get Notifications for Projects without Points anymore. #622
40+ - Fixed styling of checkbox form fields
41+ - When getting Notifications for External Projects these now provide the external Url (#773 )
42+ - Show pagination also on mobile
43+ - scrolling issue when clicking previous and next buttons
44+ - Highlight kiezradar as active in menu when on that page
45+ - set correct font weight for plan tiles on maps
46+ - removed plan description from tile as it is a CKeditor field
47+ - Allow navigation between text review chapters
48+ - fix swiper pagination bullets for multi-phase participatory budgeting wrong size on ios safari due to shadow dom, by adding inline css injection
49+ - notifications newer than 180 days being deleted instead of older than 180 days
50+ - disable previous/next buttons on item lists in paginations when there is no page
51+
52+
853## v2504.3
954
1055### Added
0 commit comments