Tomas Adamek
49476d72fc
Update apps/server/src/services/llm/tools/hierarchy_tools.ts
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-04-09 20:50:59 +02:00
Tomáš Adámek
5938fa6ffb
fix: address review — shared PROTECTED_SYSTEM_NOTES, protection checks, soft delete description
...
- Move PROTECTED_SYSTEM_NOTES to helpers.ts for shared use
- move_note: check against full system notes set, add protected parent check
- clone_note: add source note protection + protected parent checks
- delete_note: fix description to say 'soft delete' (recoverable)
2026-04-08 16:08:02 +02:00
Tomáš Adámek
d771454aa5
feat(llm): add note mutation tools (rename, delete, move, clone)
...
Add four new LLM tools for note management:
- rename_note: Change the title of an existing note
- delete_note: Delete a note with system note protection
- move_note: Move a note to a new parent using branch service
- clone_note: Clone a note to an additional parent
All mutation tools are marked with mutates: true for the tool
approval system. Protected and system notes are guarded against
modification.
2026-04-07 13:19:16 +02:00
renovate[bot]
a979d11b8c
fix(deps): update ai sdk
2026-04-07 01:07:09 +00:00
renovate[bot]
933054a095
chore(deps): update dependency vite to v8.0.5 [security]
2026-04-06 18:36:10 +00:00
Elian Doran
bdd806efff
refactor: delegate theme management completely to client via bootstrap
2026-04-06 19:45:18 +03:00
Elian Doran
480d167131
fix(desktop): cannot print/export to PDF on Linux wayland ( closes #7967 )
2026-04-06 13:11:06 +03:00
Elian Doran
19bb7f5ddb
refactor(server): remove unnecessary route
2026-04-06 12:18:36 +03:00
Francis C.
2423b74dd0
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 100.0% (391 of 391 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/zh_Hant/
2026-04-06 08:13:48 +00:00
Tomas Adamek
30c5c49aef
Translated using Weblate (Czech)
...
Currently translated at 100.0% (391 of 391 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/cs/
2026-04-06 08:13:47 +00:00
Elian Doran
afad96a375
Merge remote-tracking branch 'origin/main' into feature/dependency_cleanup
2026-04-05 22:56:13 +03:00
Elian Doran
9e5ababfcb
chore(deps): update dependency electron to v41.1.1 ( #9277 )
2026-04-05 22:51:05 +03:00
Elian Doran
dc1e0e8db4
fix(desktop): tesseract.js not copied
2026-04-05 22:22:58 +03:00
Elian Doran
1e861d1125
chore(ocr): externalize tesseract.js completely
2026-04-05 22:20:38 +03:00
Elian Doran
baa93cb371
chore(ocr): expose needed dependencies
2026-04-05 22:14:01 +03:00
Elian Doran
61dcc8db47
Revert "fix(ocr): not working in server prod"
...
This reverts commit f4f881e839 .
2026-04-05 21:53:53 +03:00
Elian Doran
9515768e62
fix(server): broken dependency on electron-window-state
2026-04-05 21:02:03 +03:00
Elian Doran
eab353ca2e
chore(deps): remove unnecessary depedencies
2026-04-05 20:58:02 +03:00
Elian Doran
7be51168d3
Merge branch 'main' into renovate/electron-41.x
2026-04-05 20:38:36 +03:00
Elian Doran
aba5ff75af
fix(server): sync version not increased after breaking changes
2026-04-05 20:22:49 +03:00
Elian Doran
94987314b8
feat(ocr): warn about OCR confidence too low
2026-04-05 20:03:12 +03:00
Elian Doran
f4f881e839
fix(ocr): not working in server prod
2026-04-05 19:58:48 +03:00
renovate[bot]
92f5901b95
chore(deps): update dependency electron to v41.1.1
2026-04-05 16:44:14 +00:00
Elian Doran
109f06f8bb
Merge branch 'release/v0.102.2'
...
; Conflicts:
; apps/desktop/package.json
; apps/server/src/routes/api/image.ts
; apps/server/src/share/routes.ts
; pnpm-lock.yaml
2026-04-05 19:41:24 +03:00
Elian Doran
bf23439792
chore(release): prepare for v0.102.2
Checks / main (push) Successful in 2s
/ Check Docker build (Dockerfile) (push) Failing after 39s
/ Check Docker build (Dockerfile.alpine) (push) Failing after 40s
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm64) (push) Has been skipped
/ Build Docker images (Dockerfile.alpine, ubuntu-latest, linux/amd64) (push) Has been skipped
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v7) (push) Has been skipped
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v8) (push) Has been skipped
/ Merge manifest lists (push) Has been skipped
Release / Sanity Check (push) Failing after 45s
Release / Make Electron (arm64, map[forge_platform:darwin image:macos-latest name:macos shell:bash]) (push) Has been skipped
Release / Make Electron (arm64, map[forge_platform:linux image:ubuntu-22.04 name:linux shell:bash]) (push) Has been skipped
Release / Make Electron (arm64, map[forge_platform:linux image:ubuntu-24.04-arm name:linux shell:bash]) (push) Has been skipped
Release / Make Electron (arm64, map[forge_platform:win32 image:win-signing name:windows shell:cmd]) (push) Has been skipped
Release / Make Electron (x64, map[forge_platform:darwin image:macos-latest name:macos shell:bash]) (push) Has been skipped
Release / Make Electron (x64, map[forge_platform:linux image:ubuntu-22.04 name:linux shell:bash]) (push) Has been skipped
Release / Make Electron (x64, map[forge_platform:win32 image:win-signing name:windows shell:cmd]) (push) Has been skipped
Release / Build Linux Server (arm64, ubuntu-24.04-arm) (push) Has been skipped
Release / Build Linux Server (x64, ubuntu-22.04) (push) Has been skipped
Release / Publish release (push) Has been skipped
2026-04-05 19:30:04 +03:00
Aindriú Mac Giolla Eoin
dfb20df16f
Translated using Weblate (Irish)
...
Currently translated at 100.0% (391 of 391 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ga/
2026-04-05 14:09:49 +02:00
renovate[bot]
514f7fedbc
chore(deps): update dependency http-proxy-agent to v9
2026-04-05 10:35:14 +00:00
Elian Doran
9bc18b774e
test(server): add unit tests for sanitizeSvg
2026-04-05 12:11:05 +03:00
Elian Doran
465c36407c
Update apps/server/src/etapi/notes.ts
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-04-05 12:10:52 +03:00
Elian Doran
b99486259e
Update apps/server/src/etapi/notes.ts
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-04-05 12:10:44 +03:00
Elian Doran
90822cc8a3
chore: address requested changes
2026-04-05 11:59:45 +03:00
Elian Doran
5c46209ddc
feat(server): improve request handling for SVGs
2026-04-05 11:28:28 +03:00
Elian Doran
7f199c527b
feat(share): improve request handling for SVGs
2026-04-05 10:52:36 +03:00
Elian Doran
2432e230c5
chore(etapi): enforce MIME for image upload
2026-04-05 10:44:47 +03:00
renovate[bot]
d084b9e941
chore(deps): update dependency https-proxy-agent to v9
2026-04-05 01:33:43 +00:00
Elian Doran
8204322b46
fix(openid): use more secure RNG
2026-04-04 22:02:33 +03:00
Elian Doran
ed3b86cd49
fix(import): no longer preserve named note IDs
2026-04-04 21:27:37 +03:00
Elian Doran
8ff41d8fa9
fix(server): align attachment upload validation with note upload
2026-04-04 20:46:03 +03:00
Elian Doran
55e8694990
test(server): remove redundant log
2026-04-04 13:10:03 +03:00
green
fb9eb3e4b5
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (391 of 391 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ja/
2026-04-04 11:50:17 +02:00
Elian Doran
5cf249afa4
fix(deps): update dependency i18next to v26.0.3 ( #9264 )
2026-04-04 12:13:12 +03:00
Elian Doran
3f24627f67
chore(deps): update dependency tesseract.js to v7 ( #9269 )
2026-04-04 12:12:41 +03:00
Elian Doran
395102026d
test(ocr): image processor with PNG
2026-04-04 12:04:19 +03:00
renovate[bot]
b62c078de6
fix(deps): update dependency i18next to v26.0.3
2026-04-04 08:57:28 +00:00
Elian Doran
47c1c08bed
Improved tools & MC ( #9256 )
2026-04-04 11:53:14 +03:00
Elian Doran
a23c4f03e0
fix(deps): update dependency @ai-sdk/google to v3.0.55 ( #9263 )
2026-04-04 11:52:34 +03:00
Elian Doran
588c47aee7
chore(deps): update dependency yauzl to v3.3.0 ( #9268 )
2026-04-04 11:51:39 +03:00
Elian Doran
126d9be9d8
fix(llm): one more async tool
2026-04-04 11:44:34 +03:00
Elian Doran
09be2822e0
fix(llm): some tools were async
2026-04-04 11:35:38 +03:00
Elian Doran
a93029f789
fix(llm): misuse of transactions in tool use due to async
2026-04-04 11:21:10 +03:00