Skip to content

Commit 83ae8f5

Browse files
committed
chore(release): v2025.11.0
1 parent 9041613 commit 83ae8f5

File tree

4 files changed

+60
-3
lines changed

4 files changed

+60
-3
lines changed

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,63 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
562
## [2025.10.2] - 2025-10-24
663

764
### 🐛 Bug Fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2025.10.2
1+
v2025.11.0

gen/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fivenet-app/gen",
33
"private": false,
4-
"version": "2025.10.2",
4+
"version": "2025.11.0",
55
"license": "Apache-2.0",
66
"type": "module",
77
"homepage": "https://fivenet.app",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fivenet",
33
"private": true,
4-
"version": "2025.10.2",
4+
"version": "2025.11.0",
55
"license": "Apache-2.0",
66
"type": "module",
77
"homepage": "https://fivenet.app",

0 commit comments

Comments
 (0)