Elian Doran
94de760fb5
Merge remote-tracking branch 'origin/main' into standalone
2026-04-09 12:57:06 +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
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
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
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
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
renovate[bot]
05de9c6e41
fix(deps): update univer monorepo to v0.20.0
2026-04-07 01:09:37 +00:00
renovate[bot]
a979d11b8c
fix(deps): update ai sdk
2026-04-07 01:07:09 +00:00
renovate[bot]
f7ff9c114f
chore(deps): update dependency typedoc-plugin-missing-exports to v4.1.3
2026-04-07 01:06:33 +00:00
Elian Doran
bd1491e6e5
feat(options/i18n): add reference to spell check
2026-04-06 22:08:23 +03:00
Elian Doran
ac35730e3b
feat(options/spellcheck): add button to reload app
2026-04-06 21:56:31 +03:00
Elian Doran
00023adbc0
Revert "feat(options/spellcheck): merge into single card"
...
This reverts commit 7b056fe1af .
2026-04-06 21:53:17 +03:00
Elian Doran
a70142a4dc
feat(options/spellcheck): add button to edit custom words
2026-04-06 21:50:54 +03:00
Elian Doran
7b056fe1af
feat(options/spellcheck): merge into single card
2026-04-06 21:44:49 +03:00
Elian Doran
467be38bd1
feat(options/spellcheck): improve language selection
2026-04-06 21:39:58 +03:00
renovate[bot]
933054a095
chore(deps): update dependency vite to v8.0.5 [security]
2026-04-06 18:36:10 +00:00
Elian Doran
5d0c91d91d
fix(spellcheck): don't remove local words every time
2026-04-06 20:46:38 +03:00
Elian Doran
03136611a1
fix(spellcheck): don't merge words every time
2026-04-06 20:44:13 +03:00