Releases: Balphagorevr/palworld-restsharp
Releases · Balphagorevr/palworld-restsharp
Added new Proxy Service, GUI Client Revamped
Palworld RESTSharp Proxy Service
Uses ASP.NET Core to serve a REST API through HTTPS and introduces user level access and auditing while keeping the Palworld REST API service behind the proxy service for security.
- Uses SQLite to store user and audit data only.
- The initial owner account is created with the same password from the configured Pal Server to connect to. You'd set this up in the "appsettings.json" configuration file.
Palworld RESTSharp Client Library
- Added support for new Proxy service including new API endpoints.
- Added/updated comments for library.
- Number of bugfixes.
Palworld RESTSharp Client GUI
- Re-designed UI layout and majority of functionality for improved performance and organization.
- Configuration settings are now stored in a configuration file and encrypted, no longer need to enter the credentials every time!
- Added support for proxy server management.
Updated Library & REST Client
Updated REST Library
- Updated comments on code.
REST Client
Built and included executable in release.
Portable includes needed code to run on without .NET 8 runtime but is bigger in file size.
Runtime will require you to install .NET 8 runtime from Microsoft at https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-8.0.3-windows-x64-installer.
- Added server metric tracking to show player count and FPS on status bar.
- Password textbox is now masked to hide password text in the UI.
- Minor bugfixes.
I will work on standardizing a proper build release soon, but I wanted to get a compiled version of the client out there.
Updated Assembly Version
Updated package assembly version.
Updated build release profile.
First Release
First release of package.