RoPlus - Roblox, Supercharged version history - 2 versions
RoPlus - Roblox, Supercharged by RoPlus
RoPlus - Roblox, Supercharged version history - 2 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 0.7.8
Released Mar 13, 2026 - 2.84 MBWorks with firefox 113.0 and laterAdded
- Hide Terminated Friends - automatically hides deleted/terminated accounts from the friends carousel on profile pages (on by default, toggleable in Profile Page settings)
- Games now appear above players in Quick Search results
- "Hide Standout Games" toggle - hide the curated Standout Games section from the home page (works at both API and DOM level)
- New toggles for previously always-on features: Random Server Button, Rejoin Button, Playtime Display, Updates History, Badge Enhancer, Private Servers Toggle (Game Page)
- Sidebar link customizer - add, remove, and reorder Stats/Themes/Sandbox links in the left sidebar (Navigation settings, supports both old and new sidebar)
- Pinnable settings - pin up to 6 boolean toggles from the options page into the popup for quick access
- Pin icon appears on hover next to any toggle in the options page; pinned settings persist locally
- Popup pinned grid: full-width toggle rows that update settings instantly
Fixed
- Playtime data being permanently wiped on logout or account switch - user data is now stored per-account and never deleted automatically
- Active game sessions not being finalized before account switch, causing in-progress playtime to be lost
- Catalog hover preview: single click now navigates to item (was requiring double-click); scroll-zoom no longer hides the preview; right-click panning works reliably
- Catalog hover preview not showing accessory items when user already has 10 accessories equipped - now evicts the last base accessory to make roomSource code released under All Rights Reserved
Older versions
Version 0.7.5
Released Feb 17, 2026 - 2.81 MBWorks with firefox 113.0 and laterChanged
- Clean-room rewrite of entire avatar rendering system (14 files, ~9,500 lines) from public specifications
- BinaryReader: rewrote as DataView wrapper with camelCase API and bounds checking
- RbxmParser: replaced monolithic switch with Map-based decoder registry
- MeshParser: extracted shared helpers per format era (text, binary, chunked)
- AnimationParser: Shepperd's method for quaternion conversion, named lookup tables
- DracoParser: class-based EntropyDecoder/BitAccumulator architecture
- Animator: flat easing function registry, typed PlaybackState interface
- AssetCache: generic LRU cache with TTL eviction and in-flight deduplication
- AvatarAsset: Map-based dispatch table for asset type handlers
- Avatar: renamed all internal methods and fields, section-based code organization
- RigBuilder: SkeletonCache class with factory functions and hardcoded fallback skeletons
- Composites: removed legacy dirty flag naming
- avatarConstants/avatarScaleConstants: reorganized exports and added utility functionsSource code released under All Rights Reserved