Skip to content

SOCDOF v20.2.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Aug 08:32
· 15 commits to main since this release

Version v20.2.0 (2026-08-26)

1. Custom Brand Icon Assets Integration (.ico, .png, .svg)

  • Authentic Brand Icon Integration:
    • Integrated official brand icon assets from src/assets/ (socdof_icon.ico, socdof_icon.png, socdof_icon.svg) across the entire application workspace.
    • Updated SocdofLogo component to render the high-resolution brand asset dynamically in the Start Menu button, header banners, and dialogs with graceful fallback.
  • Windows Executable (.exe) Icon Configuration:
    • Updated electron-builder.json to assign public/socdof_icon.ico directly to Windows installer and binary build targets (win.icon: "public/socdof_icon.ico").
    • Updated Electron runtime window initialization (electron/main.cjs) to load the native .ico icon when running on Windows platforms and .png on cross-platform shells.
  • PWA & Browser Favicon Alignment:
    • Attached official icons to public/socdof_icon.svg, public/socdof_icon.png, public/socdof_icon.ico, and public/favicon.svg for crisp rendering across all screen densities.