SOCDOF v20.2.0
Pre-release
Pre-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
SocdofLogocomponent to render the high-resolution brand asset dynamically in the Start Menu button, header banners, and dialogs with graceful fallback.
- Integrated official brand icon assets from
- Windows Executable (.exe) Icon Configuration:
- Updated
electron-builder.jsonto assignpublic/socdof_icon.icodirectly 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.icoicon when running on Windows platforms and.pngon cross-platform shells.
- Updated
- PWA & Browser Favicon Alignment:
- Attached official icons to
public/socdof_icon.svg,public/socdof_icon.png,public/socdof_icon.ico, andpublic/favicon.svgfor crisp rendering across all screen densities.
- Attached official icons to