Skip to content

Commit 85d9007

Browse files
committed
Update v4.2.12
1 parent 7902359 commit 85d9007

File tree

14 files changed

+24
-24
lines changed

14 files changed

+24
-24
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SecureBit.chat v4.02.985 - ECDH + DTLS + SAS
1+
# SecureBit.chat v4.2.12 - ECDH + DTLS + SAS
22

33
<div align="center">
44

dist/app-boot.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14148,7 +14148,7 @@ Right-click or Ctrl+click to disconnect`,
1414814148
React.createElement("p", {
1414914149
key: "subtitle",
1415014150
className: "text-xs sm:text-sm text-muted hidden sm:block"
14151-
}, "End-to-end freedom v4.02.985")
14151+
}, "End-to-end freedom v4.2.12")
1415214152
])
1415314153
]),
1415414154
// Status and Controls - Responsive
@@ -14273,7 +14273,7 @@ window.EnhancedMinimalHeader = EnhancedMinimalHeader;
1427314273
var DownloadApps = () => {
1427414274
const apps = [
1427514275
{ id: "web", name: "Web App", subtitle: "Browser Version", icon: "fas fa-globe", platform: "Web", isActive: true, url: "https://securebitchat.github.io/securebit-chat/", color: "green" },
14276-
{ id: "windows", name: "Windows", subtitle: "Desktop App", icon: "fab fa-windows", platform: "Desktop", isActive: false, url: "#", color: "blue" },
14276+
{ id: "windows", name: "Windows", subtitle: "Desktop App", icon: "fab fa-windows", platform: "Desktop", isActive: true, url: "https://securebit.chat/download/windows/SecureBit%20Chat%20Setup%204.1.222.exe", color: "blue" },
1427714277
{ id: "macos", name: "macOS", subtitle: "Desktop App", icon: "fab fa-apple", platform: "Desktop", isActive: false, url: "#", color: "gray" },
1427814278
{ id: "linux", name: "Linux", subtitle: "Desktop App", icon: "fab fa-linux", platform: "Desktop", isActive: false, url: "#", color: "orange" },
1427914279
{ id: "ios", name: "iOS", subtitle: "iPhone & iPad", icon: "fab fa-apple", platform: "Mobile", isActive: false, url: "https://apps.apple.com/app/securebit-chat/", color: "blue" },

dist/app-boot.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/app.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/app.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373

7474
<!-- GitHub Pages SEO -->
75-
<meta name="description" content="SecureBit.chat v4.02.985 — P2P messenger with ECDH + DTLS + SAS security and 18-layer military-grade cryptography">
75+
<meta name="description" content="SecureBit.chat v4.2.12 — P2P messenger with ECDH + DTLS + SAS security and 18-layer military-grade cryptography">
7676
<meta name="keywords" content="P2P messenger, ECDH, DTLS, SAS, encryption, WebRTC, privacy, ASN.1 validation, military-grade security, 18-layer defense, MITM protection, PFS">
7777
<meta name="author" content="Volodymyr">
7878
<link rel="canonical" href="https://github.com/SecureBitChat/securebit-chat/">

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "SecureBit.chat v4.02.985 - ECDH + DTLS + SAS",
2+
"name": "SecureBit.chat v4.2.12 - ECDH + DTLS + SAS",
33
"short_name": "SecureBit",
44
"description": "P2P messenger with ECDH + DTLS + SAS security, military-grade cryptography and Lightning Network payments",
55
"start_url": "./",

public.zip

-28.9 MB
Binary file not shown.

src/app.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@
532532
<div className="mt-8 text-center">
533533
<div className="inline-flex items-center px-6 py-3 bg-gray-800/50 border border-gray-600/30 rounded-xl">
534534
<span className="text-orange-400 mr-2">🚀</span>
535-
<span className="text-gray-300 text-sm">Enhanced Security Edition v4.02.985 - ECDH + DTLS + SAS - </span>
535+
<span className="text-gray-300 text-sm">Enhanced Security Edition v4.2.12 - ECDH + DTLS + SAS - </span>
536536
<span className="text-orange-400 font-semibold text-sm">Active Production Release</span>
537537
<span className="text-gray-400 text-sm ml-2"> | Next: v5.0 Post-Quantum</span>
538538
</div>
@@ -619,7 +619,7 @@
619619

620620
// current and future phases
621621
{
622-
version: "v4.02.985",
622+
version: "v4.2.12",
623623
title: "Enhanced Security Edition",
624624
status: "current",
625625
date: "Now",
@@ -2937,7 +2937,7 @@
29372937
handleVerificationStateChange
29382938
);
29392939

2940-
handleMessage('🚀 SecureBit.chat Enhanced Security Edition v4.02.985 - ECDH + DTLS + SAS initialized. Ready to establish a secure connection with ECDH key exchange, DTLS fingerprint verification, and SAS authentication to prevent MITM attacks.', 'system');
2940+
handleMessage('🚀 SecureBit.chat Enhanced Security Edition v4.2.12 - ECDH + DTLS + SAS initialized. Ready to establish a secure connection with ECDH key exchange, DTLS fingerprint verification, and SAS authentication to prevent MITM attacks.', 'system');
29412941

29422942
const handleBeforeUnload = (event) => {
29432943
if (event.type === 'beforeunload' && !isTabSwitching) {

src/components/ui/DownloadApps.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const DownloadApps = () => {
22
const apps = [
33
{ id: 'web', name: 'Web App', subtitle: 'Browser Version', icon: 'fas fa-globe', platform: 'Web', isActive: true, url: 'https://securebitchat.github.io/securebit-chat/', color: 'green' },
4-
{ id: 'windows', name: 'Windows', subtitle: 'Desktop App', icon: 'fab fa-windows', platform: 'Desktop', isActive: false, url: '#', color: 'blue' },
4+
{ id: 'windows', name: 'Windows', subtitle: 'Desktop App', icon: 'fab fa-windows', platform: 'Desktop', isActive: true, url: 'https://securebit.chat/download/windows/SecureBit%20Chat%20Setup%204.1.222.exe', color: 'blue' },
55
{ id: 'macos', name: 'macOS', subtitle: 'Desktop App', icon: 'fab fa-apple', platform: 'Desktop', isActive: false, url: '#', color: 'gray' },
66
{ id: 'linux', name: 'Linux', subtitle: 'Desktop App', icon: 'fab fa-linux', platform: 'Desktop', isActive: false, url: '#', color: 'orange' },
77
{ id: 'ios', name: 'iOS', subtitle: 'iPhone & iPad', icon: 'fab fa-apple', platform: 'Mobile', isActive: false, url: 'https://apps.apple.com/app/securebit-chat/', color: 'blue' },

0 commit comments

Comments
 (0)