Skip to content

Commit d155820

Browse files
committed
chore(release): v2026.1.0
1 parent 2afcb4f commit d155820

File tree

4 files changed

+67
-3
lines changed

4 files changed

+67
-3
lines changed

CHANGELOG.md

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

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

5+
## [2026.1.0] - 2026-01-17
6+
7+
### 🚀 Features
8+
9+
- Add aligning guidelines to fabric
10+
- Add copy debug info button
11+
- Add registered since time to account info
12+
- Migrate html json legacy to tiptap json format
13+
- Add "focus" mode (highlight current block) to tiptap
14+
- Add notification for editor file upload
15+
- Dbsync service arguments and added status command
16+
- Add basic data mode structure
17+
- Add timeclock entry generation to demo data
18+
- Image proxy + iconify api always enabled
19+
- Add v-model to fabricjs editor component
20+
- Add basics for config validation and image proxy minimum cache
21+
22+
### 🐛 Bug Fixes
23+
24+
- Wiki page toc not showing correctly and cleanup path logic
25+
- Doc relation and reference addition/removal not working
26+
- Penalty calculator warning not respecting new lines
27+
- Port filesystem storage and wrapper changes from feature branch
28+
- Implement tiptap json for more editors
29+
- Continue work on implementing new tiptap json content format
30+
- Filesystem storage test issues
31+
- Fixup issues caused by switch to tiptap json format
32+
- Editor version diff/history modal
33+
- Content detection in content query logic
34+
- Dbsync config loading
35+
- Dbsync not adding database config to base config
36+
- Dbsync applying migrations due to table manager
37+
- Dbsync query issues with "empty" conditions
38+
- Dbsync jobs query issues
39+
- Allow columns to be disabled in dbsync
40+
- Dbsync sql not ignoring columns
41+
- Add missing dbsync started log message
42+
- Dbsync jobs filter causing out of bounds
43+
- UseLogger prefix type check
44+
- Improve dbsync table manager
45+
- Fx opts issue caused by dbsync module changes
46+
- Update fx modules ordering
47+
- Add missing tests-js makefile target
48+
- Add fx modules and re-order in list
49+
- Change dbsync stream "dropped" to warn
50+
- Test issues caused by recent db migrations
51+
- Add char limits to editors
52+
- Show timeclock entries regardless of user's actual job as long as
53+
- Approval signatures getting inserted with "different" snapshot date
54+
- Return document meta with ListApprovalPolicies response
55+
- Update eslint config to ignore no multiple template root errors
56+
- Broken image url
57+
- Backend filestore routing and change some modals to drawers
58+
- Issues with job logo and switch to rounded-md for avatars
59+
- Center document state and approved badges in doc list
60+
- Add line-clamp to qualification tutor list comment and summary
61+
- Qualifications toolbar missing classes
62+
- Start fixing button colors and improve template selection
63+
- Switch to xsync map All() in favor of Range() with funcs
64+
65+
### ⚙️ Miscellaneous Tasks
66+
67+
- Remove container-build step in favor of matrix container build
68+
569
## [2025.12.0] - 2025-12-30
670

771
### 🏗️ Breaking changes

VERSION

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

0 commit comments

Comments
 (0)