Skip to content

Releases: gameap/gameapctl

v0.10.0

15 May 20:39
0b58bb6
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release
  • Fix APT package searching
  • Fix Nginx installation
  • Fix PHP FPM installation on Linux
  • Fix downloading PHP binaries on Windows
  • Fix Process manager defining
  • Some fixes in panel installation

Full Changelog: v0.9.8...v0.10.0

v0.9.8

10 May 11:30
Compare
Choose a tag to compare
v0.9.8 Pre-release
Pre-release

Update windows packages url.

Full Changelog: v0.9.7...v0.9.8

v0.9.7

01 May 11:21
Compare
Choose a tag to compare
v0.9.7 Pre-release
Pre-release

Full Changelog: v0.9.6...v0.9.7

v0.9.6

21 Apr 20:43
584b2d8
Compare
Choose a tag to compare
v0.9.6 Pre-release
Pre-release

Full Changelog: v0.9.5...v0.9.6

v0.9.5

15 Apr 07:37
7ddee26
Compare
Choose a tag to compare
v0.9.5 Pre-release
Pre-release

What's Changed

  • Update windows.go so the GameAP installer works again for Windows by @notdido in #7
  • Update windows.go by @Dolkis in #8

New Contributors

Full Changelog: v0.9.4...v0.9.5

v0.9.4

10 Mar 17:32
Compare
Choose a tag to compare
v0.9.4 Pre-release
Pre-release
  • Fixed windows service installation
  • Fixed windows localhost installation, disabled checks for localhost and 127.x.x.x
  • Fix github arguments in UI

Full Changelog: v0.9.3...v0.9.4

v0.9.3

27 Feb 22:48
Compare
Choose a tag to compare
v0.9.3 Pre-release
Pre-release

Full Changelog: v0.9.2...v0.9.3

v0.9.2

27 Feb 22:28
54c1da1
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release

daemon install:

  • OS specific installation
  • Linux SystemD process manager configuring

Full Changelog: v0.9.1...v0.9.2

v0.9.1

25 Feb 17:53
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release
  • Fix gameap installation path in windows
  • Update PATH after gameap installation

v0.9.0

25 Feb 16:12
638d750
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release
  • A UI has been added with the ability to manage the main panel functions:
    • Installation and updating of the panel
    • Installation and updating of the Daemon
    • Starting, stopping, and restarting Nginx, PHP, and MySQL
  • Functions for Windows have been implemented:
    • Panel installation, including necessary dependencies (PHP, nginx, database)
    • Daemon installation
    • Panel and Daemon updates
    • Daemon starting, stopping, and restarting features
  • The flag --with-daemon has been added for panel installation. With this flag, the panel and Daemon will be installed immediately.