Release Git Tools 0.2.0
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-02 09:45:57 +02:00
parent ed0acbf8c8
commit 320e7212ef
25 changed files with 1453 additions and 76 deletions
+18 -2
View File
@@ -3,7 +3,7 @@
"schemaVersion": 1,
"id": "de.add-ideas.git-tools",
"name": "Git Tools",
"version": "0.1.0",
"version": "0.2.0",
"description": "Inspect and author Git interchange formats locally in the browser.",
"entry": "./",
"icon": "./favicon.svg",
@@ -29,9 +29,25 @@
"crossOriginIsolated": false,
"topLevelContext": false
},
"io": {
"accepts": [
{ "mediaType": "text/x-diff", "extensions": [".diff", ".patch"] },
{
"mediaType": "text/plain",
"extensions": [".gitignore", ".gitattributes", ".txt"]
},
{ "mediaType": "application/json", "extensions": [".json"] }
],
"produces": [
{ "mediaType": "text/x-diff", "extensions": [".patch"] },
{ "mediaType": "application/json", "extensions": [".json"] },
{ "mediaType": "application/zip", "extensions": [".zip"] }
]
},
"capabilities": { "required": [], "optional": [] },
"privacy": {
"processing": "local",
"fileUploads": true,
"fileUploads": false,
"telemetry": false,
"label": "Inputs stay in this browser; nothing is uploaded."
},