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

Commit e71f5fb

Browse files
committed
Merge branch 'dev'
2 parents 7419d25 + cee5545 commit e71f5fb

File tree

7 files changed

+373
-135
lines changed

7 files changed

+373
-135
lines changed

.gitignore

Lines changed: 0 additions & 47 deletions
This file was deleted.

changelog.lua

Lines changed: 220 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,220 @@
1+
return {
2+
{
3+
name = "1.8.1",
4+
date = "16. 12. 2017",
5+
Bugfixes = {
6+
"Fixed filters in the main inventory weren't taken into account",
7+
},
8+
},
9+
{
10+
name = "1.8.0",
11+
date = "16. 12. 2017",
12+
Changes = {
13+
"Updated for 0.16",
14+
},
15+
Bugfixes = {
16+
{
17+
"Fixed that opened blueprint books and similar items would close when the inventory was sorted",
18+
more = {["4"] = "https://github.com/theRustyKnife/ManualInventorySorting/issues/4"},
19+
},
20+
},
21+
},
22+
{
23+
name = "1.7.0",
24+
date = "15. 07. 2017",
25+
Features = {
26+
{
27+
"A new option for part inventory sorting for sorting beggining/end of the inventory",
28+
more = {["10"] = "https://github.com/theRustyKnife/ManualInventorySorting/pull/10"},
29+
},
30+
},
31+
},
32+
{
33+
name = "1.6.1",
34+
date = "05. 06. 2017",
35+
Bugfixes = {
36+
{
37+
"Fixed stackable items with equipment grids could get deleted in some cases",
38+
more = {["14638"] = "https://mods.factorio.com/mods/theRustyKnife/manual-inventory-sort/discussion/14638"},
39+
},
40+
},
41+
},
42+
{
43+
name = "1.6.0",
44+
date = "24. 04. 2017",
45+
Changes = {
46+
"Updated for Factorio 0.15",
47+
},
48+
},
49+
{
50+
name = "1.5.5",
51+
date = "10. 12. 2016",
52+
Bugfixes = {
53+
{
54+
"Fixed sorting of certain items would cause a crash when there were filters for them",
55+
more = {["6067"] = "https://mods.factorio.com/mods/theRustyKnife/manual-inventory-sort/discussion/6067"},
56+
},
57+
"Fixed a possible crash when sorting cars or wagons with bigger inventories than any chest",
58+
},
59+
},
60+
{
61+
name = "1.5.4",
62+
date = "07. 11. 2016",
63+
Bugfixes = {
64+
{
65+
"Fixed filtered car sorting",
66+
more = {["5284"] = "https://mods.factorio.com/mods/theRustyKnife/manual-inventory-sort/discussion/5284"},
67+
},
68+
},
69+
},
70+
{
71+
name = "1.5.3",
72+
date = "27. 09. 2016",
73+
Bugfixes = {
74+
{
75+
"Fixed temporary chests being selectable",
76+
more = {["3947"] = "https://mods.factorio.com/mods/theRustyKnife/manual-inventory-sort/discussion/3947"},
77+
},
78+
},
79+
},
80+
{
81+
name = "1.5.2",
82+
date = "29. 06. 2017",
83+
Bugfixes = {
84+
"No more temporary entity spawning and destroying on every player inventory sort",
85+
"Fixed filtered cargo-wagons weren't sorted properly",
86+
},
87+
},
88+
{
89+
name = "1.5.1",
90+
date = "21. 09. 2016",
91+
Bugfixes = {
92+
"Removed the left-over debugging message when auto-sorting",
93+
},
94+
},
95+
{
96+
name = "1.5.0",
97+
date = "19. 09. 2016",
98+
Changes = {
99+
"Internal changes",
100+
{
101+
"Improved auto-sort performance",
102+
more = {["3558"] = "https://mods.factorio.com/mods/theRustyKnife/manual-inventory-sort/discussion/3558"},
103+
},
104+
},
105+
},
106+
{
107+
name = "1.4.5",
108+
date = "06. 09. 2016",
109+
Bugfixes = {
110+
"Fixed GUI buttons would not appear when opened a logistic chest",
111+
},
112+
Features = {
113+
"Added car and wagon sorting",
114+
{
115+
"Added Russian translation",
116+
by = {["Apriori"] = "https://mods.factorio.com/mods/theRustyKnife/manual-inventory-sort/discussion/3041"},
117+
},
118+
},
119+
},
120+
{
121+
name = "1.4.4",
122+
date = "26. 08. 2016",
123+
Changes = {
124+
"Updated for Factorio 0.14",
125+
},
126+
},
127+
{
128+
name = "1.4.3",
129+
date = "12. 08. 2016",
130+
Bugfixes = {
131+
{
132+
"Fixed sorting big chests caused a crash",
133+
more = {["2008"] = "https://mods.factorio.com/mods/theRustyKnife/manual-inventory-sort/discussion/2008"},
134+
},
135+
},
136+
},
137+
{
138+
name = "1.4.2",
139+
date = "02. 08. 2016",
140+
Bugfixes = {
141+
{
142+
"Fixed logistic chests were not sortable",
143+
{["1519"] = "https://mods.factorio.com/mods/theRustyKnife/manual-inventory-sort/discussion/1519"},
144+
},
145+
},
146+
},
147+
{
148+
name = "1.4.1",
149+
date = "30. 07. 2016",
150+
Bugfixes = {
151+
{
152+
"Fixed a bug causing a crash when loading existing saves without the mod installed before",
153+
{["1494"] = "https://mods.factorio.com/mods/theRustyKnife/manual-inventory-sort/discussion/1494"},
154+
},
155+
},
156+
},
157+
{
158+
name = "1.4.0",
159+
date = "30. 07. 2016",
160+
Bugfixes = {
161+
"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",
162+
},
163+
Features = {
164+
"Added sorting GUI",
165+
},
166+
},
167+
{
168+
name = "1.3.0",
169+
date = "30. 07. 2016",
170+
Changes = {
171+
"Changed the default shortcuts to use shift instead of ctrl (it's a lot more comfortable this way)",
172+
},
173+
Features = {
174+
"Added chest sorting",
175+
},
176+
},
177+
{
178+
name = "1.2.0",
179+
date = "30. 07. 2016",
180+
Features = {
181+
"Addded an options menu",
182+
"Added part inventory sorting",
183+
},
184+
},
185+
{
186+
name = "1.1.2",
187+
date = "30. 07. 2016",
188+
Changes = {
189+
"Use of new API features of 0.13.12 to get rid of the need to place temporary entities",
190+
},
191+
},
192+
{
193+
name = "1.1.1",
194+
date = "28. 07. 2016",
195+
Bugfixes = {
196+
"Fixed auto-sort performance, now sorting is done only when actually needed",
197+
},
198+
},
199+
{
200+
name = "1.1.0",
201+
date = "27. 07. 2016",
202+
Bugfixes = {
203+
"Fixed a bug making it possible to duplicate items with durability in certain cases",
204+
},
205+
Features = {
206+
"Added the auto-sort feature. It has performance problems to be solved though.",
207+
},
208+
},
209+
{
210+
name = "1.0.1",
211+
date = "27. 07. 2016",
212+
Bugfixes = {
213+
"Fixed a bug causing items to be lost when inserted in the tick after sorting was triggered",
214+
},
215+
},
216+
{
217+
name = "1.0.0",
218+
"Initital release",
219+
},
220+
}

0 commit comments

Comments
 (0)