From 7e6c527fcf10fc1be511d45277deefd7f1a2690b Mon Sep 17 00:00:00 2001 From: Dirk Holtwick Date: Sat, 16 Dec 2023 17:40:44 +0100 Subject: [PATCH 1/3] fix: Purpose of software #147 --- .vscode/settings.json | 2 +- README-de.md | 2 ++ README.md | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) 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. From 0aeb69a310b7146a299f8ed42095dcde8d6ea5c6 Mon Sep 17 00:00:00 2001 From: Dirk Holtwick Date: Sat, 16 Dec 2023 20:23:31 +0100 Subject: [PATCH 2/3] fix: reference to plausible --- .gitignore | 4 +++- index.html | 2 -- package.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) 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/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..4c3c481 100644 --- a/package.json +++ b/package.json @@ -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" From b6eba219224ec179dbed19553302f1181ff479c3 Mon Sep 17 00:00:00 2001 From: Dirk Holtwick Date: Sun, 17 Dec 2023 20:29:45 +0100 Subject: [PATCH 3/3] 3.1.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c3c481..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": {