Skip to content

Commit

Permalink
Version 1.0.5: bugfix for NaNs
Browse files Browse the repository at this point in the history
  • Loading branch information
narc0tiq committed Jan 1, 2025
1 parent 8312e7c commit 484eaa6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.4
1.0.5
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 484eaa6

Please sign in to comment.