From d358a52aabec33223223db4fc71cb582ca14432d Mon Sep 17 00:00:00 2001 From: IceDreamer Date: Fri, 12 May 2017 21:02:10 +0100 Subject: [PATCH] Bump version and update lobby changelog --- lua/ui/lobby/changelog.lua | 18 +++++++++++++++++- lua/version.lua | 2 +- mod_info.lua | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/lua/ui/lobby/changelog.lua b/lua/ui/lobby/changelog.lua index da5f68e4a5..3b203db03c 100644 --- a/lua/ui/lobby/changelog.lua +++ b/lua/ui/lobby/changelog.lua @@ -1,4 +1,4 @@ -last_version = 3680 +last_version = 3681 changelog = { { version = 3, @@ -922,4 +922,20 @@ changelog = { '- UnicornNoob (Russian translations)', } }, + { + version = 3681, + name = 'Game Version 3681', + description = { + '**Bugs**', + '- Fixed always loading the default or last map, which broke COOP', + '- Fixed a typo which broke All Faction Templates', + '', + '**Other**', + '- Reverted the changes to lobby text showing faction colours due to community feedback. This feature will reappear as an option in the future.', + '', + '**Contributors**', + '- IceDreamer', + '- MrNukealizer', + } + }, } diff --git a/lua/version.lua b/lua/version.lua index 7af118394e..008fe082af 100644 --- a/lua/version.lua +++ b/lua/version.lua @@ -1,4 +1,4 @@ -local Version = '3680' +local Version = '3681' function GetVersion() LOG('Supreme Commander: Forged Alliance version ' .. Version) return Version diff --git a/mod_info.lua b/mod_info.lua index 34565be7bf..06e2e7cf7a 100644 --- a/mod_info.lua +++ b/mod_info.lua @@ -3,7 +3,7 @@ -- Documentation for the extended FAF mod_info.lua format can be found here: -- https://github.com/FAForever/fa/wiki/mod_info.lua-documentation name = "Forged Alliance Forever" -version = 3680 +version = 3681 _faf_modname='faf' copyright = "Forged Alliance Forever Community" description = "Forged Alliance Forever extends Forged Alliance, bringing new patches, game modes, units, ladder, and much more!"