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