Skip to content

Commit

Permalink
Prepare release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Mar 23, 2022
1 parent 36dc4f7 commit 20716b4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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

- Fixed poison grenades 'no healing' effect
- Fixed a memory leak on map client map generation (AddEmbeddedImage())
- Fixed uninitialized memory access (Teleports layer in CCollision)
- Fixed a possible crash on map rotation (CInfClassInfected::GetDefaultEmote())
- Fixed high CPU load from thread pool processing (CEngine and CJob backported from DDNet)

## InfclassR v1.4.0 - 2022-03-13

General:
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.0
VERSION 1.4.1
)
set(VERSION_SUFFIX "")

Expand Down
7 changes: 7 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
InfclassR v1.4.1
- Fixed poison grenades 'no healing' effect
- Fixed a memory leak on map client map generation
- Fixed uninitialized memory access (Teleports layer)
- Fixed a possible crash on map rotation
- Fixed high CPU load from thread pool processing

InfclassR v1.4.0_rc1
- Fixed laser clipping
- Updated German translation (thanks Emrldy)
Expand Down

0 comments on commit 20716b4

Please sign in to comment.