From ab5309b83598cf7bb3d9b00144ad8b205f758260 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Fri, 18 Jul 2025 22:41:49 +0800 Subject: 7.2.0.54105 change log WebRTC was broken in 54101. --- 7.2.0.54101.html | 142 ----------------------------------------------------- 7.2.0.54105.html | 142 +++++++++++++++++++++++++++++++++++++++++++++++++++++ hooks/post-receive | 2 +- 3 files changed, 143 insertions(+), 143 deletions(-) delete mode 100644 7.2.0.54101.html create mode 100644 7.2.0.54105.html diff --git a/7.2.0.54101.html b/7.2.0.54101.html deleted file mode 100644 index 1161aa8..0000000 --- a/7.2.0.54101.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - Megapahit Changelog - - - - -
- -
- -
- -
-

Changelog (18th of July 2025)

-

Parity with SLv 2025.05 glTF Mesh Import

-

New avatar cloud by milo (observeur)!

-

New gold skin by Secret Foxtail!

-

Preliminary Discord Rich Presence

-

Windows arm64 test build

-

Debian arm64 test build

-

Option to hide selection beam

-

Fixed chat history parsing

-

Restrained Love sitting category partial implementation

-

Restrained Love @detach=y/n implementation

-

Restrained Love @getinv, @attach and @attachover implementations

-

Stream notification custom channel setting is moved from Sound to Advanced

-

FMOD upgrade from 2.02.28 to 2.02.29 on distros that use it

-

NDOF is enabled on Windows x64 build

-
- - - - diff --git a/7.2.0.54105.html b/7.2.0.54105.html new file mode 100644 index 0000000..a3f759e --- /dev/null +++ b/7.2.0.54105.html @@ -0,0 +1,142 @@ + + + + + + + Megapahit Changelog + + + + +
+ +
+ +
+ +
+

Changelog (18th of July 2025)

+

Parity with SLv 2025.05 glTF Mesh Import

+

New avatar cloud by milo (observeur)!

+

New gold skin by Secret Foxtail!

+

Preliminary Discord Rich Presence

+

Windows arm64 test build

+

Debian arm64 test build

+

Option to hide selection beam

+

Fixed chat history parsing

+

Restrained Love sitting category partial implementation

+

Restrained Love @detach=y/n implementation

+

Restrained Love @getinv, @attach and @attachover implementations

+

Stream notification custom channel setting is moved from Sound to Advanced

+

FMOD upgrade from 2.02.28 to 2.02.29 on distros that use it

+

NDOF is enabled on Windows x64 build

+
+ + + + diff --git a/hooks/post-receive b/hooks/post-receive index bc4a4cd..d7e85f2 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -7,5 +7,5 @@ web=~www/apache24/data git --git-dir=$repo --work-tree=$web checkout -f master -- \ index.html \ 7.1.15.53776.html \ - 7.2.0.54101.html \ + 7.2.0.54105.html \ && git --git-dir=$repo push -f -- cgit v1.2.3