]> git.somenet.org - factorio/some-luaconsole.git/blob - changelog.txt
RELEASE 2.1.0 - Initial compatibility with Factorio 2.1
[factorio/some-luaconsole.git] / changelog.txt
1 ---------------------------------------------------------------------------------------------------
2 Version: 2.1.0
3 Date: 2026-06-26
4
5   Changed:
6     - Initial compatibility with Factorio 2.1
7
8 ---------------------------------------------------------------------------------------------------
9 Version: 2.0.5
10 Date: 2026-01-16
11
12   Changed:
13     - No functional changes. (I am still alive and I have not abandoned this mod :)
14
15 ---------------------------------------------------------------------------------------------------
16 Version: 2.0.4
17 Date: 2025-10-18
18
19   Changed:
20     - GUI reworked. Now shows currently configured key bindings.
21
22 ---------------------------------------------------------------------------------------------------
23 Version: 2.0.3
24 Date: 2024-11-30
25
26   Changed:
27     - Overall better error handling.
28
29 ---------------------------------------------------------------------------------------------------
30 Version: 2.0.2
31 Date: 2024-11-30
32
33   Changed:
34     - More pcalls = more good.
35
36 ---------------------------------------------------------------------------------------------------
37 Version: 2.0.1
38 Date: 2024-10-23
39
40   Changed:
41     - Global storage should work again.
42     - Language file update.
43
44 ---------------------------------------------------------------------------------------------------
45 Version: 2.0.0
46 Date: 2024-10-21
47
48   Changed:
49     - Initial compatibility with Factorio 2.0
50
51 ---------------------------------------------------------------------------------------------------
52 Version: 1.1.5
53 Date: 2024-02-02
54
55   Bugfixes:
56     - Fixed bug introduced with the last bugfix. "game.print(game.players[1].name)" should work again.
57
58 ---------------------------------------------------------------------------------------------------
59 Version: 1.1.4
60 Date: 2024-01-02
61
62   Bugfixes:
63     - Fixed game.player string replacement to support non-chained use: "local a = game.player game.print(a.name)" should work now.
64
65 ---------------------------------------------------------------------------------------------------
66 Version: 1.1.3
67 Date: 2023-04-10
68
69   Changed:
70     - Set a maximal height of the console frame to prevent controls getting lost.
71
72 ---------------------------------------------------------------------------------------------------
73 Version: 1.1.2
74 Date: 2023-04-10
75
76   Changed:
77     - Make console movable and autocenter on open.
78
79 ---------------------------------------------------------------------------------------------------
80 Version: 1.1.1
81 Date: 2023-01-17
82
83   Changed:
84     - Version-Bump. No functional changes. (I am still alive :)
85
86 ---------------------------------------------------------------------------------------------------
87 Version: 1.1.0
88 Date: 2020-11-26
89
90   Changed:
91     - Version-Bump. No functional changes.
92
93 ---------------------------------------------------------------------------------------------------
94 Version: 1.0.1
95 Date: 2020-08-17
96
97   Features:
98     - Now remembers the input-script.
99     - Last input can be executed without opening by using keybindings only.
100     - Default keybinding to execute last input-script: CONTROL + ENTER.
101
102   Changed:
103     - Default keybinding to open: from SHIFT + RIGHTBRACKET to CONTROL + RIGHTBRACKET.
104
105 ---------------------------------------------------------------------------------------------------
106 Version: 1.0.0
107 Date: 2020-08-14
108
109   Changed:
110     - No functional changes.
111
112 ---------------------------------------------------------------------------------------------------
113 Version: 0.18.1
114 Date: 2020-05-05
115
116   Changed:
117     - Moved git repository. No functional changes.
118
119 ---------------------------------------------------------------------------------------------------
120 Version: 0.18.0
121 Date: 2020-01-24
122
123   Changed:
124     - Update to factorio 0.18.x.
125
126 ---------------------------------------------------------------------------------------------------
127 Version: 0.17.3
128 Date: 2019-06-01
129
130   Changed:
131     - Code reformatting.
132
133 ---------------------------------------------------------------------------------------------------
134 Version: 0.17.2
135 Date: 2019-03-17
136
137   Changed:
138     - Added check for admin status ... but this mod should not be used in multiplayer games anyway!
139
140 ---------------------------------------------------------------------------------------------------
141 Version: 0.17.1
142 Date: 2019-03-17
143
144   Changed:
145     - Polished, gitified and published my transition helper mod.