Skip to content

Commit

Permalink
Changelog for Hotfix 3726 (FAForever#3566)
Browse files Browse the repository at this point in the history
* Update readme

* Update changelog

* Update changelog data

* Update version.lua

* Update mod_info.lua

* Update changelog data to match the last version
  • Loading branch information
Garanas authored Nov 26, 2021
1 parent 0f3d3ce commit 0a2aa40
Show file tree
Hide file tree
Showing 5 changed files with 32 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: 3724
Current patch is: 3726

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

Expand Down
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Hotfix 3726 (26th November, 2021)
============================

### Bug
- (#3565) Reverts changes to the buff mechanic
This introduced a minimal value to each buff, where as some
buffs are negative such as adjacency bonusses. This change
was intended for solely the Seraphim Regeneration field, where
as it affected all buffs.

### Contributors
- Jip (#3565)

Patch 3725 (26th November, 2021)
============================
### Land
Expand Down
17 changes: 16 additions & 1 deletion lua/ui/lobby/changelogData.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
last_version = 3725
last_version = 3726
gamePatches = {
{
version = 3726,
name = "Hotfix 3726",
description = {
'### Bug ',
'- (#3565) Reverts changes to the buff mechanic',
' This introduced a minimal value to each buff, where as some',
' buffs are negative such as adjacency bonusses. This change',
' was intended for solely the Seraphim Regeneration field, where',
' as it affected all buffs.',
'',
'### Contributors',
'- Jip (#3565)',
}
},
{
version = 3725,
name = "Game version 3725",
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 = '3725'
local Version = '3726'
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 = 3725
version = 3726
_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 0a2aa40

Please sign in to comment.