Releases: OpenTTD/master-server-web
Releases · OpenTTD/master-server-web
1.2.1
1.2.0
1.1.1
Fix
- #31 - Fix: "server_id" is now at server-level (instead of ip-level) (@TrueBrain)
- #30 - Fix: time_[first|last]_seen are no longer used nor available (@TrueBrain)
1.1.0
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
Fix: make sorting of servers a bit more robust (#16) This fixes a few issues: - if a patchpack had a version > "1.10", it would show up on top of the list. This is solved by adding a "priority", where official servers get the highest priority, patchpacks the second, and everything else the lowest. - custom builds of JGRPP are like "jgrpp-0.38.1-39-g1234"; the old code tried to convert "1-39-g1234" to a number (and failed). This is now solved by only considering "0.38.1" as numeric values. - to avoid future issues, only consider "A.B.C" as "major.minor.patch" if all three are numeric.