Skip to content

Commit

Permalink
Merge branch 'release/v3.1.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Dec 17, 2023
2 parents 904e5df + b6eba21 commit 3321755
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ www
yarn-error.log
production
data
_archive
_archive
upload-free.sh
scripts/add-plausible.tsx
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"prettier.enable": false,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"i18n-ally.localesPaths": [
"locales",
Expand Down
2 changes: 2 additions & 0 deletions README-de.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Brie.fi/ng

**Sicherer direkter Video-Gruppenchat**

> Wähle deine Sprache: [en](README.md) | [de](README-de.md)
<img src="public/sample.jpg" height="200" align="right" style="padding-left: 2rem;"> 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.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Brie.fi/ng

**Secure direct video group chat**

> Choose your language: [en](README.md) | [de](README-de.md)
<img src="public/sample.jpg" height="200" align="right" style="padding-left: 2rem;"> 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.
Expand Down
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
</style>

<script type="module" src="/briefing-config.js"></script>
<script defer data-domain="brie.fi" src="https://data.holtwick.de/js/plausible.js"></script>

<link rel="manifest" href="manifest.json">
</head>

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "briefing",
"version": "3.1.9",
"version": "3.1.10",
"private": true,
"description": "Secure direct video chat",
"repository": {
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 3321755

Please sign in to comment.