diff --git a/www/downloads/index.html b/www/downloads/index.html index 9adf28205..42ccd8cf7 100644 --- a/www/downloads/index.html +++ b/www/downloads/index.html @@ -4,6 +4,92 @@ ---

Downloads

+

DDNet 19.9

+
+ 2026-04-26

+ +
+
+ Changelog + + and a lot of smaller fixes, see the full list of git changes +
+
+
+

Nightly Builds

+

Nightly builds are updated every night based on the latest changes in the GitHub repository. +Nightly builds are intended for testing and early access to features and bug fixes, but they might contain new bugs as well. +If you encounter bugs, please report them by opening an issue on GitHub or in the #bugs channel on our Discord server.

+ +
+

Other Downloads

+ +
+
+

Old Versions

DDNet 19.8.2

2026-04-19

@@ -61,51 +147,18 @@

DDNet 19.8.2

and a lot of smaller fixes, see the full list of git changes

-
-

Nightly Builds

-

Nightly builds are updated every night based on the latest changes in the GitHub repository. -Nightly builds are intended for testing and early access to features and bug fixes, but they might contain new bugs as well. -If you encounter bugs, please report them by opening an issue on GitHub or in the #bugs channel on our Discord server.

- -
-

Other Downloads

- -
-
-

Old Versions

-

DDNet 19.7

+

DDNet 19.7.1

- 2026-01-22

+ 2026-04-20

@@ -143,21 +196,21 @@

DDNet 19.7

  • [Server] Send current map best time in snapshot [AssassinTee]
  • [Masterserver] Disallow port 0 [heinrich5991]
  • - and a lot of smaller fixes, see the full list of git changes + and a lot of smaller fixes, see the full list of git changes

    -

    DDNet 19.6

    +

    DDNet 19.6.1

    - 2025-12-14

    + 2026-04-20

    @@ -206,20 +259,20 @@

    DDNet 19.6

  • [Server] Don't allow reading out community token [heinrich5991]
  • [Masterserver] Use "403 Forbidden" for responses to banned IP addresses [heinrich5991]
  • - and a lot of smaller fixes, see the full list of git changes + and a lot of smaller fixes, see the full list of git changes
    -

    DDNet 19.5

    +

    DDNet 19.5.1

    - 2025-10-14

    + 2026-04-20

    @@ -261,7 +314,7 @@

    DDNet 19.5

  • [Masterserver] Add community support [heinrich5991]
  • [Masterserver] Disallow port 0 [heinrich5991]
  • - and a lot of smaller fixes, see the full list of git changes + and a lot of smaller fixes, see the full list of git changes

    DDNet 19.4

    diff --git a/www/index.php b/www/index.php index 1204eace1..94b9a2271 100644 --- a/www/index.php +++ b/www/index.php @@ -75,7 +75,7 @@ function getOS() { } $user_os = getOS(); -$version = '19.8.2'; +$version = '19.9'; if ($user_os == 'win32') { print '

    Download DDraceNetwork Client & Server ' . $version . ' for Windows (32bit)
    Other systems and versions, changelogs

    ';