Releases: Epix-Incorporated/Adonis
Version 218.5 (HOTFIX)
Fixed an issue where the keybind editor did not correctly handle non-alphanumeric keys (such as shift, control, function keys, etc)
Also disabled the client crash 30 seconds after disconnect as it's no longer needed and is more of a headache than a security feature.
Version 218.4 (HOTFIX)
Somehow missed the default Window ScreenGui in v218.3 so this fixes that. Might also have fixed one or two Trello related commands (namely, :viewlist)
Version v218.3 (HOTFIX)
Fixes an issue where all Adonis client ScreenGuis would appear on screen briefly while loading. This causes a slight lag spike and can be noticeable at times. It happens because Adonis uses PlayerGui to handle loading because Roblox doesn't want to let us access PlayerScripts from the server even though that would make sense and make life easier but WHATEVER ROBLOX. I've set all ScreenGui objects' Enabled property to false. It will be set to true when the ScreenGui is loaded if gTable:Ready() is being used to parent the GUI to PlayerGui. Make sure if you make a custom theme that you set Enabled to false for any ScreenGui objects or the above issue will happen for you, just with your own themed UI instead of the built in one.
Also merged GalacticInspired's IsA("HopperBin") fix.
Version 218.2 (HOTFIX)
Fixed :refresh (again) and made sure it correctly loads tools in order.
Version 218.1 (HOTFIX)
This should fix some issues introduced in v218. Also adds the contributor stuff to the inspect window.
Changelog:
"[v218.1 (HOTFIX) 5.14.2021 14:52 EST]";
"* Rewrote :refresh";
"(Git/fxeP1) Fixed Refresh, Logs typo fixed.";
"(Git/LolloDev5123) Serverside Inspect Changes + Contributor Group Role Check";
Version 218
Changelog:
"[v218 5.13.2021 18:18 EST]";
"* Moved shared client & server resources/modules (like Service.lua, changelog, credits, etc) to a new 'Shared' folder";
"* Updated how queues work; Should be more efficient/less prone to issues";
"* Player data will now save every 30 seconds; Saving is queued & timed to prevent DataStore issues";
"* Fixed :clearplayerdata";
"* Added service.Yield";
"* New UFO model & destination";
"* Hopefully fixed some bugs and improved overall system performance & stability";
"(Git/ccuser44) Made print and warn work properly. Also fixed some indentation.";
"(Git/ccuser44) Removed unnecessary references to filtering enabled.";
"(Git/ccuser44) Fixed iuncorrect string literals";
"(Git/happyman090) Refresh command update";
Version 217
It's a big one...
Changelog:
"[v217 5.9.2021 19:15 EST]";
"*Random bug fixes & changes";
"*Fixed a queue issue that caused :ls to not work which might have also caused other bugs";
"*Disabled a recently merged detection that seems to be spamming false positives";
"*Hints & notif now appear from the top edge of the window rather than below roblox's invisible top bar";
"*Added TopBarShift setting to revert the above mentioned hint/notif positioning change (for custom top bars)";
"*Changes to how module and module related stuff is loaded (more modular?)";
"(Git/imskyyc) Updated TrelloAPI";
"(Git/ccuser44) Added unprotected metatable detection with tamper protection";
"(Git/LolloDev5123) :admins now correctly shows "Head Admin" instead of "Supervisor"";
"(Git/happyman090) Character animations for clones";
"(Git/p3tray & pbstFusion) Added :pban and :unpban as aliases for :gameban and :ungameban";
"(Git/p3tray) Added _G.Adonis.RunCommandAsNonAdmin(command, playerToRunCommandAs)";
"(Git/Expertcoderz) Revamped server details UI";
"(Git/Expertcoderz) New client setting to auto-hide commands ran via chat";
"(Git/Expertcoderz) Fixed(?) !addfriend and !unfriend";
"(Git/Expertcoderz) Minor stuff (typos)";
"(Git/Expertcoderz) Modified behaviour of kill command";
"(Git/Expertcoderz) Groups list tab for player inspection window";
"(Git/fxeP1) Update Process.lua CharacterAdded/PlayerAdded";
"(Git/fxeP1) AntiExploit updates";
"(Git/fxeP1) Replaced occurances of depreciated 'userId' and 'connect'";
"(Git/fxeP1) Fixed resetview when player agument is provided";
"(Git/fxeP1) Fixed a typo on the trip command";
"(Git/fxeP1) Added check if the player isn't a table to kick in-game (DirectBan fix)";
"(Git/fxeP1) DirectBan UserId variable typo fixed";
"(Git/fxeP1) Fixed globalplace description typo";
Version 216
Pulled a Microsoft and skipped a version.... Totally not an accident....
Changelog:
"[v216 4.16.2021 14:55 EST]";
"*Owners are now HeadAdmins; This change was done as Owners don't really "Own" anything and thus makes no sense";
"*Disabled AutoLocalization for Adonis UI elements";
"*Removed some debug prints and debug/old code";
"*Fixed some typos";
"*Minor bug/security changes";
"(Git/happyman090) Fixed donor neon command";
"(Git/Expertcoderz) Removed 'besties' from !usage";
"(Git/fxeP1) Updated ServerInfo command, HTTP.CheckHttp, and RunCommandAsPlayer";
"(Git/Expercoderz) Added :promptpremiumpurchase ";
"(Git/Expertcoderz) Added :inspect ";
"(Git/Expertcoderz) Added :promptinvite ";
"(Git/Expertcoderz) Added !invite, !onlinefriends, !getpremium, !addfriend , !unfriend , !devconsole";
Version 214.2 (HOTFIX)
Fixes a security flaw related to _G.Adonis API functions and fixes an incorrect credit.
Version 214.1 (HOTFIX)
Fixes an issue where :banlist would show tables if a user was banned in-game.