Elian Doran
741ae4b070
chore(server): fix dist creation
2026-04-09 22:31:50 +03:00
Elian Doran
ca13a8accd
Update dependency katex to v0.16.45 ( #9347 )
2026-04-09 18:01:24 +03:00
Elian Doran
78b1f119dc
Update dependency dotenv to v17.4.1 ( #9346 )
2026-04-09 18:00:51 +03:00
Elian Doran
91afa08cdc
Apply suggestions from code review
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-04-09 15:24:53 +03:00
Giovi
d93b0442d2
Translated using Weblate (Italian)
...
Currently translated at 100.0% (395 of 395 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/it/
2026-04-09 11:10:04 +00:00
Giovi
ce4f9f5f01
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1846 of 1846 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/it/
2026-04-09 11:10:03 +00:00
Aindriú Mac Giolla Eoin
353d638823
Translated using Weblate (Irish)
...
Currently translated at 100.0% (395 of 395 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ga/
2026-04-09 11:10:01 +00:00
Ali Kaya
995a774140
Translated using Weblate (Turkish)
...
Currently translated at 7.5% (30 of 395 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/tr/
2026-04-09 11:10:00 +00:00
green
c131b245bc
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1846 of 1846 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ja/
2026-04-09 11:09:58 +00:00
Ali Kaya
42aabaf9b5
Translated using Weblate (Turkish)
...
Currently translated at 6.5% (121 of 1846 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/tr/
2026-04-09 11:09:56 +00:00
Bas Wouters
84cce151b8
Translated using Weblate (Dutch)
...
Currently translated at 4.1% (76 of 1846 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/nl/
2026-04-09 11:09:54 +00:00
green
96e64c4f17
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (395 of 395 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ja/
2026-04-09 11:09:52 +00:00
Aindriú Mac Giolla Eoin
3005917256
Translated using Weblate (Irish)
...
Currently translated at 100.0% (1846 of 1846 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ga/
2026-04-09 11:09:50 +00:00
renovate[bot]
3bf6215249
fix(deps): update dependency katex to v0.16.45
2026-04-09 01:13:57 +00:00
renovate[bot]
2ef045a66d
chore(deps): update dependency dotenv to v17.4.1
2026-04-09 01:13:19 +00: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
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
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
d21557069c
fix(import/zip): ZIPs without language encoding flag importing garbage ( closes #3013 )
2026-04-07 17:01:34 +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
c81c88c930
fix(log): occassional race condition when creating log dir
2026-04-07 15:54:11 +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
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
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