Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
replugged.asar | 2024-11-21 | 1.7 MB | |
README.md | 2024-11-21 | 2.6 kB | |
v4.8.3 source code.tar.gz | 2024-11-21 | 633.0 kB | |
v4.8.3 source code.zip | 2024-11-21 | 752.7 kB | |
Totals: 4 Items | 3.1 MB | 0 |
What's Changed
🌟 Highlights
- Fixed the app crashing after Discord switched to their new i18n system: (3f1c9a743b3fc03bf0dd0558a607c2e2a7d3b124) (by @fedeericodl in https://github.com/replugged-org/replugged/pull/654)
- Refactored Replugged’s i18n system to align with
discord-intl
, utilizing new esbuild-compatible tools to load and transform i18n messages. Added a types generator for accurate i18n string typing. - Added support for the
es-419
language (Español, LATAM) and corrected the NaN value in the language user settings. - Refactored major portions of the Context Menu API (coremod) for improved readability and reduced type casting: (66f42161d0b3fa8a229b41190e6e68b75142b575) (by @fedeericodl in https://github.com/replugged-org/replugged/pull/651)
- Fixed the app crashing when using
useState
React hook on menu items (e.g.MenuCheckboxItem
). - Added support for dynamic
sectionId
andindexInSection
values in menu items, allowing functions to determine their values based on the menu's props. - Updated menu component types to align with the latest app build.
🐞 Bug Fixes
- Fixed an issue with toasts not being displayed in case an addon fails to enable or disable, due to missing strings or non existent variables (44bbe588017b9cbcdca7cc9fbde88f70028510c8) (by @fedeericodl in https://github.com/replugged-org/replugged/pull/654)
- Fixed an issue with the watching mode of an addon which would've showed both success and failed toasts in case the reload failed (d92bf842e1ae109921a131d3e4a983bb6d147b45) (by @fedeericodl in https://github.com/replugged-org/replugged/pull/654)
- Fixed an issue with the utility function
virtualMerge
to properly handle prototype objects when using the.all()
method, and filter out common Store keys (initialize
andconstructor
) (5afc5871276e0eb52e5bed1ebba5c90d3241e5fa) (by @yofukashino in https://github.com/replugged-org/replugged/pull/641) - Fixed an issue after a Discord app update on Linux (1df773738e8c72e14efc0f9e6eb3a80952af7d18) (by @yofukashino in https://github.com/replugged-org/replugged/pull/650)
📰 Other Changes
- Removed
node-fetch
and@octokit/rest
dependencies, reducing the size of the built main.js by ~60% (~650kb to ~250kb) (8f0257386710fad445cda43372084d79b48bcc8a) (by @fedeericodl in https://github.com/replugged-org/replugged/pull/654) - Dependencies updates (d92bf842e1ae109921a131d3e4a983bb6d147b45) (by @fedeericodl in https://github.com/replugged-org/replugged/pull/654)
Full Changelog: https://github.com/replugged-org/replugged/compare/v4.8.2...v4.8.3