Skip to content

Commit 2bc27e1

Browse files
committed
Update version
1 parent 7a0c58c commit 2bc27e1

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.TXT

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Version 37, 12 December 2021
2+
--------------------------
3+
4+
Supported games in this release:
5+
* Counter-Strike: Source
6+
* Counter-Strike: Global Offensive
7+
* Team Fortress 2
8+
* Zombie Panic! Source
9+
* Half-Life 2
10+
* Source 2013 mods
11+
* Black Mesa
12+
13+
* Fixed crash in movement games if velo was not enabled and pattern was outdated.
14+
* Added logging information if a pattern is outdated.
15+
* Updated patterns for CSGO build 7866056.
16+
* Added start parameter -svrnoautostop that can be used to disable recording autostop when getting back to the menu. This feature allows you to record multiple demos after each other without the main menu being captured.
17+
118
Version 36, 17 October 2021
219
--------------------------
320

src/svr_defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22
#include "svr_common.h"
33

4-
const s32 SVR_VERSION = 36;
4+
const s32 SVR_VERSION = 37;
55

66
// Steam app ids of the games we support.
77
const SteamAppId STEAM_GAME_HL2 = 220;

0 commit comments

Comments
 (0)