docs: Update README to v4.7.53 with Desktop Edition and roadmap updates

- Update version to v4.7.53
- Add Desktop Edition documentation (Windows, macOS, Linux)
- Update roadmap with all versions and dates
- Add mobile apps information (Q1 2026)
- Expand security and development sections
- Update URLs to securebit.chat domain
This commit is contained in:
lockbitchat
2025-12-28 20:28:22 -04:00
parent 968fff9c61
commit ee635da66f
15 changed files with 621 additions and 107 deletions

8
sw.js
View File

@@ -1,9 +1,9 @@
// SecureBit.chat Service Worker
// Conservative PWA Edition v4.5.22 - Minimal Caching Strategy
// Conservative PWA Edition v4.7.53 - Minimal Caching Strategy
const CACHE_NAME = 'securebit-pwa-v4.5.22';
const STATIC_CACHE = 'securebit-pwa-static-v4.5.22';
const DYNAMIC_CACHE = 'securebit-pwa-dynamic-v4.5.22';
const CACHE_NAME = 'securebit-pwa-v4.7.53';
const STATIC_CACHE = 'securebit-pwa-static-v4.7.53';
const DYNAMIC_CACHE = 'securebit-pwa-dynamic-v4.7.53';
// Essential files for PWA offline functionality
const STATIC_ASSETS = [