Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit f882227

Browse files
Merge pull request #7 from theRustyKnife/1.6-dev
1 6 dev
2 parents 3e60dd8 + 779b1c0 commit f882227

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

manual-inventory-sort/changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
##1.6.0##
2+
* Updated for Factorio 0.15
3+
14
##1.5.5##
25
* Fixed sorting of certain items would cause a crash when there were filters for them ([6067](https://mods.factorio.com/mods/theRustyKnife/manual-inventory-sort/discussion/6067))
36
* Fixed a possible crash when sorting cars or wagons with bigger inventories than any chest

manual-inventory-sort/info.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "manual-inventory-sort",
3-
"version": "1.5.5",
4-
"factorio_version": "0.14",
3+
"version": "1.6.0",
4+
"factorio_version": "0.15",
55
"title": "Manual Inventory Sorting",
66
"author": "TheRustyKnife",
7-
"description": "Makes some tweaks to the way inventory sorting works.\nYou can sort your inventory on demand or toggle auto-sort. Auto-sort can be configured to work for just a part of your inventory.\nIt's also possible to sort chests, cars and cargo wagons.",
7+
"description": "Makes some tweaks to the way inventory sorting works.\nYou can sort your inventory on demand or toggle auto-sort. Auto-sort can be configured to work for just a part of your inventory. \nIt's also possible to sort chests, cars and cargo wagons. \n0.15 supported!",
88
"homepage": "http://mods.factorio.com/mods/theRustyKnife/manual-inventory-sort",
9-
"date": "10.12.2016",
10-
"dependencies": ["base >= 0.14.4"]
9+
"date": "24.04.2017",
10+
"dependencies": ["base"]
1111
}

0 commit comments

Comments
 (0)