Releases: TheNexusAvenger/Nexus-Admin
Releases · TheNexusAvenger/Nexus-Admin
V.2.8.4
V.2.8.3
Changes
- Fixed undecided players showing as 0 in
vote
.
V.2.8.2
Changes
- Fixed
killlogs
window having incorrect header.
V.2.8.1
Changes
- Fixed whisper chats creating
pchat
windows on 1 client.
V.2.8.0
Changes
- Added stack traces when a
ModuleScript
under the loader fails to complete. - Added
Window
API on the client for creating windows in Nexus Admin.- Deprecated
Window
,ResizableWindow
, andScrollingTextWindow
for removal in Nexus Admin V.2.9.0. - Changed deprecation of
CreateGenericListBox
to for removal in Nexus Admin V.2.9.0.
- Deprecated
- Revamped
pchat
to have a chat window with previous messages.- Windows are automatically re-opened when a new message appears.
- Messages are persisted between windows opening and closing.
- The message is no longer included in the command.
TextChatService
is required to usepchat
.
view
now requests streaming in the background.- Updated internal types.
- Deprecated
Replicator::GiveStarterScript
in favor ofScript.RunContext
.- The client loader is now
Script
inReplicatedStorage
, as opposed to a starter script.
- The client loader is now
- Changed deprecation of
BaseCommand
to for removal in Nexus Admin V.2.9.0. - Removed
ph
andpm
due to confusion withpchat
.
V.2.7.16
Changes
- Changed text windows to use Nexus Virtual List.
V.2.7.15
Changes
- Changed text handling for scrolling text windows.
- Fixed stuttering when updating text while scrolling with deferred events.
featureflag
now supportsnumber
andstring
types.- The type will be inferred based on the feature flag(s) entered.
featureflag
does not supported setting multiple feature flags at once with different types.
- Soft shutdown now displays the reason from
BindToClose
to admins.
V.2.7.14
Changes
pbans
now loads usernames in the background.- The window will now appear much faster, but without usernames until they get loaded. For long ban lists, this will take a couple of minutes.
- The server will attempt to load the usernames on start. Long-running servers will have the majority or all of the usernames loaded before the admin joins.
- Fixed
track
creating broken trackers whenStreamingEnabled
is active and the character has not streamed in yet.
V.2.7.13
Changes
- Updated Cmdr.
- Updated Nexus Feature Flags.