Skip to content

Commit

Permalink
Changelog 3730 (FAForever#3629)
Browse files Browse the repository at this point in the history
* Update version

* Bump mod_info.lua

* Bump readme

* Construct changelog

* Update changelog

* Update changelog
  • Loading branch information
Garanas authored Dec 22, 2021
1 parent d4be96b commit 0be70f8
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ master|develop
------------ | -------------
[![Build Status](https://travis-ci.org/FAForever/fa.svg?branch=master)](https://travis-ci.org/FAForever/fa) | [![Build Status](https://travis-ci.org/FAForever/fa.svg?branch=develop)](https://travis-ci.org/FAForever/fa)

Current patch is: 3728
Current patch is: 3730

Changelog can be found [here](changelog.md).

Expand Down
23 changes: 23 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
Patch 3730 (23th of December, 2021)
===================================

Games using the featured mod Nomads will break when playing the Aeon
faction until Nomads has been updated by its maintainer.

### Features
- (#3627) Whitelist Kyro's lobby
The file `kyros.nxt` is now white listed. If you intent to
work on this lobby, please consider working on the lobby
of the repository instead.

### Bug fixes
- (#3628) Fix inconsistency with hover queue
- (#3626) Fix issue with insignificant units and campaign levels
- (#3625) Force recompilation of shaders due to Nomads shaders
- (#3624) Fix highlight of selected units to drop in transport
- (#3624) Fix template menu that allows you to rename / delete templates

### Contributors
- 4z0t (#3624)
- Jip (#3627, #3628, #3626, #3625)

Patch 3729 (20th of December, 2021)
===================================

Expand Down
29 changes: 28 additions & 1 deletion lua/ui/lobby/changelogData.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
last_version = 3729
last_version = 3730
gamePatches = {
{
version = 3730,
name = "Game version 3730",
description = {
"",
"Games using the featured mod Nomads will break when playing the Aeon ",
"faction until Nomads has been updated by its maintainer.",
"",
"### Features",
" - (#3627) Whitelist Kyro's lobby",
" The file `kyros.nxt` is now white listed. If you intent to",
" work on this lobby, please consider working on the lobby",
" of the repository instead.",
"",
"### Bug fixes",
" - (#3628) Fix inconsistency with hover queue",
" - (#3626) Fix issue with insignificant units and campaign levels",
" - (#3625) Force recompilation of shaders due to Nomads shaders",
" - (#3624) Fix highlight of selected units to drop in transport",
" - (#3624) Fix template menu that allows you to rename / delete templates",
"",
"### Contributors",
" - 4z0t (#3624)",
" - Jip (#3627, #3628, #3626, #3625)",
}
},

{
version = 3729,
name = "Game version 3729",
Expand Down
2 changes: 1 addition & 1 deletion lua/version.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local Version = '3729'
local Version = '3730'
function GetVersion()
LOG('Supreme Commander: Forged Alliance version ' .. Version)
return Version
Expand Down
2 changes: 1 addition & 1 deletion mod_info.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 3729
version = 3730
_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!"
Expand Down

0 comments on commit 0be70f8

Please sign in to comment.