diff --git a/.vscode/launch.json b/.vscode/launch.json index 360f2e3c..112e9c56 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,15 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + "type": "firefox", + "request": "launch", + "reAttach": true, + "name": "Launch Firefox against localhost", + "url": "http://localhost:4200", + "webRoot": "${workspaceFolder}", + "profile": "default" + }, { "type": "chrome", "request": "launch", diff --git a/README.md b/README.md index 9e72cc17..862793f4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -![KahlaLogo](./src/assets/144x144.png) +
# Kahla @@ -6,11 +8,14 @@ Welcome to Kahla. Kahla is a cross-platform business messaging app. Kahla also achieved one target to use one copy of code and target all platforms. - ++ +
Try it here: [web.kahla.app](https://web.kahla.app) -Or + + Kahla currently targets Windows, Linux, macOS, Android, and iOS. diff --git a/package-lock.json b/package-lock.json index 32f065bc..4003e80c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "kahla", - "version": "3.8.1", + "version": "3.8.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -6099,9 +6099,9 @@ "dev": true }, "https-proxy-agent": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.2.tgz", - "integrity": "sha512-c8Ndjc9Bkpfx/vCJueCPy0jlP4ccCCSNDp8xwCZzPjKJUm+B+u9WX2x98Qx4n1PiMNTWo3D7KK5ifNV/yJyRzg==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.3.tgz", + "integrity": "sha512-Ytgnz23gm2DVftnzqRRz2dOXZbGd2uiajSw/95bPp6v53zPRspQjLm/AfBgqbJ2qfeRXWIOMVLpp86+/5yX39Q==", "dev": true, "requires": { "agent-base": "^4.3.0", diff --git a/package.json b/package.json index de8f5c0a..54b50ddc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kahla", - "version": "3.8.1", + "version": "3.8.2", "description": "Kahla is a cross-platform business messaging app.", "author": "Aiursoft