Skip to content

Commit efd0941

Browse files
committed
chore(release): v2025.10.1
1 parent 229a3ee commit efd0941

File tree

4 files changed

+46
-3
lines changed

4 files changed

+46
-3
lines changed

CHANGELOG.md

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

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

5+
## [2025.10.1] - 2025-10-24
6+
7+
### 🚀 Features
8+
9+
- Add toggle all layers button to livemap controls
10+
- Add content nav to wiki smaller screens
11+
- Add option to use unit color for user marker icon
12+
- Allow multiple root wiki pages and improve wiki nav ui
13+
- Add file list to wiki page view
14+
15+
### 🐛 Bug Fixes
16+
17+
- Document approved state calculation
18+
- Approval badge showing in ui when it shouldn't
19+
- Approval policy template form issue
20+
- Pagination and sorting issues
21+
- Doc deletion error and wiki root only acces check
22+
- Tiptap editor table popover and add link display
23+
- Remove signature-related columns and fields
24+
- Wiki root only page listing using wrong page
25+
- Wiki page list not showing all accessible pages
26+
- Wiki startpage selection not ordering by parent id nulls first
27+
- Remove debug output from list pages in wiki
28+
- Citizen user docs sorting not working
29+
- Select menu search not working due to key
30+
- Citizen vehicles list showing all vehicles and qol fixes
31+
- Vehicle list user id override
32+
- Document template not creating policy on publish
33+
- Livemap layer issue with users
34+
- Unit housekeeping for unavailable not adding unit data to status
35+
- Editor font selection showing untranslated value
36+
- Grpc permission interceptor test
37+
- Approval data not showing in template editor
38+
- Wiki nav showing dummy page
39+
- Permission multiple names screw up
40+
- Perms cleanup migration
41+
- Remove test json file
42+
- Update helm version in channels file
43+
44+
### ⚙️ Miscellaneous Tasks
45+
46+
- Remove lucide icon pack
47+
548
## [2025.10.0] - 2025-10-19
649

750
### 🚀 Features

VERSION

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

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.0",
4+
"version": "2025.10.1",
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.0",
4+
"version": "2025.10.1",
55
"license": "Apache-2.0",
66
"type": "module",
77
"homepage": "https://fivenet.app",

0 commit comments

Comments
 (0)