File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.1 - 2021-04-01
4
+
5
+ ### Added
6
+
7
+ - Support for new ~ dependency modifier as of [ Factorio 1.1.28] ( https://forums.factorio.com/viewtopic.php?f=3&t=97273 ) .
8
+
3
9
## 1.0.0 - 2021-02-16
4
10
5
11
- Initial release of the Combination API Server project.
Original file line number Diff line number Diff line change 8
8
contact :
9
9
name : BluePsyduck
10
10
email : bluepsyduck@gmx.com
11
- version : 1.0.0
11
+ version : 1.0.1
12
12
servers :
13
13
- url : https://combination-api.factorio-item-browser.com/
14
14
description : Live API server
Original file line number Diff line number Diff line change 16
16
return [
17
17
ConfigAggregator::ENABLE_CACHE => true ,
18
18
'debug ' => false ,
19
- 'version ' => '1.0.0 ' ,
19
+ 'version ' => '1.0.1 ' ,
20
20
];
You can’t perform that action at this time.
0 commit comments