Elian Doran
94de760fb5
Merge remote-tracking branch 'origin/main' into standalone
2026-04-09 12:57:06 +03:00
Elian Doran
743fe5a75d
chore(deps): update dependency vite-plugin-static-copy to v4.0.1 ( #9333 )
2026-04-08 08:03:36 +03:00
renovate[bot]
0c2fdba586
chore(deps): update dependency vite-plugin-static-copy to v4.0.1
2026-04-08 01:34:23 +00:00
Elian Doran
a2c5adec3d
Extra bugfixes ( #9332 )
2026-04-07 21:28:45 +03:00
Elian Doran
6089c8c7c6
Merge branch 'feature/extra_bugfixes' of https://github.com/TriliumNext/Trilium into feature/extra_bugfixes
2026-04-07 20:52:26 +03:00
Elian Doran
f28f725519
fix(server,desktop): not running correctly if placed in dot-hidden directory
2026-04-07 20:46:25 +03:00
Elian Doran
22d853e0b0
Apply suggestions from code review
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Elian Doran <contact@eliandoran.me >
2026-04-07 20:26:55 +03:00
Elian Doran
0f1d395651
refactor(script): move runScript to executeScript at BNote level
2026-04-07 19:59:14 +03:00
Elian Doran
3a0bab217d
fix(share): hard-coded root-level paths
2026-04-07 19:48:06 +03:00
Elian Doran
f824cb5f15
feat(script): add API to execute backend
2026-04-07 19:40:12 +03:00
Elian Doran
40fd8d6d1a
fix(quick_search): ctrl+click & middle click not working ( closes #9220 )
2026-04-07 19:18:16 +03:00
Elian Doran
e37f73bce0
fix(tab_bar): changing note icon reflect in the tab icon ( closes #8994 )
2026-04-07 19:11:26 +03:00
Elian Doran
d1cd08972f
chore(share): use i18n for more strings
2026-04-07 19:07:20 +03:00
Elian Doran
5a13ca6409
feat(share): render dates on the client side
2026-04-07 19:06:33 +03:00
Elian Doran
eb3fd73415
fix(share): translation not used in template ( closes #8722 )
2026-04-07 18:54:13 +03:00
Elian Doran
1764fcbba2
fix(script): useContext not provided in imports ( closes #9152 )
2026-04-07 18:49:54 +03:00
Elian Doran
19f3552bfc
fix(calendar): colors unreadable on dark theme ( closes #8989 )
...
The calendar event has a light yellow background with light yellow text in dark theme, making it nearly unreadable.
The root cause is a CSS load order issue. The :root defaults in index.css:1-10 are loaded after the dark theme's :root overrides (since component CSS loads after global CSS in Vite), so the defaults (95% lightness, 80% saturation) stomp over the dark theme values (20% lightness, 25% saturation). The background stays light, but --custom-color correctly gets the dark-adjusted (light) text color → light-on-light = bad contrast.
The fix: remove the :root block and use var() fallbacks instead, so there's no :root competition.
2026-04-07 18:48:32 +03:00
Elian Doran
cedce6cf32
feat(relation_map): rename relations through context menu ( closes #442 )
2026-04-07 18:47:00 +03:00
Elian Doran
26cf215150
fix(share): webviews occupied very little height ( closes #9215 )
2026-04-07 18:08:23 +03:00
Elian Doran
d21557069c
fix(import/zip): ZIPs without language encoding flag importing garbage ( closes #3013 )
2026-04-07 17:01:34 +03:00
Elian Doran
b2e886fa26
fix(core): wrong package version
2026-04-07 16:54:07 +03:00
Elian Doran
28b2547229
Translations update from Hosted Weblate ( #9327 )
2026-04-07 16:13:33 +03:00
Elian Doran
6945ef5201
Merge remote-tracking branch 'origin/main' into standalone
2026-04-07 16:04:00 +03:00
Hosted Weblate
d75f556074
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/
2026-04-07 15:03:00 +02:00
Ali Kaya
eb66810e59
Translated using Weblate (Turkish)
...
Currently translated at 5.6% (104 of 1842 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/tr/
2026-04-07 15:02:55 +02:00
Tomas Adamek
540b39206d
Translated using Weblate (Czech)
...
Currently translated at 100.0% (1842 of 1842 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/cs/
2026-04-07 15:02:55 +02:00
Tomas Adamek
5baea04c5d
Translated using Weblate (Czech)
...
Currently translated at 100.0% (158 of 158 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/cs/
2026-04-07 15:02:54 +02:00
Giovi
f5e65748a7
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1842 of 1842 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/it/
2026-04-07 15:02:53 +02:00
Elian Doran
de84e09062
Custom dictionary ( #9317 )
2026-04-07 16:02:34 +03:00
Elian Doran
9beb756ccd
feat(standalone): update build info
2026-04-07 16:02:08 +03:00
Elian Doran
34c5cfb638
fix(scripts): update build info no longer updating
2026-04-07 16:00:44 +03:00
Elian Doran
c81c88c930
fix(log): occassional race condition when creating log dir
2026-04-07 15:54:11 +03:00
Elian Doran
0b1122d9af
Merge remote-tracking branch 'origin/main' into standalone
2026-04-07 15:50:59 +03:00
Elian Doran
2cb39ea7e3
fix(migration): don't crash on idempotent column creation
2026-04-07 15:30:24 +03:00
Elian Doran
6986963e45
e2e(server): update after changing spellcheck settings
2026-04-07 15:23:19 +03:00
Elian Doran
dc9b0093d9
fix(server): server-side rendered pages use old style
2026-04-07 15:18:38 +03:00
Elian Doran
40f9927842
docs(user): mention updates to spell check
2026-04-07 14:44:51 +03:00
Elian Doran
ff02f5f3ed
Merge remote-tracking branch 'origin/main' into feature/custom_dictionary
2026-04-07 14:36:20 +03:00
Elian Doran
22149b94a1
chore(spellcheck): address requested changes
2026-04-07 14:26:55 +03:00
Elian Doran
372d25667f
fix(deps): update codemirror themes ( #9322 )
2026-04-07 14:08:32 +03:00
Elian Doran
21f6cc00eb
feat(options/spellcheck): improve display in browser
2026-04-07 13:31:22 +03:00
Elian Doran
620a080128
feat(options/media): hide spellcheck related setting in browser
2026-04-07 13:28:44 +03:00
Elian Doran
6a972aaf3d
feat(codemirror): add four more themes
2026-04-07 13:25:25 +03:00
Elian Doran
d878d6b20b
chore(deps): update dependency eslint to v10.2.0 ( #9324 )
2026-04-07 10:57:43 +03:00
Elian Doran
ec075311f4
fix(deps): update dependency preact to v10.29.1 ( #9323 )
2026-04-07 08:26:20 +03:00
Elian Doran
237c9bb62a
fix(deps): update ai sdk ( #9321 )
2026-04-07 08:22:23 +03:00
Elian Doran
5aa9733bd7
chore(deps): update dependency typedoc-plugin-missing-exports to v4.1.3 ( #9320 )
2026-04-07 08:20:42 +03:00
renovate[bot]
a157a003c5
chore(deps): update dependency eslint to v10.2.0
2026-04-07 05:20:05 +00:00
renovate[bot]
e40869d3f8
fix(deps): update dependency preact to v10.29.1
2026-04-07 05:19:03 +00:00
Elian Doran
edaecfad4d
fix(deps): update univer monorepo to v0.20.0 ( #9325 )
2026-04-07 08:18:48 +03:00