Skip to content
This repository has been archived by the owner on Nov 26, 2019. It is now read-only.

Releases: Bios-Marcel/ServerBrowser

Stable

24 Sep 02:16
Compare
Choose a tag to compare

Requirements

  • Java 8 or later when using the launcher.jar

Changes

Aplication

  • Bugfix, adding an online server to favourites using the textfield didn't work
  • Added uncaught exception handler that logs all exceptions

Stable

24 Sep 00:45
Compare
Choose a tag to compare

Requirements

  • Java 8 or later when using the launcher.jar

Changes

Aplication

  • Now communicating with samp through sampcmd.exe by BigETI
  • Improved update check (now compares the versions using the semantic versioning scheme)
  • Added Development mode
    • Currently only omits update checks

Stable

23 Sep 18:12
Compare
Choose a tag to compare

Requirements

  • Java 8 or later when using the launcher.jar

Changes

Aplication

  • Downloaded SA-MP Versions can now be cached (this is enabled by default)
  • The restore button now works properly and resets everything.
  • Fixed nullness in OneLineStringProperty
  • Made GTA path optional, now ignored if empty and not automatically filled

Installer

  • The installer now has the correct icon

Stable

21 Sep 23:21
Compare
Choose a tag to compare

Requirements

  • Java 8 or later when using the launcher.jar

Changes

  • GTA Path will not be automatically set and saved, but dynamically retrieved instead
  • New Information Panel in Settings
  • Changelog dialog has been removed, users can now click a notification to open the page for the latest release on github
  • Improve code in multiple ways
  • Added some tests
  • Fixed Context Menu items in dark mode

Major Bugfixes

17 Sep 04:10
Compare
Choose a tag to compare
# Minor changes

* Removed Command pane (Ctrl + p)
* Extended Documentation
* Fixed TrayNotifications
* Fixed wrong size at startup

Shadow Jar and Window Installer

09 Jul 20:31
Compare
Choose a tag to compare
# UI Improvements and Changes in Screenshot feature

* Screenshot Feature orders everything by last modified date now
* Screenshot feature displays filesize and last modified date
* Chatlog features uses TextArea now
* Improved TabPane in both Dark and normal theme

Client only

02 Jul 14:48
Compare
Choose a tag to compare

OS Compatibility

  • Will run on Linux (Version changing and connecting) wont work.

UI

  • New Dark Theme
  • Layout sutrcutres changed

Minor Changes

  • Adding servers to favourites now works even if the servers are offline
  • More Dialogs that tell the users when something went wrong
  • ZIP library has been removed

Client only

25 Jun 13:29
Compare
Choose a tag to compare
# Bugfixes

## SampQuery.java
- Fixed BufferOverflow
- ServerRules are now a Two Dimensional array
- Extended Documentation

## Controllers
- ViewController Interface now has a onClosed Method
- Fixed Selection and update behaviour in ServerList Controller
- Fixed Possibility of LineBreaks in the data of an SampServer instance
- Removed Error Dialog that appears on non windows system
- Fixed Escaping problem when adding servers to favourites

Client only

18 Jun 18:11
Compare
Choose a tag to compare
  • Changed the static ip, that is used to connect to the server, to a domain.
  • Settings Page

Client only

17 Jun 20:30
Compare
Choose a tag to compare
# Minor changes

- The client now sends info to the server that it starts (Only the
country and the date are being sent, no personal information)
- Minor bugfixes and api