Releases: Sphereserver/Source
Releases · Sphereserver/Source
Release list
v0.56d (build 1141)
Fixed VS project file not using C++20 standard correctly
v0.56d (build 1140)
Revamped Windows console
- Improved console writing speed
- Improved memory management (replaced legacy Windows NT heap with modern segment heap)
- Improved command history navigation using up/down arrows
- Added support for light/dark theme (matching system theme)
- Added support for display scaling in multi-monitor setups
- Fixed tray context menu not closing correctly
- Fixed tray icon disappearing on some specific cases
- Double click on script filenames now should open the file using system default application for file extension instead of always use Notepad
v0.56d (build 1139)
Improved log file writing speed
v0.56d (build 1138)
Fixed some compiler warnings reported by VS 2026
v0.56d (build 1137)
Fixed some compiler warnings reported by VS 2026
v0.56d (build 1136)
Updated some deprecated functions
v0.56d (build 1135)
Added missing OpenSSL dll files required by MySQL libs v8.0
v0.56d (build 1134)
Updated internal MySQL libs v6.1.10 (MySQL client 5.7.16) to v8.0.46
Important
It's HIGHLY recommended to update MySQL client library to prevent errors when using MySQL
- Windows: replace file
libmysql.dllwith the version included in the downloaded zip - Linux:
- Debian-based: update package
libmysqlclient20tolibmysqlclient21usingsudo apt-get install libmysqlclient21 - RHEL-based: switch MySQL module stream to v8.0 using
sudo dnf module switch-to mysql:8.0
- Debian-based: update package
v0.56d (build 1133)
Updated internal SQLite libs v3.30.1 to v3.53.3
v0.56d (build 1132)
Updated internal Zlib libs v1.2.13 to v1.3.2