Skip to content

Commit

Permalink
Prepare v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Apr 21, 2022
1 parent f2be4a2 commit fe9b5a5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## InfclassR v1.4.2 - 2022-04-21

- Fixed network clipping for looper and engineer walls
- Fixed a re-connected player could still use humans
spawn after infection started (regression)
- Fixed prediction for hook of locked Sniper
- Fixed slow-motion effect kept after revive
- A build for Windows is available as a tech preview (not tested)

## InfclassR v1.4.1 - 2022-03-23

- Fixed poison grenades 'no healing' effect
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# FindICU introduced in CMake 3.7
cmake_minimum_required(VERSION 3.7)
project(InfclassR
VERSION 1.4.1
VERSION 1.4.2
)
set(VERSION_SUFFIX "")

Expand Down
1 change: 1 addition & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
InfclassR v1.4.2
- Fixed network clipping for looper and engineer walls
- Fixed a re-connected player could still use humans
spawn after infection started (regression)
- Fixed prediction for hook of locked Sniper
Expand Down

0 comments on commit fe9b5a5

Please sign in to comment.