-
Notifications
You must be signed in to change notification settings - Fork 14
/
changelog.txt
83 lines (83 loc) · 3.1 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---------------------------------------------------------------------------------------------------
Version: 2.0.0
Date: 2024-10-27
Changes:
- 2.0 update.
---------------------------------------------------------------------------------------------------
Version: 1.0.5
Date: 2021-02-24
Changes:
- Refined graphics (entity, icon).
- New smoke animation.
- New mod icon.
- New technology icon.
- (changes by snouz)
---------------------------------------------------------------------------------------------------
Version: 1.0.4
Date: 2021-02-23
Changes:
- Fix sorting again (merge error from last fix).
---------------------------------------------------------------------------------------------------
Version: 1.0.3
Date: 2021-02-21
Changes:
- Fix crash due to deleting surface with teleporters on them.
---------------------------------------------------------------------------------------------------
Version: 1.0.2
Date: 2021-02-17
Changes:
- Fix sorting order of non-recent teleporters.
---------------------------------------------------------------------------------------------------
Version: 1.0.1
Date: 2021-02-14
Changes:
- Recently used teleporters will sort above all others.
---------------------------------------------------------------------------------------------------
Version: 1.0.0
Date: 2020-11-25
Changes:
- 1.1 update.
---------------------------------------------------------------------------------------------------
Version: 0.2.3
Date: 2020-05-25
Changes:
- Fixes for GUI update.
---------------------------------------------------------------------------------------------------
Version: 0.2.2
Date: 2020-03-18
Changes:
- Fix compatibility with new Character GUI.
---------------------------------------------------------------------------------------------------
Version: 0.2.1
Date: 2020-02-01
Changes:
- Fix icon mipmaps error on startup.
---------------------------------------------------------------------------------------------------
Version: 0.2.0
Date: 2020-01-12
Changes:
- 0.18 update.
---------------------------------------------------------------------------------------------------
Version: 0.1.14
Date: 2019-07
Changes:
- Fixed script error naming teleporters 'help' or 'valid' etc.
- Rename teleporter GUI will no longer show when building a new teleporter.
---------------------------------------------------------------------------------------------------
Version: 0.1.11
Date: 2019-07
Changes:
- Fixed script error due to removed 'want_elipsis' LuaStyle.
- The teleporter list GUI is now sorted alphabetically.
---------------------------------------------------------------------------------------------------
Version: 0.1.10
Date: 2019-06
Changes:
- Fixed script error when entering '[' or other special characters into the search.
---------------------------------------------------------------------------------------------------
Version: 0.1.9
Date: 2019-05
Changes:
- Added changelog.
- Fix compatibility with Factorio version 0.17.35+.
- Slight optimization of teleporter triggering logic.