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