diff --git a/.gitignore b/.gitignore index 4bf284a..e580a6f 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,6 @@ www yarn-error.log production data -_archive \ No newline at end of file +_archive +upload-free.sh +scripts/add-plausible.tsx diff --git a/.vscode/settings.json b/.vscode/settings.json index 85ea511..bfa9c4d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,7 +2,7 @@ "prettier.enable": false, "editor.formatOnSave": false, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "i18n-ally.localesPaths": [ "locales", diff --git a/README-de.md b/README-de.md index fecd5d4..4f6a792 100644 --- a/README-de.md +++ b/README-de.md @@ -1,5 +1,7 @@ # Brie.fi/ng +**Sicherer direkter Video-Gruppenchat** + > Wähle deine Sprache: [en](README.md) | [de](README-de.md) Der Datenschutz ist die zentrale Idee hinter diesem Projekt. Es werden ausschließlich offene Technologien (wie [WebRTC](https://webrtc-security.github.io/)) verwendet, die in allen modernen Browsern funktionieren. Somit ist keine Installation von zusätzlicher Software notwendig und der Ansatz bleibt zukunftssicher. diff --git a/README.md b/README.md index 5dfc582..ac10bd8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Brie.fi/ng +**Secure direct video group chat** + > Choose your language: [en](README.md) | [de](README-de.md) Privacy is the central idea behind this project. Only open technologies (such as [WebRTC](https://webrtc-security.github.io/)) are used, which work with all modern browsers. Thus, no installation of additional software is required, and the approach remains future-proof. diff --git a/index.html b/index.html index e720ca5..51940fa 100644 --- a/index.html +++ b/index.html @@ -34,8 +34,6 @@ - - diff --git a/package.json b/package.json index e9cbc96..a6631fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "briefing", - "version": "3.1.9", + "version": "3.1.10", "private": true, "description": "Secure direct video chat", "repository": { @@ -61,7 +61,8 @@ "typescript": "^5.1.6", "vite": "^4.4.7", "vitest": "^0.33.0", - "vue-tsc": "^1.8.6" + "vue-tsc": "^1.8.6", + "zeed-dom": "^0.12.5" }, "engines": { "node": ">=18.0.0"