Releases: 3iiik/Forca
Releases · 3iiik/Forca
Release list
v2.2.1
v2.2.1: Polish release & Discord announcement upgrade New: - First-close tray education modal with 'Don't show again' preference - Extension popup first-run guidance message - Discord announcement system: auto changelog categorization, branded embed template, mention logic (patch/minor/major) - RELEASE_AUTOMATION_REPORT.md & V2_2_1_POLISH_REPORT.md Fixed: - Window close-to-tray now shows educational dialog on first use - Improved extension idle state messaging Refactored: - .github/workflows/discord-release.yml: full git history, Node.js changelog generation, structured embed payload
v2.2.0
v2.2.0 — stability, performance & UX overhaul
Connection reliability:
- WebSocket heartbeat (30s ping/pong) detects dead connections
- Exponential reconnect backoff (2s → 30s max), never gives up permanently
- Removed duplicate retry mechanism (startInitRetryWatchdog)
- connect() now closes stale WebSocket before creating new one
Memory & listener management:
- Fixed uncancellable setTimeout after meeting ends (cleared in before-quit)
- Removed duplicate autoUpdater listeners (fixes duplicate events to renderer)
- Blocked page polling interval stops when zone ends
- Added .astro/ to .gitignore
Tray experience:
- Wired minimizeToTray setting (previously dead setting)
Extension UI:
- Removed broken settings button (was triggering reconnect)
- Synced all changes across chrome-release and firefox-release copies
Branding:
- Updated docs/index.html from purple (#6366f1/#a855f7) to green (#1D9E75/#059669)
Version: 2.2.0
Reports: PROJECT_HEALTH_REPORT.md, PERFORMANCE_REPORT.md,
SECURITY_AUDIT.md, MEMORY_AUDIT.md,
VERSION_AUDIT_REPORT.md, UX_REVIEW.md
v2.1.2
v2.1.1
v2.1.1 — Windows download fix, branding consolidation, icon regeneration - Fix Windows download matcher to always return Setup (not Portable) - Bump version to 2.1.1 across package.json, extension manifests - Canonical branding in assets/branding/, icons regenerated from SVG source
v2.1.0
v2.0.0
v2-prebuild
fix: normalize git tags to valid SemVer format for electron-builder c…
v2.0.0 Prerelease
v2.0.0-prerelease Forca V2.0.0 Prerelease - Firefox store ready, Chromium paused, UI an…