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
+
+
+
+
Changelog
+
+ - [Client] Sort server browser by favorites [AssassinTee]
+ - [Client] Quad clipping for unbuffered backends [AssassinTee]
+ - [Client] Show actual map in Discord activity [Robyt3]
+ - [Client&Server] Rewrite snapshot building and delta in Rust [heinrich5991]
+ - [Client] Disable predict events by default, add checkbox in settings [Pioooooo]
+ - [Client] Keep selected player highlighted while scoreboard popup is open [Robyt3]
+ - [Client] Add tooltips to demo browser buttons [ProfSapphire]
+ - [Client] Improve fatal error popups for graphics errors [Robyt3]
+ - [Client] Prevent binding to escape and hide it as completion option [Robyt3]
+ - [Client] Fix visual hook delay [Teero888]
+ - [Client] Fix hook collision line of unpredicted players having wrong tunings [AssassinTee]
+ - [Client] Fix input data not being stored with cl_dummy_control 1 [KebsCS]
+ - [Client] Fix airjump being detected if you only have 1 jump [AssassinTee]
+ - [Client] Fix warmup timer positioning [Robyt3]
+ - [Client] Fix default graphics blend mode with OpenGL 1 [Robyt3]
+ - [Client] Fix client crash connecting to same websockets port after shutdown [Robyt3]
+ - [Client] Overhaul crash log parsing [Robyt3]
+ - [Editor] Optimize ingame entities, render entities in switch layer [Robyt3]
+ - [Editor] Use resize-H/V cursors while using axis lock [Robyt3]
+ - [Editor] Preserve quad art group for undo/redo [ProfSapphire]
+ - [Editor] Fix layer/group dragging stuck when loading/clearing map [Robyt3]
+ - [Editor] Fix brush selection rectangle being rendered multiple times [Robyt3]
+ - [Editor] Fix envelope point clamping when multiple points selected [Robyt3]
+ - [Editor] Fix speedup angle 0 not reachable with tile adjust hotkey [Robyt3]
+ - [Client&Server] Fix speedups not working at 0/0 and top left map border [AssassinTee]
+ - [Client&Server] Implement more precise millisecond time function [AssassinTee]
+ - [Client&Server] Enable STL debug mode [Robyt3]
+ - [Server] Give unpractice caller strong hook on respawn [Pioooooo]
+ - [Server] Fix set_team_ddr and uninvite applying to empty player slots [Robyt3]
+ - [Server] Make start and end round virtual [ChillerDragon]
+ - [Server] Add FindPlayerByName() helper [ChillerDragon]
+ - [Server] Don't assert if weapon = -1 [qxdFox]
+
+ and a lot of smaller fixes, see the
full list of git changes
+
+
+
+
+
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.
+
+
+
+
+
+
+
Old Versions
-
-
-
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.
-
-
-
-
-
-
-
Old Versions
-
+
- 2026-01-22
+ 2026-04-20
@@ -143,21 +196,21 @@
[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
-
+
- 2025-12-14
+ 2026-04-20
@@ -206,20 +259,20 @@
[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
-
+
- 2025-10-14
+ 2026-04-20
@@ -261,7 +314,7 @@
[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
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
';