diff --git a/VERSION b/VERSION index 21e8796..ee90284 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.3 +1.0.4 diff --git a/changelog.txt b/changelog.txt index c99c197..1f4d1ee 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,12 @@ --------------------------------------------------------------------------------------------------- +Version: 1.0.4 +Date: 2024-12-30 + Bugfixes: + - fix migrating from old Factorio versions where the filter buttons would be made invisible + - fix migrating from old YARM versions where the toggle buttons for background, surface split, and/or lite mode did not exist + - fix migrating from old YARM versions where site.scanned_ore_per_minute did not exist + - fix migrating a scenario from old YARM versions where player_data.ui does not exist when the player is created but player_data does +--------------------------------------------------------------------------------------------------- Version: 1.0.3 Bugfixes: - fix the aforementioned crash stemming from summary sites not having a force (they have one now) diff --git a/info.json b/info.json index 81cf1ae..62bd35d 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "YARM", - "version": "1.0.3", + "version": "1.0.4", "factorio_version": "2.0", "title": "YARM - Resource Monitor", "author": "Mithaldu (current maintainer) and Narc",