diff --git a/CHANGELOG.txt b/CHANGELOG.txt new file mode 100644 index 0000000..9ba364c --- /dev/null +++ b/CHANGELOG.txt @@ -0,0 +1,13 @@ +0.1.1: +Runtime: +- Fixed the mod trying to load a non-existent map if it was deleted while selected. +- Fixed the mod's home page and repository URLs not being set. +- Specified minimum UMM version as 0.24.6. + +Map Creation Package: +- Added validation for terrain height. +- Fixed spawn position validation always failing until a build was run. +- Fixed an error when generating the map background if the terrain or water levels were 0. + +0.1.0: +- Initial release. diff --git a/PackageBuilder/Assets/Mapify/version.txt b/PackageBuilder/Assets/Mapify/version.txt index 6e8bf73..17e51c3 100644 --- a/PackageBuilder/Assets/Mapify/version.txt +++ b/PackageBuilder/Assets/Mapify/version.txt @@ -1 +1 @@ -0.1.0 +0.1.1 diff --git a/info.json b/info.json index 63968b2..4845dc1 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "Id": "Mapify", - "Version": "0.1.0", + "Version": "0.1.1", "DisplayName": "Mapify", "Author": "Insprill", "EntryMethod": "Mapify.Main.Load", diff --git a/repository.json b/repository.json index b56f4a5..22f162c 100644 --- a/repository.json +++ b/repository.json @@ -1,5 +1,10 @@ { "Releases": [ + { + "Id": "Mapify", + "Version": "0.1.1", + "DownloadUrl": "https://github.com/Insprill/dv-mapify/releases/download/v0.1.1/Mapify_v0.1.1.zip" + }, { "Id": "Mapify", "Version": "0.1.0",