Skip to content

Commit

Permalink
Bump version to v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Dec 9, 2021
1 parent 40a8120 commit 2d21e13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Changelog

## InfclassR v1.3.1 - 2021-xx-xx (unreleased)
## InfclassR v1.3.1 - 2021-12-09

General:
- Improved Taxi responsiveness
- Merc laser now collides only with the owner bomb
- Fixed crash on a new round if a Voodoo finished the previous round on a death tile
- Returned the notorious 'whoosh' sound effect for "vs witches" fun rounds
- Slug slime effect reworked to appear approximately 4x less times (should improve the performance).
- Add missing NetworkClipping to a number of 'traps' (biologist mine, looper wall, scientist mine, turret, white hole)
- Added missing NetworkClipping to a number of 'traps' (biologist mine, looper wall, scientist mine, turret, white hole)

Maintenance:
- Fixed a crash on a new round if a Voodoo finished the previous round on a death tile
- CMake: Add missing CONF_DEBUG processing

## InfclassR v1.3.0 - 2021-11-27
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.3.0
VERSION 1.3.1
)
set(VERSION_SUFFIX "")

Expand Down

0 comments on commit 2d21e13

Please sign in to comment.