Skip to content

Commit

Permalink
0.7.4.420 Release 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Finwickle committed Feb 5, 2022
1 parent 836a0ad commit 72433b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Change notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

### Version 0.7.4
* Don't report incompatibilities if one mod is the successor of the other mod
* Report 'different release type' (stable vs beta) at both mods
* Minor textual changes
* Gzip support for the catalog (thanks Mircea Chirea!)
* Bugfix: bundled catalog not located on MacOS
* Updater: allow author name change to Steam ID
* Bugfix for the Updater: adding required mod as successor/etc. should not be allowed
NOTE: The bundled catalog is changed to gzip, but the catalog download file not yet
NOTE: Catalog major version has increased. New catalogs can soon not be read by previous mod versions
NOTE: Catalog major version has increased. Previous mod versions might not be able to read new catalogs

### Version 0.7.3
* Minor textual changes
Expand Down
2 changes: 1 addition & 1 deletion CompatibilityReport/Util/ModSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public static class ModSettings
{
// Mod properties.
public const string Version = "0.7.4";
public const string Build = "419";
public const string Build = "420";
public const string ReleaseType = "";
public const int CurrentCatalogStructureVersion = 4;

Expand Down

0 comments on commit 72433b6

Please sign in to comment.