v4.4.3
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: 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