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