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

Commit 5344bc9

Browse files
committed
Updated metadata
Also changed date format to ISO and added contact.
1 parent a349970 commit 5344bc9

File tree

2 files changed

+28
-24
lines changed

2 files changed

+28
-24
lines changed
Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,71 @@
1-
##1.6.0##
1+
## 1.6.1 ##
2+
* Fixed stackable items with equipment grids could get deleted in some cases ([14638](https://mods.factorio.com/mods/theRustyKnife/manual-inventory-sort/discussion/14638))
3+
4+
## 1.6.0 ##
25
* Updated for Factorio 0.15
36

4-
##1.5.5##
7+
## 1.5.5 ##
58
* 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))
69
* Fixed a possible crash when sorting cars or wagons with bigger inventories than any chest
710

8-
##1.5.4##
11+
## 1.5.4 ##
912
* Fixed filtered car sorting ([5284](https://mods.factorio.com/mods/theRustyKnife/manual-inventory-sort/discussion/5284))
1013

11-
##1.5.3##
14+
## 1.5.3 ##
1215
* Fixed temporary chests being selectable ([3947](https://mods.factorio.com/mods/theRustyKnife/manual-inventory-sort/discussion/3947))
1316

14-
##1.5.2##
17+
## 1.5.2 ##
1518
* No more temporary entity spawning and destroying on every player inventory sort
1619
* Fixed filtered cargo-wagons weren't sorted properly
1720

18-
##1.5.1##
21+
## 1.5.1 ##
1922
* Removed the left-over debugging message when auto-sorting
2023

21-
##1.5.0##
24+
## 1.5.0 ##
2225
* Internal changes
2326
* Improved auto-sort performance ([3558](https://mods.factorio.com/mods/theRustyKnife/manual-inventory-sort/discussion/3558))
2427

25-
##1.4.5##
28+
## 1.4.5 ##
2629
* Fixed GUI buttons would not appear when opened a logistic chest
2730
+ Added car and wagon sorting
2831
+ Added Russian translation thanks to [Apriori](https://mods.factorio.com/mods/theRustyKnife/manual-inventory-sort/discussion/3041)
2932

30-
##1.4.4##
33+
## 1.4.4 ##
3134
* Updated for Factorio 0.14
3235

33-
##1.4.3##
36+
## 1.4.3 ##
3437
* Fixed sorting big chests caused a crash ([2008](https://mods.factorio.com/mods/theRustyKnife/manual-inventory-sort/discussion/2008))
3538

36-
##1.4.2##
39+
## 1.4.2 ##
3740
* Fixed logistic chests were not sortable ([1519](https://mods.factorio.com/mods/theRustyKnife/manual-inventory-sort/discussion/1519))
3841

39-
##1.4.1##
42+
## 1.4.1 ##
4043
* Fixed a bug causing a crash when loading existing saves without the mod installed before ([1494](https://mods.factorio.com/mods/theRustyKnife/manual-inventory-sort/discussion/1494))
4144

42-
##1.4.0##
45+
## 1.4.0 ##
4346
* Fixed broken migration script (hopefully), apologies to anyone who had problems with this - it should be safe now to migrate from any version to 1.4
4447
+ Added sorting GUI
4548

46-
##1.3.0##
49+
## 1.3.0 ##
4750
* Changed the default shortcuts to use shift instead of ctrl (it's a lot more comfortable this way)
4851
+ Added chest sorting
4952

50-
##1.2.0##
53+
## 1.2.0 ##
5154
+ Addded an options menu
5255
+ Added part inventory sorting
5356

54-
##1.1.2##
57+
## 1.1.2 ##
5558
* Use of new API features of 0.13.12 to get rid of the need to place temporary entities
5659

57-
##1.1.1##
60+
## 1.1.1 ##
5861
* Fixed auto-sort performance, now sorting is done only when actually needed
5962

60-
##1.1.0##
63+
## 1.1.0 ##
6164
* Fixed a bug making it possible to duplicate items with durability in certain cases
6265
+ Added the auto-sort feature. It has performance problems to be solved though.
6366

64-
##1.0.1##
67+
## 1.0.1 ##
6568
* Fixed a bug causing items to be lost when inserted in the tick after sorting was triggered
6669

67-
##1.0.0##
70+
## 1.0.0 ##
6871
+ Initial release

manual-inventory-sort/info.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "manual-inventory-sort",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"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. \n0.15 supported!",
7+
"contact": "therustyknife13@gmail.com",
8+
"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.",
89
"homepage": "http://mods.factorio.com/mods/theRustyKnife/manual-inventory-sort",
9-
"date": "24.04.2017",
10+
"date": "2017-06-05",
1011
"dependencies": ["base"]
11-
}
12+
}

0 commit comments

Comments
 (0)