Skip to content

Releases: TheNexusAvenger/Nexus-Admin

V.2.8.4

18 Jan 05:42
17fdfe5
Compare
Choose a tag to compare

Changes

  • Fixed fly being toggled near ProximityPrompts.

V.2.8.3

05 Dec 04:39
50ec474
Compare
Choose a tag to compare

Changes

  • Fixed undecided players showing as 0 in vote.

V.2.8.2

03 Dec 01:52
9076541
Compare
Choose a tag to compare

Changes

  • Fixed killlogs window having incorrect header.

V.2.8.1

27 Nov 14:17
75d1ff3
Compare
Choose a tag to compare

Changes

  • Fixed whisper chats creating pchat windows on 1 client.

V.2.8.0

26 Nov 23:25
dd4201a
Compare
Choose a tag to compare

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, and ScrollingTextWindow for removal in Nexus Admin V.2.9.0.
    • Changed deprecation of CreateGenericListBox to for removal in Nexus Admin V.2.9.0.
  • 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 use pchat.
  • view now requests streaming in the background.
  • Updated internal types.
  • Deprecated Replicator::GiveStarterScript in favor of Script.RunContext.
    • The client loader is now Script in ReplicatedStorage, as opposed to a starter script.
  • Changed deprecation of BaseCommand to for removal in Nexus Admin V.2.9.0.
  • Removed ph and pm due to confusion with pchat.

V.2.7.16

09 Oct 22:05
8667331
Compare
Choose a tag to compare

Changes

V.2.7.15

12 Sep 03:11
cfe61dd
Compare
Choose a tag to compare

Changes

  • Changed text handling for scrolling text windows.
    • Fixed stuttering when updating text while scrolling with deferred events.
  • featureflag now supports number and string 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

22 May 18:49
520f573
Compare
Choose a tag to compare

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 when StreamingEnabled is active and the character has not streamed in yet.

V.2.7.13

10 Mar 02:58
3fc0c97
Compare
Choose a tag to compare

Changes

  • Updated Cmdr.
  • Updated Nexus Feature Flags.

V.2.7.12

22 Feb 02:04
0247952
Compare
Choose a tag to compare

Changes

  • slock now accepts an optional minimum admin level (previously only allowed 0). (#22)
    • CommandConfigurations.DefaultServerLockAdminLevel has been added to the loader to set the default value. When not provided, 0 is used by default.
  • Updated Nexus Feature Flags.