Skip to content

Commit 1bdc410

Browse files
committed
chore(release): v2025.10.0
1 parent 8f4a93c commit 1bdc410

File tree

4 files changed

+111
-3
lines changed

4 files changed

+111
-3
lines changed

CHANGELOG.md

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

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

5+
## [2025.10.0] - 2025-10-19
6+
7+
### 🚀 Features
8+
9+
- Improve fivem nui cef styling compatibility
10+
- Improve transparency color compatibility for cef/nui browsers
11+
- Add LIKE condition string prepare utils function
12+
- Add actual order and icons to permissions
13+
- Add title toggle to document view
14+
- Start work on documents approval and signature system
15+
- Continue refining approval/signature feature
16+
- Simplify approval system
17+
- Add go-jet generated tables for approval/signing system
18+
- Update all go-jet generated tables and basic queries for approval
19+
- Approval/signing perms i18n keys
20+
- Rename signature tables
21+
- Refine approval api structure
22+
- Improve approval ui
23+
- Add nav menu with new documents pages
24+
- Add filters for jobs and user's job to dbsync
25+
- Attempt to rework dbsync config load and usage
26+
- Add basic jobs access validation func
27+
- Add approvals/signing tasks inbox methods
28+
- Add statuses selectmenu to signatures task inbox
29+
- Revamp audit log system to use grpc interceptor
30+
- Create activities for approval/signing decisions
31+
- Add approval/signature tasks expiration
32+
- Rename internal protoc-gen- tools to backend/frontend
33+
- Refine approval and signing service behaviors
34+
- Merge signatures into approval feature for better UX
35+
- Add approvals to templates
36+
- Improve editor performance caused by toolbar state and
37+
- Remove in progress layouts code
38+
39+
### 🐛 Bug Fixes
40+
41+
- Primary color being shown for category and templates
42+
- Document deletion not showing reason field causing perm denied err
43+
- Scroll issue in nui tablet
44+
- Citizen own activity view
45+
- Remove debug output from color-mix transparency postcss plugin
46+
- Load perms by guard func during create perms
47+
- Perms db arg issue
48+
- Template content and title html entities escape issue
49+
- Templates go html template entities escape issue
50+
- Dispatch sidebar not showing radio button and chip
51+
- Adjust wiki page list owner access check
52+
- Wiki list pages limited to 20 and not 250
53+
- Wiki page logo not showing when available
54+
- Wiki page grid cols
55+
- Update channels.json
56+
- Tiptap editor fields not showing errors
57+
- Tiptap editor computed error
58+
- Tweak livemap stream logic for superuser
59+
- Jobs conduct and timeclock service perms icons
60+
- Userinfo unemployed role taken away when in ignored job
61+
- Copy clipboard issue
62+
- Wiki list pages root only showing too many pages
63+
- Wiki.go formatting
64+
- Qualification editor label not set from api data
65+
- Colleague labels submit not working due to too many items in list
66+
- Add missing approval/signing counts to DocumentMeta
67+
- Document approval/signing table foreign key missing cascade
68+
- Add missing order and icon to approval and signing services
69+
- List tasks request fields
70+
- Bump documents approval/signing migrations date
71+
- Dev rebase issue
72+
- Continue refining approval and signing feature
73+
- Continue approval/signing service changes
74+
- Approval and signing task logic
75+
- Clean up approval and signing service perms
76+
- Task decide drawer issue caused by emits removal
77+
- Start task inbox page work
78+
- Update dbsync config example comment
79+
- Add can checks to approval and current state of signing drawers
80+
- Auth service test caused by cookies order change
81+
- Proto document server fx result change causing start to fail
82+
- Fx documents server registration using wrong group
83+
- Align approval and signing api fields
84+
- Doc approval signatures fixes migration issue
85+
- Doc approval/signing migration double drop issue
86+
- Duplicate migration queries
87+
- Migration file typo
88+
- Move mysql int64 nil helper to dbuitls package
89+
- Add label to approval task list
90+
- Wrong sql migration file changed
91+
- Doc merge approval/signing rename queries
92+
- Doc approval migration issue by re-ordering queries
93+
- Remove signatures link from sidebar
94+
- Type issue in sidebar
95+
- Additional css var overrides for primary secondary and neutral
96+
- Css var names for rgb compat values
97+
- Improve bg color rgb handling
98+
- Hints box carousel
99+
- Improve livemap superuser duty handling
100+
- Rgb color percent fallback
101+
- Icon select menu using internal search
102+
- Further improve chrome 103 color transparency situation
103+
- Approvals being decide-able for drafts
104+
- Pagination issue and attempt to workaround CEF 103 BYOB reader
105+
- Copy issue in browsers due to clipboard api shenanigans
106+
- Html issue in conduct list and view
107+
- Remove empty line in auditlog meta migration file
108+
- Document update issue
109+
- Small design issues and improve userinfo errors
110+
- Add missing coming soon label to create stamps button
111+
- Remove debug output
112+
5113
## [2025.9.1] - 2025-09-19
6114

7115
### 🐛 Bug Fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2025.9.1
1+
v2025.10.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.9.1",
4+
"version": "2025.10.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.9.1",
4+
"version": "2025.10.0",
55
"license": "Apache-2.0",
66
"type": "module",
77
"homepage": "https://fivenet.app",

0 commit comments

Comments
 (0)