| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| replugged.asar | 2026-04-13 | 1.7 MB | |
| README.md | 2026-04-13 | 2.1 kB | |
| v4.11.3 source code.tar.gz | 2026-04-13 | 626.3 kB | |
| v4.11.3 source code.zip | 2026-04-13 | 749.0 kB | |
| Totals: 4 Items | 3.1 MB | 0 | |
What's Changed
✨ Enhancements
- Added support for theme presets on the splash screen; the manifest format has been updated to support this (74a42644651ce8aba9d52e831fcb3bb6e6ad2b15) (by @yofukashino in https://github.com/replugged-org/replugged/pull/757)
🐞 Bug Fixes
- Fixed a bug where errors in GitHub addon releases would cause the "Check for Updates" button to hang indefinitely (dc46c43c4c1f1c229fe5142c8facf0a1495ea02d) (by @fedeericodl)
- Fixed the
/listslash command to correctly display disabled themes alongside active ones (a2421ba17349f2cca13d7419c0057a505c82548a) (by @fedeericodl) - Fixed edge cases in the "smart" injector to prevent unhandled errors (f02cba583c303ea0ad2e4776b6dc449611441891) (by @fedeericodl)
- Fixed an issue where the a failed injection would give a runtime error due to importing a not initialized constant; also updated Node.js requirements during the env check (66f7f0eed27ab9becf0a65809d475349ba91f85b) (by @fedeericodl)
- Fixed the release script to ensure all spaces in addon names are correctly replaced with underscores (a309bc0b728f2c4310909cadc8a90f490cb50c92) (by @fedeericodl)
- Fixed an issue in the monorepo script where addon folder filtering was not being applied correctly (6a29e23f16ededb3ce0627987947acb379c9c3d5) (by @fedeericodl)
- Fixed the mod settings not being shown; migrated all settings to the v2 format using setting builders functions (a157d9fe2be5256313cb8de22de0eebca9ac3dac) (by @fedeericodl)
- Fixed an issue with the plaintext patches of the title bar coremod being applied to wrong modules (d3ebd9bcb14a87394a92999c4c572504dc6ad73e) (by @fedeericodl)
📰 Other Changes
- Rewritten the
Loggerclass documentation; added aLogger.manager()static method for better logging consistency within internal managers (ab888127fe41dad757b0ca67b1a4c7ca85f9d3d6) (by @fedeericodl) - Dependencies updates (5eb2403947ea9fdd19a3d1cd27da25f881bffc55) (by @fedeericodl)
Full Changelog: https://github.com/replugged-org/replugged/compare/v4.11.2...v4.11.3