feat: add SVG Tools to Toolbox 0.10.0

This commit is contained in:
2026-08-02 16:36:22 +02:00
parent 55b2b12434
commit 5ed7134d42
20 changed files with 160 additions and 46 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
# Corresponding source
The source code corresponding to add·ideas Toolbox Portal 0.2.11 is available at:
The source code corresponding to add·ideas Toolbox Portal 0.2.12 is available at:
https://git.add-ideas.de/lotobo/toolbox-portal/src/tag/v0.9.3
https://git.add-ideas.de/lotobo/toolbox-portal/src/tag/v0.10.0
Each bundled application contains its own `SOURCE.md`, license, and third-party
license materials. The application sources are also linked from the portal.
+4
View File
@@ -28,6 +28,10 @@
{
"manifest": "./apps/regex/toolbox-app.json",
"enabled": true
},
{
"manifest": "./apps/svg/toolbox-app.json",
"enabled": true
}
]
}