Skip to content

Releases: TheNexusAvenger/Nexus-Admin

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.

V.2.7.11

21 Jan 18:46
2c438bb
Compare
Choose a tag to compare

Changes

  • Fixed potential race condition with the client module being required before being complete.

V.2.7.10

03 Dec 20:09
9b2e8ae
Compare
Choose a tag to compare

Changes

  • Added support for reduced motion and preferred transparency accessibility settings (excluding Cmdr windows).

V.2.7.9

19 Nov 05:53
5b91a31
Compare
Choose a tag to compare

Changes

  • Tweaked flying for gamepad and touch. (#20)

V.2.7.8

25 Oct 18:58
e673379
Compare
Choose a tag to compare

Changes

  • Updated Nexus Feature Flags.

V.2.7.7

16 Oct 00:21
b59159c
Compare
Choose a tag to compare

Changes

  • Fixed the client registry copying unrelated arguments from overridden commands.
  • fly now supports touch screens and gamepads. (#19)

V.2.7.6

08 Oct 19:29
1a5cad7
Compare
Choose a tag to compare

Changes

  • Fixed conditional arguments not being stored on the client. (#17, #18)