chore(release): prepare for v0.99.4
Checks / main (push) Failing after 2s
/ Check Docker build (Dockerfile) (push) Failing after 36s
/ Check Docker build (Dockerfile.alpine) (push) Failing after 32s
/ 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 / Make Electron (arm64, map[forge_platform:linux image:ubuntu-22.04 name:linux shell:bash]) (push) Failing after 41s
Release / Make Electron (x64, map[forge_platform:linux image:ubuntu-22.04 name:linux shell:bash]) (push) Failing after 43s
Release / Build Linux Server (x64, ubuntu-22.04) (push) Failing after 29s
Release / Make Electron (arm64, map[forge_platform:darwin image:macos-latest name:macos shell:bash]) (push) Has been cancelled
Release / Make Electron (arm64, map[forge_platform:linux image:ubuntu-24.04-arm name:linux shell:bash]) (push) Has been cancelled
Release / Make Electron (arm64, map[forge_platform:win32 image:win-signing name:windows shell:cmd]) (push) Has been cancelled
Release / Make Electron (x64, map[forge_platform:darwin image:macos-latest name:macos shell:bash]) (push) Has been cancelled
Release / Make Electron (x64, map[forge_platform:win32 image:win-signing name:windows shell:cmd]) (push) Has been cancelled
Release / Build Linux Server (arm64, ubuntu-24.04-arm) (push) Has been cancelled
Release / Publish release (push) Has been cancelled

This commit is contained in:
Elian Doran
2025-11-09 21:29:21 +02:00
parent b9b5c13d9c
commit 06eb30c69d
12 changed files with 565 additions and 464 deletions
+6 -6
View File
@@ -600,14 +600,14 @@
{
"type": "relation",
"name": "internalLink",
"value": "VIcWnKGs0sMh",
"value": "UvXpeSqfYc6d",
"isInheritable": false,
"position": 10
},
{
"type": "relation",
"name": "internalLink",
"value": "UvXpeSqfYc6d",
"value": "VIcWnKGs0sMh",
"isInheritable": false,
"position": 20
},
@@ -743,14 +743,14 @@
{
"type": "relation",
"name": "internalLink",
"value": "VIcWnKGs0sMh",
"value": "UvXpeSqfYc6d",
"isInheritable": false,
"position": 20
},
{
"type": "relation",
"name": "internalLink",
"value": "UvXpeSqfYc6d",
"value": "VIcWnKGs0sMh",
"isInheritable": false,
"position": 30
},
@@ -1053,14 +1053,14 @@
{
"type": "relation",
"name": "internalLink",
"value": "mXFYlhuEr1mZ",
"value": "T2W7WCZrYZBU",
"isInheritable": false,
"position": 10
},
{
"type": "relation",
"name": "internalLink",
"value": "T2W7WCZrYZBU",
"value": "mXFYlhuEr1mZ",
"isInheritable": false,
"position": 20
},
+1 -1
View File
@@ -1,5 +1,5 @@
# Documentation
There are multiple types of documentation for Trilium:<img class="image-style-align-right" src="api/images/cWbjcMrvgaUn/Documentation_image.png" width="205" height="162">
There are multiple types of documentation for Trilium:<img class="image-style-align-right" src="api/images/gfKmFoylIJve/Documentation_image.png" width="205" height="162">
* The _User Guide_ represents the user-facing documentation. This documentation can be browsed by users directly from within Trilium, by pressing <kbd>F1</kbd>.
* The _Developer's Guide_ represents a set of Markdown documents that present the internals of Trilium, for developers.