Elian Doran
fe4255f2fc
fix(deps): update dependency @codemirror/view to v6.39.17 ( #8999 )
2026-03-11 08:31:00 +02:00
Elian Doran
c046a57654
chore(deps): update dependency webdriverio to v9.25.0 ( #9000 )
2026-03-11 08:30:47 +02:00
Elian Doran
d8fc0d45a8
fix(deps): update dependency @zumer/snapdom to v2.1.0 ( #9001 )
2026-03-11 08:30:01 +02:00
Elian Doran
567b96cfb4
fix(deps): update dependency preact to v10.29.0 ( #9002 )
2026-03-11 08:29:34 +02:00
renovate[bot]
d25849d280
fix(deps): update dependency preact to v10.29.0
2026-03-11 00:06:32 +00:00
renovate[bot]
d4d73995db
fix(deps): update dependency @zumer/snapdom to v2.1.0
2026-03-11 00:05:36 +00:00
renovate[bot]
f4657b5da9
chore(deps): update dependency webdriverio to v9.25.0
2026-03-11 00:04:47 +00:00
renovate[bot]
614f43cb8a
fix(deps): update dependency @codemirror/view to v6.39.17
2026-03-11 00:04:00 +00:00
JYC333
415bcac641
chore(deps): update dependency lightningcss to v1.32.0 ( #8985 )
Checks / main (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Dev / Test development (push) Waiting to run
Dev / Build Docker image (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile) (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile.alpine) (push) Blocked by required conditions
/ Check Docker build (Dockerfile) (push) Waiting to run
/ Check Docker build (Dockerfile.alpine) (push) Waiting to run
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.alpine, ubuntu-latest, linux/amd64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v7) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v8) (push) Blocked by required conditions
/ Merge manifest lists (push) Blocked by required conditions
playwright / E2E tests on linux-arm64 (push) Waiting to run
playwright / E2E tests on linux-x64 (push) Waiting to run
Deploy website / Build & deploy website (push) Waiting to run
2026-03-10 23:54:00 +00:00
JYC333
9527017314
fix(deps): update dependency mind-elixir to v5.9.3 ( #8984 )
2026-03-10 23:53:12 +00:00
JYC333
1d3d7c77f8
fix(deps): update dependency i18next to v25.8.17 ( #8983 )
2026-03-10 23:52:55 +00:00
Elian Doran
cdc46faaad
fix(board): add column not snappable on mobile
Checks / main (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Dev / Test development (push) Waiting to run
Dev / Build Docker image (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile) (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile.alpine) (push) Blocked by required conditions
/ Check Docker build (Dockerfile) (push) Waiting to run
/ Check Docker build (Dockerfile.alpine) (push) Waiting to run
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.alpine, ubuntu-latest, linux/amd64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v7) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v8) (push) Blocked by required conditions
/ Merge manifest lists (push) Blocked by required conditions
playwright / E2E tests on linux-arm64 (push) Waiting to run
playwright / E2E tests on linux-x64 (push) Waiting to run
2026-03-10 18:41:53 +02:00
Elian Doran
24dbc79961
fix(board): clipped on horizontal scroll
2026-03-10 18:40:17 +02:00
Elian Doran
8cb58dcc45
fix(icon_packs): missing empty icon
2026-03-10 18:35:20 +02:00
Elian Doran
fe70b8aee6
fix(note_badges): saved indicator not disappearing if reduced motion was activated
2026-03-10 18:32:31 +02:00
Elian Doran
00f66cfb49
fix(popup_editor): note content no longer rendering
...
The commit f44b47ec added a hasTabBeenActive guard in NoteDetail that defers rendering until the tab has been active at least once. It initializes via noteContext?.isActive() and then listens for activeNoteChanged events.
The popup editor creates its own NoteContext("_popup-editor") which is never the activeNtxId in the tab manager — isActive() always returns false, and activeNoteChanged never fires for it. So hasTabBeenActive stays false forever, and the if (!type || !hasTabBeenActive) return guard at NoteDetail.tsx:64 prevents the note type widget from ever loading.
2026-03-10 18:32:31 +02:00
Elian Doran
3a4b080765
Table of contents fixes ( #8933 )
2026-03-10 18:31:24 +02:00
Elian Doran
41269ef987
chore(deps): update dependency express-rate-limit to v8.3.1 ( #8981 )
Checks / main (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Dev / Test development (push) Waiting to run
Dev / Build Docker image (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile) (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile.alpine) (push) Blocked by required conditions
/ Check Docker build (Dockerfile) (push) Waiting to run
/ Check Docker build (Dockerfile.alpine) (push) Waiting to run
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.alpine, ubuntu-latest, linux/amd64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v7) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v8) (push) Blocked by required conditions
/ Merge manifest lists (push) Blocked by required conditions
playwright / E2E tests on linux-arm64 (push) Waiting to run
playwright / E2E tests on linux-x64 (push) Waiting to run
Deploy Documentation / Build and Deploy Documentation (push) Has been cancelled
Deploy web clipper extension / Build web clipper extension (push) Has been cancelled
2026-03-10 08:30:06 +02:00
Elian Doran
e521c6a386
fix(deps): update dependency @mermaid-js/layout-elk to v0.2.1 ( #8982 )
2026-03-10 08:29:41 +02:00
Elian Doran
1c35a557c1
chore(deps): update pnpm to v10.32.0 ( #8986 )
2026-03-10 08:29:20 +02:00
Elian Doran
99eb8389c5
chore(deps): update typescript-eslint monorepo to v8.57.0 ( #8987 )
2026-03-10 08:29:03 +02:00
renovate[bot]
c5e560ef5b
chore(deps): update typescript-eslint monorepo to v8.57.0
2026-03-10 02:13:50 +00:00
renovate[bot]
a7d7a078b1
chore(deps): update pnpm to v10.32.0
2026-03-10 02:12:47 +00:00
renovate[bot]
a06fa5222f
chore(deps): update dependency lightningcss to v1.32.0
2026-03-10 02:12:35 +00:00
renovate[bot]
8d3e40a28a
fix(deps): update dependency mind-elixir to v5.9.3
2026-03-10 02:11:34 +00:00
renovate[bot]
8e32f99790
fix(deps): update dependency i18next to v25.8.17
2026-03-10 02:10:34 +00:00
renovate[bot]
57bce62e48
fix(deps): update dependency @mermaid-js/layout-elk to v0.2.1
2026-03-10 02:09:36 +00:00
renovate[bot]
1c873394d5
chore(deps): update dependency express-rate-limit to v8.3.1
2026-03-10 02:08:32 +00:00
JYC333
d652f67364
Translations update from Hosted Weblate ( #8977 )
Checks / main (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Deploy Documentation / Build and Deploy Documentation (push) Waiting to run
Dev / Test development (push) Waiting to run
Dev / Build Docker image (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile) (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile.alpine) (push) Blocked by required conditions
/ Check Docker build (Dockerfile) (push) Waiting to run
/ Check Docker build (Dockerfile.alpine) (push) Waiting to run
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.alpine, ubuntu-latest, linux/amd64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v7) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v8) (push) Blocked by required conditions
/ Merge manifest lists (push) Blocked by required conditions
playwright / E2E tests on linux-arm64 (push) Waiting to run
playwright / E2E tests on linux-x64 (push) Waiting to run
Deploy web clipper extension / Build web clipper extension (push) Waiting to run
Deploy website / Build & deploy website (push) Has been cancelled
2026-03-09 10:43:00 +00:00
JYC333
5e54d098c5
Apply suggestions from code review
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-03-09 10:23:14 +00:00
JYC333
ec95303c31
Apply suggestion from @gemini-code-assist[bot]
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-03-09 10:22:31 +00:00
Hosted Weblate
07aafe7e89
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2026-03-09 11:17:40 +01:00
Giovi
dc7acbb70e
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1676 of 1676 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/it/
2026-03-09 11:17:32 +01:00
JYC333
0dcb8b3ff8
Translations update from Hosted Weblate ( #8975 )
2026-03-09 10:17:22 +00:00
JYC333
e4ddff01ca
Update docs/README-sv.md
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-03-09 10:13:43 +00:00
JYC333
015c1161d4
Update docs/README-sv.md
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-03-09 10:11:43 +00:00
Robert Magnusson
ca0c6076c5
Translated using Weblate (Swedish)
...
Currently translated at 5.4% (21 of 387 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/sv/
2026-03-09 05:47:59 +00:00
Robert Magnusson
80a02f88be
Translated using Weblate (Swedish)
...
Currently translated at 1.3% (22 of 1676 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/sv/
2026-03-09 05:47:58 +00:00
Robert Magnusson
430833bedb
Translated using Weblate (Swedish)
...
Currently translated at 13.2% (21 of 158 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/sv/
2026-03-09 05:47:57 +00:00
Hosted Weblate
dc80d83964
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2026-03-09 05:47:56 +00:00
Elian Doran
5f7ade45f4
fix(deps): update dependency katex to v0.16.38 ( #8969 )
2026-03-09 07:47:35 +02:00
Elian Doran
8b36a7ab1e
Spreadsheet experiment v0.5 ( #8966 )
2026-03-09 07:47:08 +02:00
Elian Doran
fd18276693
fix(deps): update dependency @preact/signals to v2.8.2 ( #8968 )
2026-03-09 07:46:47 +02:00
Elian Doran
0becfc16ba
chore(deps): update pnpm to v10.31.0 ( #8971 )
2026-03-09 07:46:02 +02:00
renovate[bot]
d480d1f6ba
chore(deps): update pnpm to v10.31.0
2026-03-09 01:36:51 +00:00
renovate[bot]
f5c9a71ba0
fix(deps): update dependency katex to v0.16.38
2026-03-09 01:35:41 +00:00
renovate[bot]
c177a8a464
fix(deps): update dependency @preact/signals to v2.8.2
2026-03-09 01:34:42 +00:00
Elian Doran
c826564c9e
chore(spreadsheet): address requested changes
2026-03-08 23:25:47 +02:00
Elian Doran
ccb13fa6b9
fix(commons): typecheck
2026-03-08 23:19:23 +02:00
Elian Doran
69e374138f
fix(spreadsheet): missing some CSS imports
2026-03-08 23:07:48 +02:00