Skip to content

Releases: OpenTTD/master-server-web

1.2.1

17 Jul 09:51
d612693
Compare
Choose a tag to compare

Add

  • #33 - Add: show in the server list and server detail if/what GameScript a server uses (@TrueBrain)

1.2.0

16 Jul 17:40
8f77094
Compare
Choose a tag to compare

Add

  • #32 - Add: show invite-code if possible, instead of direct-ips (@TrueBrain)

1.1.1

10 Jul 14:35
ca6ef5e
Compare
Choose a tag to compare

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

10 Jul 09:21
1d6e82e
Compare
Choose a tag to compare

Fix

  • #29 - Fix: adjust to new field-names in API and optimize server detail ordering (@TrueBrain)

1.0.11

02 Jul 12:32
5c72615
Compare
Choose a tag to compare

Fix

  • #22 - Fix #4: error when viewing an unknown server was vague (@erenes)

Update

1.0.10

10 Apr 10:13
7438f8c
Compare
Choose a tag to compare
Update: dependencies update (#21)

* Update sentry-sdk from 0.20.3 to 1.0.0
* Update urllib3 from 1.26.3 to 1.26.4

1.0.9

03 Mar 15:56
81d9294
Compare
Choose a tag to compare
Update: dependencies update (#20)

* Update sentry-sdk from 0.19.5 to 0.20.3

1.0.8

02 Feb 20:52
Compare
Choose a tag to compare
Fix: [Docker] update pip to latest when building image

1.0.7

02 Dec 17:48
c1cf78e
Compare
Choose a tag to compare
Update: dependencies update (#17)

* Update certifi from 2020.6.20 to 2020.11.8
* Update requests from 2.24.0 to 2.25.0
* Update sentry-sdk from 0.19.1 to 0.19.4
* Update urllib3 from 1.25.11 to 1.26.2

1.0.6

08 Nov 19:30
18e881a
Compare
Choose a tag to compare
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.