Skip to content

Commit

Permalink
Release v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Aug 23, 2024
1 parent e176c12 commit 0fc60c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## InfclassR v1.5.2 - 2024-08-23

Fixes:
- Increased SnapID timeout to fix occasional objects teleportations on
ID reused before the clients actually removed them.
- Fixed Medic snapping (could receive a Heart icon intended for Biologist)

Maintenance:
- Adjusted the default server rules
- Fixed some compiler warnings

## InfclassR v1.5.1 - 2024-07-13

General:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cmake_minimum_required(VERSION 3.15...3.29)
project(InfclassR
VERSION 1.5.1
VERSION 1.5.2
)
set(VERSION_SUFFIX "")

Expand Down

0 comments on commit 0fc60c9

Please sign in to comment.