This commit is contained in:
Olivier Gagnon
2021-08-15 16:23:54 -04:00
parent 697a8119b0
commit e4b2a6853d
9 changed files with 896 additions and 50 deletions
+22
View File
@@ -3,6 +3,28 @@
Changelog
=========
v0.52.3 - 2021-07-15 Gangs were OP (hydroflame)
-------------------------------------------
** Gang **
* Significant rework. Ascension is now based on exp gained.
* All upgrades give exp bonuses.
* Maximum gang members reduced to 12.
* Respect required to recruit sharply increased.
* Rewritten in React, the UI should be smoother and less laggy now.
** Infiltration **
* Now isTrusted protected.
** Misc. **
* Many UI element are now "noselect" protected.
* Fixed an issue where you could join the same faction twice via script and
UI simultaneously.
* Factions list screen converted to React.
v0.52.2 - 2021-07-15 Oh yeah, BN11 is a thing (drunk hydroflame tbh)
-------------------------------------------
+1 -1
View File
@@ -66,7 +66,7 @@ documentation_title = '{0} Documentation'.format(project)
# The short X.Y version.
version = '0.52'
# The full version, including alpha/beta/rc tags.
release = '0.52.2'
release = '0.52.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.