Skip to content

Commit fe9b5a5

Browse files
committed
Prepare v1.4.2
1 parent f2be4a2 commit fe9b5a5

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## InfclassR v1.4.2 - 2022-04-21
4+
5+
- Fixed network clipping for looper and engineer walls
6+
- Fixed a re-connected player could still use humans
7+
spawn after infection started (regression)
8+
- Fixed prediction for hook of locked Sniper
9+
- Fixed slow-motion effect kept after revive
10+
- A build for Windows is available as a tech preview (not tested)
11+
312
## InfclassR v1.4.1 - 2022-03-23
413

514
- Fixed poison grenades 'no healing' effect

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# FindICU introduced in CMake 3.7
44
cmake_minimum_required(VERSION 3.7)
55
project(InfclassR
6-
VERSION 1.4.1
6+
VERSION 1.4.2
77
)
88
set(VERSION_SUFFIX "")
99

ChangeLog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
InfclassR v1.4.2
2+
- Fixed network clipping for looper and engineer walls
23
- Fixed a re-connected player could still use humans
34
spawn after infection started (regression)
45
- Fixed prediction for hook of locked Sniper

0 commit comments

Comments
 (0)