|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [2025.11.0] - 2025-11-30 |
| 6 | + |
| 7 | +### 🚀 Features |
| 8 | + |
| 9 | +- Add follow user location to livemap user marker |
| 10 | +- Add livemap "smart select" for when a lot of markers are at the |
| 11 | +- Replace nanoid with crypto.randomUUID in format builder |
| 12 | +- Add document self approve option for approval policies |
| 13 | +- Add self approve allowed to approval ui elements |
| 14 | +- Hide markers of invisible layers in multi select picker |
| 15 | +- Update to nuxt 4.2.1 and nuxt ui 4.1.0 |
| 16 | +- Improve math and penalty calculator logic |
| 17 | +- Query builder using columns + table name for dbsync |
| 18 | +- Cleanup app config structure and approval calculation logic |
| 19 | +- Add more tests to utils functions |
| 20 | +- Add penalty calculator settings and warn message with thresholds |
| 21 | + |
| 22 | +### 🐛 Bug Fixes |
| 23 | + |
| 24 | +- Remove approval service todo comment |
| 25 | +- Generic img disabled style when popover is disabled |
| 26 | +- Calendar access check |
| 27 | +- Approval policy creation issue from template data |
| 28 | +- User marker self follow and unmarshal in userinfo retriever |
| 29 | +- Notification stream not being started anymore |
| 30 | +- Change livemap multi hit group order |
| 31 | +- Livemap single marker not showing popup anymore |
| 32 | +- Allow log level toggle in debug info for anyone |
| 33 | +- Remove unused vars from debug info |
| 34 | +- Jsdoc comments in stores and fine grained livemap subject filters |
| 35 | +- Go format issues |
| 36 | +- Missing wiki page activity translation and traffic points modal |
| 37 | +- Citizens actions double sidebar issue |
| 38 | +- Notification list html ui structure |
| 39 | +- Don't compile i18n vars replacement regex every call |
| 40 | +- Qualification tutor view user search |
| 41 | +- Add missing filters logic for users job |
| 42 | +- Change self approve default value of table column |
| 43 | +- Improve config structs to avoid duplication in dbsync |
| 44 | +- Timestamp/datetime mixup |
| 45 | +- Approval time/timestamp insert |
| 46 | +- Add renamed components |
| 47 | +- Cleanup type issues and add basic penaltycalculator config |
| 48 | +- Remove leftover generated file |
| 49 | +- Livemap centrum sidebar issue on small screens |
| 50 | +- Pinned list sizing and showing when it should be closed |
| 51 | +- Livemap centrum sidebar showing when it shouldn't |
| 52 | +- Check can stream to centrum sidebar |
| 53 | +- Update css path for prettier plugin |
| 54 | +- Format app files |
| 55 | +- Bump helm chart version |
| 56 | +- Add additional indexes for user locations table |
| 57 | +- Import issue caused by utils import usage |
| 58 | +- Add missing description text to penalty calculator app config |
| 59 | +- Use intl format options for more number inputs |
| 60 | +- Unused trailing-icon attribute |
| 61 | + |
5 | 62 | ## [2025.10.2] - 2025-10-24 |
6 | 63 |
|
7 | 64 | ### 🐛 Bug Fixes |
|
0 commit comments