From 484eaa6c2318ae3b86ce2d01d4c1f634aa9f0243 Mon Sep 17 00:00:00 2001 From: Octav Sandulescu Date: Wed, 1 Jan 2025 04:03:35 +0200 Subject: [PATCH] Version 1.0.5: bugfix for NaNs --- VERSION | 2 +- changelog.txt | 7 +++++++ info.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index ee90284..90a27f9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.4 +1.0.5 diff --git a/changelog.txt b/changelog.txt index 1f4d1ee..a1a1f7b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,11 @@ --------------------------------------------------------------------------------------------------- +Version: 1.0.5 +Date: 2025-01-01 + Bugfixes: + - guard against a `nan` being created in a very unlikely situation (#194) + - repair a site where a `nan` had been created already + - stop a crash when trying to format as number a string that has no digits +--------------------------------------------------------------------------------------------------- Version: 1.0.4 Date: 2024-12-30 Bugfixes: diff --git a/info.json b/info.json index 62bd35d..d1ff771 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "YARM", - "version": "1.0.4", + "version": "1.0.5", "factorio_version": "2.0", "title": "YARM - Resource Monitor", "author": "Mithaldu (current maintainer) and Narc",