We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea9565 commit 74fc60cCopy full SHA for 74fc60c
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 2.1.7 - 2021-08-15
4
+
5
+### Added
6
7
+- Keeping the Factorio log file in the log directory.
8
9
+### Fixed
10
11
+- Detecting the mod names when execution time of Factorio becomes bigger than 1000 seconds.
12
13
## 2.1.6 - 2021-06-21
14
15
### Fixed
config/autoload/base.global.php
@@ -17,5 +17,5 @@
17
ConfigAggregator::ENABLE_CACHE => true,
18
'debug' => false,
19
'name' => 'Factorio Item Browser - Export',
20
- 'version' => '2.1.6',
+ 'version' => '2.1.7',
21
];
0 commit comments