Skip to content

Releases: nils-ost/TMNF-TimeAttackServer

v1.2.1

02 Oct 20:49
Compare
Choose a tag to compare

Bugfix:

  • TAS-CLI: Fixed bug in backup creation

v1.2.0

13 Sep 10:19
Compare
Choose a tag to compare

Major new Features:

  • Added HotSeat-Mode that totally alters the way in which TMNF-TAS works
    Read the HotSeat-Mode Readme to learn more about it
  • TMNFD-CLI: Added MatchSettings Editor as requested in issue#2
    Also read MatchSettings Editor Readme to get started on the usage
  • TAS-BE: Added support for string versions in versioning-compares to support alpha and beta versions
  • Minor Bugfixes

v1.2.0-alpha2

01 Jun 21:03
Compare
Choose a tag to compare
v1.2.0-alpha2 Pre-release
Pre-release
  • Added HotSeat-Mode that totally alters the way in which TMNF-TAS works
    Read the HotSeat-Mode Readme to learn more about it
  • TMNFD-CLI: Added MatchSettings Editor as requested in issue#2
    Also read MatchSettings Editor Readme to get started on the usage
  • TAS-BE: Added support for string versions in versioning-compares to support alpha and beta versions

v1.2.0-alpha1

06 May 13:52
Compare
Choose a tag to compare
v1.2.0-alpha1 Pre-release
Pre-release
  • TAS-BE: Added support for string versions in versioning-compares to support alpha and beta versions
  • TMNFD-CLI: Added MatchSettings Editor as requested in issue#2
    Also read MatchSettings Editor Readme to get started on the usage

v1.1.2

07 Mar 06:39
Compare
Choose a tag to compare

Installer Fix:

  • Installer: fabric-3.0.0 seems to have broken dependencies with patchwork; therefore the fabric version is now fixed to 2.7.1
  • TAS-FE: Applied recommended package version updates

v1.1.1

13 Nov 21:44
Compare
Choose a tag to compare

Bugfix:

  • TAS-BE: Fixed issue with player-logins containing whitespaces crashed worker on connect (issue#1)

v1.1.0

22 Sep 18:34
Compare
Choose a tag to compare

First minor version update with some cool new features:

  • It's now possible to set a start- and end-time; before and after the Gameserver is than locked for Players
    • TAS-CLI: Options to set and delete start- and end-time
    • TAS-BE: Locks Gameserver before start-time; unlocks it after start-time and locks it again after end-time
    • TAS-FE: New screens: start-countdown and end-countdown
      • Are available when the corresponding time is set
      • Are showing wallboard sized countdowns
    • TAS-FE: Welcome screen
      • Now shows a start- or end-countdown for corresponding start- and end-time
      • Blurs buttons to all other screens before start-time
    • TAS-FE: Wallboard screen
      • Info-Box is shown when end-time is within one hour
      • Challenges-Ticker only shows upcoming Challenges if the start before end-time
      • Redirects to Players screen after end-time (to show results)
    • TAS-FE: Challenges screen 'Up' column now shows 'Tornament ended' info for all Challenges that do not start before end-time
  • Introduced a versioning system
    • Functions added to enable DB upgrades on later versions
    • The current running and the DB version are tracked and compared on server-start
    • The current running version is displayed on TAS-CLI and TAS-FE's welcome screen
  • Added functions to TAS-CLI and TMNFD-CLI to create Backups of the whole Stack and functions to restore those Backups even on a fresh installation

v1.0.3

22 Aug 20:10
Compare
Choose a tag to compare

Small convenience change:

  • bundle-installer.sh now also installs openssh-server (which reduces user-preconfiguration of the system to the bare minimum)

v1.0.2

22 Aug 19:34
Compare
Choose a tag to compare

Hotfix

  • bundle-installer.sh now creates /root/.ssh directory just in case it is not present (this caused installer crashes on servers where no SSH configuration was present for root)

v1.0.1

13 Jun 19:20
Compare
Choose a tag to compare

Some smaller fixes

  • Removed depricated option http-use-htx from haproxy.cfg
  • Fixed and cleand up systemd services
  • TAS-FE: Formatting on Challenge- and Player-Names is now removed
  • TAS-FE: pulled all the handleError functions from services into one central module