Releases: Epix-Incorporated/Adonis
Releases · Epix-Incorporated/Adonis
Version 260
Version 260 The Zaffre Update
What's Changed
- Fix for :invisible command's BillboardGui invisibility function by @wilsontulus in #1538
- Fix issue with escape character selectors by @fxeP1 in #1539
- Add subscription rank filter by @supercoolspy in #1541
- Update to :bans by @WalkerOfBacon in #1542
- Blocked studio only prefix related settings by @sqikerz in #1546
- :resetstats also resetting leaderstats that are strings by @WalkerOfBacon in #1548
- whoops by @Hedreon in #1547
- Add missing 'by' term in both settings files by @Hedreon in #1543
- Convert .lua files to use .luau by @Dimenpsyonal in #1550
- Rename lua to luau by @Dimenpsyonal in #1552
- Dimenpsyonal patch 1 by @Dimenpsyonal in #1553
- Use humans.txt + IsStudio for simple HttpEnabled check by @wilsontulus in #1557
- Whitelist RBLX VR Controls Scheme from CoreGui Images Check by @wilsontulus in #1558
- Made Remote.MakeLocal parent to PlayerGui instead of Player by @EasternBloxxer in #1559
- ipairs iteration for arrays by @ocelot81 in #1562
- MADE MORE LISTS SELECTABLE by @EasternBloxxer in #1566
- Removed CustomChat by @EasternBloxxer in #1570
New Contributors
Full Changelog: v259...v260
Version 259
Version 259 The Yellow Update
Pull Requests
- Fix Unity theme's List RichText by @sqikerz in #1533
- :freecam now has a controller keybind (DPadLeft) by @sqikerz in #1531
- Fix Console UI unfocusing on click in certain themes by @sqikerz in #1534
- Add not-zipcode 🇬🇧 🇬🇧 by @Dimenpsyonal in #1530
- Protect metamethod detectors by @ccuser44 in #1520
- Implement IP cache on serverdetails (Location) by @fxeP1 in #1535
- revert httpenabled by @ocelot81 in #1536
Full Changelog: v258...v259
Version 258
Version 258 The Xanthous Update
Changelog
- Changelog now supports richtext, is nicely formatted
- Removed Herobrine
Pull Requests
- Plugin clean-up by @ocelot81 in #1490
- Fix invalid lookahead buffer handling by @ccuser44 in #1496
- Removing TripDet by @ocelot81 in #1499
- removing \n from kick messages by @ocelot81 in #1501
- Addition of HiddenThemes setting by @fxeP1 in #1502
- Enhance user ID integration and fix command info display issues by @NotKeira in #1503
- Update ServerDetails IP API by @fxeP1 in #1508
- Fix floating points and revert default duration to notification UI by @DrewBokman in #1509
- Remove cPcall by @ccuser44 in #1507
- Backup method for loader in case requireid fails by @ccuser44 in #1511
- Re-add Epix Agents by @ccuser44 in #1506
- Fix for :undance (:uneffect alias) not stopping dance animation by @sqikerz in #1512
- HttpEnabled view by @ocelot81 in #1514
- Fixed LocalScriptBase.client.lua erroring when ran before Adonis has been loaded on client. by @cl1ents in #1516
- Fix editorconfig for all files by @ccuser44 in #1517
- Fix !wat inconsistently running due to inaccessible sounds by @sqikerz in #1518
- Fix for :freecam locking mouse in the center of the screen due to shift-lock activation by @sqikerz in #1519
- :freecam now consistently gives out toggle instructions by @sqikerz in #1524
- Singer localscript changes by @ocelot81 in #1525
- Fixed :unfreecam breaking player's camera when they had it toggled off (and added mandatory feedback when run) by @sqikerz in #1527
- Ootimie server changelog conversion by @ccuser44 in #1528
New Contributors
- @NotKeira made their first contribution in #1503
- @sqikerz made their first contribution in #1512
- @cl1ents made their first contribution in #1516
Full Changelog: v257...v258
Version 257
Version 257 The Wisteria Update
Changelog
- Updated dependencies
- Code quality improvements
- Updated FiOne
- Fixed error with SoftShutdown process
- Added
SilentStartup
setting to loader. Will mute non-errors for startup - Plugin commands no longer have to be cached manually
- Loadstring now uses proto conversion
- Added Unix-like pipe IO support
- Use buffer for deserialisation instead of string
- Added CanvasGroup to :viewgui
- Fixed duration time in Functions
- Added LuaU global import optimisation to loadstring
- Uncapitalised command aliases for ShowTrelloBanList
- Removed hyperion debug info
- Optimised string library functions
- Added MatIcon to :place notification
- Added plazaconnect as command for to :grplaza
Pull Requests
- Code quality improvements by @ccuser44 in #1469
- Update FiOne and use JIT for it by @ccuser44 in #1470
- Fix error with SoftShutdown process by @fxeP1 in #1476
- Dont have plugins to have to cache commands themselves by @ccuser44 in #1481
- Make loadstring use proto conversion by @ccuser44 in #1472
- Add Unix-like pipe IO support by @ccuser44 in #1479
- Use buffer for deserialisation instead of string by @ccuser44 in #1478
- Added missing CanvasGroup class within GetGuiData() func by @h1ddenscript in #1483
- Fix duration time in Functions.lua by @NoobBucket in #1484
- Added Luau global import optimisation by @ccuser44 in #1486
- Change command aliases for ShowTrelloBanList by @WalkerOfBacon in #1485
- Remove hyperion debug info and remove tbl alias added in nightly by @ccuser44 in #1487
- luau string builtins by @ocelot81 in #1489
- Blacklist more Rojo build/compile files by @ccuser44 in #1492
New Contributors
- @h1ddenscript made their first contribution in #1483
- @ocelot81 made their first contribution in #1489
Full Changelog: v256...v257
Version 256
Version 256 The Violet Update
Changelog
- :banlist text is now selectable
- :timebanlist actually giving reasons
- specified if a ban is a global ban or a server ban
- Re-add old alert sound
- LoadExistingPlayer no longer warns while loading a player
- Added :removecam and fixed :makecam making a camera called "nil"
- Make getting the KEY from the server a RemoteFunction
- Moved defaultsettings further down the settings list
- Reverted actor change from BotBrain
- Optimised clean workspace
- Optimised CleanWorkspace
- Fixed typeo in Functions
- Fixed accidental alias recursion
- Fixed empty aliases preventing any commands running
- Implemented AllowUnsafeSelectors
- Added placeholder texts for aliases and keybinds
Pull Requests
- :banlist text selectable, :timebanlist actually giving reasons, and specified if a ban is a global ban or a server ban by @WalkerOfBacon in #1453
- Revert "Replace the alert sound in :alert" by @GalacticInspired in #1456
- LoadExistingPlayer no longer warns while loading a player by @GalacticInspired in #1455
- Added :removecam and fixed :makecam making a camera called "nil" if n… by @WalkerOfBacon in #1457
- Make getting the KEY from the server a RemoteFunction by @kaiserandaxl in #1458
- Generic commit title. by @P3tray in #1459
- Revert actor change from BotBrain. by @fxeP1 in #1461
- Add device option to bug report by @ccuser44 in #1464
- Optimise CleanWorkspace by @ccuser44 in #1463
- Fix typeo in Functions.lua by @NoobBucket in #1465
- Added placeholder texts for aliases and keybinds by @EasternBloxxer in #1467
Full Changelog: v255...v256
Version 255
Version 255 The Umber Update
Changelog
- Added duration to :mute
- Text in :serverlist is now selectable
- Enhanced output GUI for Rounded and Windows XP
- Added global restart system
- Fixed incognito mode
- Player layouts in a server are now kept after restart
Pull requests
- Make the text selectable in :serverlist by @WalkerOfBacon in #1450
- Add a duration to :mute (as well as notify the person being muted) by @WalkerOfBacon in #1451
- Implement a global restart system. by @RadiantUwU in #1430
- Fix incognito mode. by @RadiantUwU in #1429
- Keep the player layouts in the server after a restart by @RadiantUwU in #1431
Full Changelog: v254...v255
Version 254
Version 254 The Tangerino Update
Changelog
- Add extra datastore protections
- Fixed TeamTest making Adonis not load
- Reverted meta json change, fixes console error spam
- Fixed the 'Updated!' message not having an icon
- Revert change to HTTP checks
What's Changed
- Revert "Change meta files from Disabled to Enabled" by @Dimenpsyonal in #1445
- Fix team test issues by @fxeP1 in #1447
Full Changelog: v253...v254
Version 253
Version 253 The Sunglow Update
Changelog
🔒Security update
- Added animation exploit detection (anticheat)
- Added redundancy checks to RunScript remote command
- Turned on CrossServerDenied for scripteditor and sudo
- Made CrossServerCommands actually enable/disable cross-server functions
- Added CrossServerCommands to Datastore Blacklist
- Modified :showlogs to make it not error
- Patch another server environment grab method (requires existing backdoor)
- Also adds in type-checking support to _G API for future todo
- More env-grab patches coming soon!
-
- Swapped arguments for :showlogs around
Full Changelog: v252...v253
Version 252
Version 252 The Redpepper Update
Changelog
Feature update entailing the following additions:
- Network readouts now show in Milliseconds
- Output GUI changes
-
- Now uses a new font
-
- Can now be customised with title and colour
- New setting: DisableRejoinAtMaxPlayers
-
- Can be used to stop players bypassing max server limits
- New setting: WarnDangerousCommand
-
- Triggers a confirmation for potentially dangerous actions
- Added lazy load for userpanel
-
- You can disable this in client settings
- New setting: ChatCreateRobloxCommands
-
- Toggles whether Adonis will make TextChat commands
-
- Setting is enabled by default
- Added :newdex as a command for new dex explorer
- Fixed error with oldlogs
- Fixed issue with keybind waiting for key to be selected
- Updated rojo meta.json files
- Fixed text being editable in lists
- Updated description of :nil
- Fixed :unfly not working when SignalBehavior is Deferred
- Fixed untracking not working
Pull Requests
- Made ping readout show in ms by @DrewBokman in #1420
- Add Dangerous command option by @Dimenpsyonal in #1418
- Fix !rejoin regarding max player server count by @RadiantUwU in #1415
- Lazy load userpanel by @ccuser44 in #1407
- Keybinds input fix by @fxeP1 in #1422
- Add Setting "ChatCreateRobloxCommands" to configure whether or not one wants Roblox Chat Commands to be generated by @karl-police in #1423
- Change meta files from Disabled to Enabled by @Dimenpsyonal in #1424
- Fix text being editable in lists by @kaiserandaxl in #1425
- Make dangerous commands prompt before being executed. by @RadiantUwU in #1426
- Update description of
:nil
command. by @RadiantUwU in #1427 - Move the sword command into fun commands. by @RadiantUwU in #1428
- Revert "Fix text being editable in lists" by @ccuser44 in #1432
- Fix :unfly command not working when SignalBehavior is set to Deferred by @YetAnotherClown in #1436
- Remove fastload setting and change loading from ugly text to responsive and beatiful icon by @ccuser44 in #1434
- Fix rejoin, again, now another command. by @RadiantUwU in #1438
- Untrack fix for specific players by @fxeP1 in #1440
- Use :GetNetworkPing() accurately by @DrewBokman in #1439
New Contributors
- @YetAnotherClown made their first contribution in #1436
Full Changelog: v251...v252
Version 251
Version 251 The Quinacridone Update
Happy leap day! Minor feature update entailing:
- Added search bar to settings
- Performance stats window can now be resized
What's Changed
- Setting list search additions. by @fxeP1 in #1413
- Allow Performance Stats window to be resized by @DrewBokman in #1414
Full Changelog: v250...v251