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