Releases: nils-ost/TMNF-TimeAttackServer
Releases · nils-ost/TMNF-TimeAttackServer
v1.2.1
v1.2.0
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
- 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
- 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
v1.1.1
v1.1.0
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
v1.0.2
v1.0.1
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