Skip to content

Commit 74fc60c

Browse files
committed
Prepared release 2.1.7.
1 parent aea9565 commit 74fc60c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## 2.1.6 - 2021-06-21
414

515
### Fixed

config/autoload/base.global.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
ConfigAggregator::ENABLE_CACHE => true,
1818
'debug' => false,
1919
'name' => 'Factorio Item Browser - Export',
20-
'version' => '2.1.6',
20+
'version' => '2.1.7',
2121
];

0 commit comments

Comments
 (0)