Update changelog

This commit is contained in:
OneFourOne 2020-12-22 14:59:13 -05:00 committed by GitHub
parent 8f8b7637d3
commit ef11fbf337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog v0.3.0](http://keepachangelog.com/en/0.3.0/) and this project adheres to [Semantic Versioning](http://semver.org/). The format is based on [Keep a Changelog v0.3.0](http://keepachangelog.com/en/0.3.0/) and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.6.1 Community] - 2020-12-05 ## [0.6.1] - 2020-12-22
### Added ### Added
@ -30,25 +30,25 @@ The format is based on [Keep a Changelog v0.3.0](http://keepachangelog.com/en/0.
- Add r_specularCustomMaps Dvar (#36) - Add r_specularCustomMaps Dvar (#36)
- Unlock safeArea_horizontal and safeArea_vertical Dvars (#42) - Unlock safeArea_horizontal and safeArea_vertical Dvars (#42)
- Unlock cg_fovscale Dvar (#47) - Unlock cg_fovscale Dvar (#47)
- Print script runtime errors when developer mode is enabled (#55)
### Changed ### Changed
- Stats are now separate for each mod (#6). Player stats are copied to `fs_game` folder if no stats exist for this mod yet. Keep in mind this also means that level, XP and classes will not be synchronized with the main stats file after this point. - Stats are now separate for each mod (#6). Player stats are copied to `fs_game` folder if no stats exist for this mod yet. Keep in mind this also means that level, XP and classes will not be synchronized with the main stats file after this point.
- Reduced duration of toasts (#48) - Reduced duration of toasts (#48)
- Removed old updater functionality (#54) - Removed old updater functionality
- Use old bot names if bots.txt is not found (#46) - Use old bot names if bots.txt is not found (#46)
- Removed Steam integration because Steam updates kept breaking it (#51)
### Fixed ### Fixed
- Fixed a node system related crash (#45) - Fixed a node system related crash (#45)
- Fixed an issue that made dedicated servers crash when info was requested during map rotation (#43) - Fixed an issue that made dedicated servers crash when info was requested during map rotation (#43)
- Fixed an issue where the game was trying to decrypt gsc files which caused it to crash when loading mods (#35) - Fixed an issue where the game was trying to decrypt gsc files which caused it to crash when loading mods (#35)
- Fixed an issue causing the game to crash when Steam was running in the background (#56) - Fixed slow download speed when using fast download
### Known issues
####End of official IW4x Development - Project goes Open Source#### - HTTPS is not supported for fast downloads at the moment.
## [0.6.0] - 2018-12-30 ## [0.6.0] - 2018-12-30