|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 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 | + |
5 | 69 | ## [2025.12.0] - 2025-12-30 |
6 | 70 |
|
7 | 71 | ### 🏗️ Breaking changes |
|
0 commit comments