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