Releases: Epix-Incorporated/Adonis
Releases · Epix-Incorporated/Adonis
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
Version 250
Version 250 The Prisma Update
Changelog
Feature update entailing a few bug fixes and other assorted changes.
- !commspanel is now an alias for !comms
- Windows XP theme now supports custom icons
- All themes now send notifications to !commspanel
- Loader now uses Configuration instance for the Config folder
- Entry UI looks less weird now
- Fixed RunCommand Logic
- Fixed
:oldlogs
Pull requests
- Make the Entry UI look a lot less weird by @EasternBloxxer in #1408
- fix(Admin.lua): RunCommand logic fix by @fxeP1 in #1410
- Fixed SaveCommandLogs by @kaiserandaxl in #1411
Full Changelog: v249...v250
Version 249
Version 249 The Orange Update
Very small feature and bug fix update
- Added new materials to material list
- Deleted CommsCenter
- Fixed Unity notifications not showing up in Comms Panel
Full Changelog: v248...v249
Version 248
Version 248 Nyanza Update
Minor feature update consisting of:
- Added some error codes to client
- Fixed NoEnv for themes
- Folderised Colorize theme
- Remove some commented code
- Fixed TextChatService resulting in a warn after 300 seconds
What's Changed
Full Changelog: v247...v248
Version 247
Version 247 The Marmalade Update
Minor feature update, including:
- Updated typechecker
- Anticheat alert
- Delete webpanel functions
- Added custom icon support for unity
- Added waypoints to settings
- Remove cPcall
- Miscellaneous optimisations
What's Changed
- Create alert about disabling anti cheat, remove legacy anti cheat code and fix urgent messages by @ccuser44 in #1348
- Delete webpanel functions by @Dimenpsyonal in #1400
- Add waypoints finally to the settings, remove cpcall & legacy requestid and make commands use logpcall by @ccuser44 in #1397
Full Changelog: v246...v247
Version 246
Version 246 The Lapis Lazuli Update
Minor update including:
- Folderisation of the themes
- Userpanel now displays if nightly is used
- Various optimisations
- Removed Herobrine
What's Changed
- Folderise Aero theme by @Dimenpsyonal in #1391
- Folderisation by @Dimenpsyonal in #1393
- Made quacker be on the client by @ccuser44 in #1392
- Remove cpcall v2 by @ccuser44 in #1387
- Optimise logcheck by @ccuser44 in #1386
- Change UI files from improper filestypes by @ccuser44 in #1394
- Made userpanel display if nightly is used by @ccuser44 in #1388
- Optimise yanderedev code by @ccuser44 in #1389
- Remove PoF labels automatically by @ccuser44 in #1396
Full Changelog: v245...v246
Version 245
Version 245 The Kiwano Update
Minor update which includes:
- :permhint is now a command for :setmessage
- Size of credits window slightly increased
- Fixed error message about TextChatService
- :flynoclip is now a command for :fly (🪰)
- :flyclip is now an alias
- MainModule and Loader version is now part boot print
What's Changed
- Update command desc for
:flyclip
to show it doesn't allow noclipping by @alau740 in #1382 - Tell mainmodule and loader version on boot by @ccuser44 in #1384
- Add flynoclip as a command name to fly and make flyclip an alias by @ccuser44 in #1383
Full Changelog: v244...v245
Version 244
Version 244 The Jade Update
Minor update which includes:
- Unity now has RichText support for descriptions
- Unity now has support for blank descriptions
- Logic fixes for handling of infinite respawn values
Pull Request Merges
- Fixed unity Rich Text and blank description values by @kaiserandaxl in #1378
- Mass RichText and Empty Description Fix by @kaiserandaxl in #1379
- It's a number not a string by @ccuser44 in #1380
Full Changelog: v243...v244