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