Note
This is a hotfix patch for WebCordv4.4.2
, with only a few changes and fixes for bugs I found after I've published WebCordv4.4.2
. Seev4.4.2
release logs for more details about the recent changes.
πΊοΈ Localization changes (#468)
- Update π·πΊ Russian localization files by @thejenja.
- Update πͺπΈ Spanish localization files by @gallegonovato.
- Update π¦πͺ Arabic localization files by @Ali-x98.
- Initial translation to π³π± Dutch by @Jasper1467.
π§Ή Maintenance changes
- Multiple fixes to
WinStateKeeper
logic, so it now logs values that are stored in-memory and uses them when modifying the object. - Revert module resolution mechanism back to CommonJS-only (from
Node16
), dropping entirely support for EcmaScript Modules in code ( Electron's partial implementation of ESM module resolution and loading is way more incomplete than I originally thought). This resolves #473.
Full Changelog: v4.4.2...v4.4.3