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