Skip to content

Releases: Balphagorevr/palworld-restsharp

Added new Proxy Service, GUI Client Revamped

06 May 03:22
Compare
Choose a tag to compare

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

08 Apr 05:11
Compare
Choose a tag to compare

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

08 Apr 03:31
Compare
Choose a tag to compare

Updated package assembly version.
Updated build release profile.

First Release

08 Apr 02:34
Compare
Choose a tag to compare

First release of package.