]> git.somenet.org - factorio/some-autoresearch.git/blob - changelog.txt
Fixed too big icons in the auto-research-list.
[factorio/some-autoresearch.git] / changelog.txt
1 ---------------------------------------------------------------------------------------------------
2 Version: 0.18.1
3 Date: 2020-05-05
4
5   Changed:
6     - Moved git repository. No functional changes.
7
8 ---------------------------------------------------------------------------------------------------
9 Version: 0.18.0
10 Date: 2020-05-02
11
12   Changed:
13     - Mod seemes abandoned. Fixed, git-ified and republished.
14
15 ---------------------------------------------------------------------------------------------------
16 Version: 5.0.2
17 Date: 09. 04. 2019
18   Changes:
19     - Fixed setting research which broke with Factorio 0.17.26.
20     - Made the research strategy options look better.
21 ---------------------------------------------------------------------------------------------------
22 Version: 5.0.1
23 Date: 03. 03. 2019
24   Changes:
25     - Keybinding (Shift-T) should work again.
26     - Filtering search results by ingredients should work properly again.
27 ---------------------------------------------------------------------------------------------------
28 Version: 5.0.0
29 Date: 03. 03. 2019
30   Changes:
31     - Updated for Factorio 0.17.
32     - When AR is enabled, the in game research queue will be disabled.
33 ---------------------------------------------------------------------------------------------------
34 Version: 4.3.1
35 Date: 03. 01. 2019
36   Changes:
37     - Complete russian translation, provided by user badway.
38 ---------------------------------------------------------------------------------------------------
39 Version: 4.3.0
40 Date: 14. 10. 2018
41   Changes:
42     - Removed message about multiple technologies research within same tick, it served little purpose but spam.
43 ---------------------------------------------------------------------------------------------------
44 Version: 4.2.0
45 Date: 05. 08. 2018
46   Changes:
47     - Players may choose a different research strategy. Research strategy will honor research queue & blacklist. Suggested by Foreros.
48     - Added mod setting for specifying default queue/blacklist (advanced usage). Suggested by oLaudix.
49     - Better support for research ingredients with multiple icons. Reported by GitHub user LovelySanta.
50 ---------------------------------------------------------------------------------------------------
51 Version: 4.1.0
52 Date: 03. 04. 2018
53   Changes:
54     - Added possibility to filter search results by toggled ingredients. Feature provided by GitHub user sparr.
55     - Display all search results instead of just 30. Feature provided by GitHub user sparr.
56     - Improved search functionality, but still no localized search (game restriction). Feature provided by GitHub user sparr.
57 ---------------------------------------------------------------------------------------------------
58 Version: 4.0.3
59 Date: 10. 02. 2018
60   Changes:
61     - When another mod (such as Timed Technology) changed research ingredients or energy to 0, AR effort calculation would result in all techs being considered having the same effort (0). This is no longer the case.
62 ---------------------------------------------------------------------------------------------------
63 Version: 4.0.2
64 Date: 15. 12. 2017
65   Changes:
66     - Fixed issue with checkboxes not saving state.
67 ---------------------------------------------------------------------------------------------------
68 Version: 4.0.1
69 Date: 15. 12. 2017
70   Changes:
71     - Fixed issue with remote interfaces, which is used by other mods to modify Auto Research settings.
72 ---------------------------------------------------------------------------------------------------
73 Version: 4.0.0
74 Date: 14. 12. 2017
75   Changes:
76     - Updated for Factorio 0.16.
77 ---------------------------------------------------------------------------------------------------
78 Version: 3.5.0
79 Date: 03. 07. 2017
80   Changes:
81     - Added buttons for moving queued tech to the top/bottom of the queue. Suggested by pokemonspeler.
82     - Right-clicking the search field removes the text. Suggested by Netoen.
83 ---------------------------------------------------------------------------------------------------
84 Version: 3.4.0
85 Date: 13. 06. 2017
86   Changes:
87     - New setting: Deprioritize infinite tech. Disabled by default. When enabled AR will research all techs which are finite before researching infinite techs. Note that only technologies marked with the infinity symbol (∞) are considered infinite, technologies such as "Mining productivity 1-3" is considered a finite tech. Suggested by Solarwuff.
88     - When enabling all techs or for some other reason complete multiple technologies during the same tick, only the first technology will be announced. This is to prevent the chat from being spammed. Suggested by Sworn.
89 ---------------------------------------------------------------------------------------------------
90 Version: 3.3.1
91 Date: 07. 05. 2017
92   Changes:
93     - Fixed issue where AR researched the least effort tech in queue rather than the highest prioritized tech.
94 ---------------------------------------------------------------------------------------------------
95 Version: 3.3.0
96 Date: 07. 05. 2017
97   Changes:
98     - "Prioritized" has changed name to "Queued".
99     - "Deprioritized" is now "Blacklisted". Technologies added to this list will never be researched, even if there are no other technologies left to be researched. The old "Deprioritized" would research a technology if there were no other options, but this was a behavior that made more sense in earlier versions of the mod.
100 ---------------------------------------------------------------------------------------------------
101 Version: 3.2.2
102 Date: 04. 05. 2017
103   Changes:
104     - Adding/removing/updating mods should no longer cause AR to reset allowed ingredients toggles.
105 ---------------------------------------------------------------------------------------------------
106 Version: 3.2.1
107 Date: 04. 05. 2017
108   Changes:
109     - Adding a mod that introduced more research ingredients to an existing game with AR caused AR not to discover the new ingredients. This is now fixed.
110 ---------------------------------------------------------------------------------------------------
111 Version: 3.2.0
112 Date: 03. 05. 2017
113   Changes:
114     - The setting "Fewest ingredients first" has been removed. It didn't work well with infinite research as certain infinite techs require 6 types of science packs while others require 7, meaning that the latter will never be researched as long as this setting was enabled. While the setting had its merits, it was a confusing option and the new ingredient filter works as a decent replacement.
115     - Added new setting "Only research prioritized" (default disabled). When this setting is checked AR will only start researching techs leading up to and including the prioritized techs. No prioritized techs; No automatic research of "least effort" techs.
116     - Prerequisites to prioritized techs weren't researched in a defined order. Now the least effort prerequisites will be researched first.
117 ---------------------------------------------------------------------------------------------------
118 Version: 3.1.0
119 Date: 27. 04. 2017
120   Changes:
121     - The setting "Allow non-standard ingredients" has been replaced by an ingredient filter. You can now tell Auto Research to avoid technologies that requires ingredients you've filtered out in the GUI. Improvement suggested by Rhamphoryncus.
122     - Improved effort calculation by also including ingredient count. Improvement suggested by Optera.
123     - Ingredients added by other mods should in most cases now be displayed with the correct icon in the GUI rather than a question mark.
124 ---------------------------------------------------------------------------------------------------
125 Version: 3.0.2
126 Date: 26. 04. 2017
127   Changes:
128     - I discovered that infinite research (such as "Mining Productivity") is displayed incorrectly in the game if a mod starts the next level of a research immediately upon completion of the previous level. If you queue up "Mining Productivity" then AR will first research "Mining Productivity 1", then "Mining Productivity 2", but in Factorio 0.15.2 it looks like it's researching "Mining Productivity 1" twice! Thus I removed the work-around in AR 3.0.1 as it's not AR doing anything wrong.
129     - Added technology level when broadcasting research completion.
130 ---------------------------------------------------------------------------------------------------
131 Version: 3.0.1
132 Date: 26. 04. 2017
133   Changes:
134     - Fixed issue where wrong prerequisite technology was researched when prioritizing techs.
135     - Temporary work-around to prevent AR from researching the same level of certain technologies (such as "Mining Productivity").
136 ---------------------------------------------------------------------------------------------------
137 Version: 3.0.0
138 Date: 24. 04. 2017
139   Changes:
140     - Only updated to work with Factorio 0.15.
141 ---------------------------------------------------------------------------------------------------
142 Version: 2.2.1
143 Date: 05. 11. 2016
144   Changes:
145     - Fixed issue where AR would crash if you prioritized/deprioritized techs added by another mod, then removed the mod adding the tech.
146 ---------------------------------------------------------------------------------------------------
147 Version: 2.2.0
148 Date: 23. 10. 2016
149   Changes:
150     - Added option to print technology name in console when research is finished.
151     - Auto Research will no longer cause game to freeze for a short time when you enable all technologies (commonly done in sandbox mode).
152     - Searching for technologies is now case insensitive.
153 ---------------------------------------------------------------------------------------------------
154 Version: 2.1.0
155 Date: 06. 10. 2016
156   Changes:
157     - Deprioritized technologies will now only be researched when there's no other non-deprioritized technology available. Previously AR would research deprioritized technologies when "fewest first" was enabled and the deprioritized technologies was the last techs left with the fewest types of ingredients.
158     - Added ingredient icons to technology lists in GUI. Will (probably) show question mark for non-standard ingredients to technologies added by other mods.
159     - Cleaned up code. Probably broke shortcut key for those who've changed it from the default.
160 ---------------------------------------------------------------------------------------------------
161 Version: 2.0.0
162 Date: 22. 09. 2016
163   Changes:
164     - Research Center is gone, replaced with a GUI. Sadly this means that you can't add a signal (such as the locomotive) to prioritize research. You can however search for technologies and items in the GUI, although you have to search for the prototype name and not the localized name (restriction imposed by game). Prototype name tend to be the same or nearly the same as the English localization.
165     - Technologies were not researched in the intended order, they should now.
166     - Added possibility to switch research even though previous research is not completed (as the game now saves your progress if you change research).
167     - Mod is enabled by default again.
168     - Keybinding for enabling/disabling Auto Research, non-standard research recipes and researching all technologies requiring fewest types of science packs first have been removed. These settings can be changed in the GUI.
169 ---------------------------------------------------------------------------------------------------
170 Version: 1.0.1
171 Date: 18. 09. 2016
172   Changes:
173     - Sorting technology signals alphabetically.
174 ---------------------------------------------------------------------------------------------------
175 Version: 1.0.0
176 Date: 16. 09. 2016
177   Changes:
178     - Added a "Research Center" for configuring AR from within the game.
179     - Removed config.lua as (most of) it can now be configured within the game using the Research Center.
180     - Proper support for multiple forces, each force have their own settings for AR.
181     - Added keybinding (Control+T) for enabling/disabling whether AR should research all technologies requiring fewest ingredients before moving on to technologies requiring more types of ingredients. Keybinding for enabling/disabling research of technologies requiring other ingredients than Science packs and Alien science pack has been moved to Alt+T. This may cause duplicate keybindings for those who upgrade AR from a previous version, solution is to manually set the keybindings.
182 ---------------------------------------------------------------------------------------------------
183 Version: 0.7.0
184 Date: 12. 09. 2016
185   Changes:
186     - Update to make mod work with Factorio 0.14.
187 ---------------------------------------------------------------------------------------------------
188 Version: 0.6.0
189 Date: 21. 08. 2016
190   Changes:
191     - Added keybinding (Control+T) for enabling/disabling research of technologies requiring other ingredients than Science packs and Alien science pack.
192     - Added config setting for avoiding certain technologies.
193 ---------------------------------------------------------------------------------------------------
194 Version: 0.5.0
195 Date: 14. 08. 2016
196   Changes:
197     - Showing Research Queue popup when AR is disabled, hide it when AR is enabled.
198 ---------------------------------------------------------------------------------------------------
199 Version: 0.4.0
200 Date: 12. 08. 2016
201   Changes:
202     - Added keybinding (Shift+T) for toggling AR on/off.
203 ---------------------------------------------------------------------------------------------------
204 Version: 0.3.0
205 Date: 08. 08. 2016
206   Changes:
207     - Fixed an issue where Research Queue popup upon completing a research wasn't disabled.
208 ---------------------------------------------------------------------------------------------------
209 Version: 0.2.0
210 Date: 07. 08. 2016
211   Changes:
212     - Added remote interface for enabling/disabling AR.
213     - Will research prerequisites to a prioritized technology.