|
| 1 | +# Changelog for Minecraft 1.19.2 |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | + |
| 4 | +<a name="1.19.2-1.6.9"></a> |
| 5 | +## [1.19.2-1.6.9](/compare/1.19.2-1.6.8...1.19.2-1.6.9) - 2025-08-15 08:44:17 |
| 6 | + |
| 7 | + |
| 8 | +### Fixed |
| 9 | +* Fix wrong slot offset for JEI fill on some recipes, Closes CyclopsMC/IntegratedTerminals#178 |
| 10 | +* Fix static crafting plan being scrollable with half rows, Closes CyclopsMC/IntegratedCrafting#150 |
| 11 | + |
| 12 | +<a name="1.19.2-1.6.8"></a> |
| 13 | +## [1.19.2-1.6.8](/compare/1.19.2-1.6.7...1.19.2-1.6.8) - 2025-06-18 17:09:19 +0200 |
| 14 | + |
| 15 | + |
| 16 | +### Fixed |
| 17 | +* Fix JEI search not syncing on right-click, Closes CyclopsMC/IntegratedTerminals#171 |
| 18 | + |
| 19 | +<a name="1.19.2-1.6.7"></a> |
| 20 | +## [1.19.2-1.6.7](/compare/1.19.2-1.6.6...1.19.2-1.6.7) - 2025-05-20 17:28:29 +0200 |
| 21 | + |
| 22 | + |
| 23 | +### Fixed |
| 24 | +* Fix search hotkey also typing in hotkey in search box |
| 25 | + Closes CyclopsMC/IntegratedTerminals#168 |
| 26 | +* Fix typo in manual |
| 27 | + |
| 28 | +<a name="1.19.2-1.6.6"></a> |
| 29 | +## [1.19.2-1.6.6](/compare/1.19.2-1.6.5...1.19.2-1.6.6) - 2025-03-11 07:50:53 +0100 |
| 30 | + |
| 31 | + |
| 32 | +### Fixed |
| 33 | +* Fix JEI recipe fill not working for damaged items |
| 34 | + Closes CyclopsMC/IntegratedDynamics#1485 |
| 35 | + |
| 36 | +<a name="1.19.2-1.6.5"></a> |
| 37 | +## [1.19.2-1.6.5](/compare/1.19.2-1.6.4...1.19.2-1.6.5) - 2025-02-08 16:01:24 +0100 |
| 38 | + |
| 39 | + |
| 40 | +### Changed |
| 41 | +* Hide finishing crafting jobs from view, CyclopsMC/IntegratedCrafting#132 |
| 42 | + |
| 43 | +### Fixed |
| 44 | +* Fix showing Crafting label when zero |
| 45 | +* Fix plan view not resetting to empty when job is done, CyclopsMC/IntegratedCrafting#132 |
| 46 | +* Fix crafting job entry text overlap, Closes CyclopsMC/IntegratedCrafting#132 |
| 47 | +* Fix scroll/toggle state of crafting jobs not being preserved |
| 48 | + This was a regression since to the recent flat crafting job view. |
| 49 | + Closes CyclopsMC/IntegratedCrafting#126 |
| 50 | + |
| 51 | +<a name="1.19.2-1.6.4"></a> |
| 52 | +## [1.19.2-1.6.4](/compare/1.19.2-1.6.3...1.19.2-1.6.4) - 2025-01-19 10:10:44 +0100 |
| 53 | + |
| 54 | + |
| 55 | +### Fixed |
| 56 | +* Fix EMI render issue when showing button-less recipes |
| 57 | + Closes CyclopsMC/IntegratedTerminals#150 |
| 58 | + |
| 59 | +<a name="1.19.2-1.6.3"></a> |
| 60 | +## [1.19.2-1.6.3](/compare/1.19.2-1.6.2...1.19.2-1.6.3) - 2024-11-27 10:00:27 +0100 |
| 61 | + |
| 62 | + |
| 63 | +### Changed |
| 64 | +* Improve JEI/REI/EMI performance, CyclopsMC/IntegratedTerminals#139 |
| 65 | +* Optimize client performance of large networks with many changes, Closes #139 |
| 66 | + |
| 67 | +### Fixed |
| 68 | +* Fix JEI lag caused by non-crafting recipes being considered in terminal |
| 69 | + Closes CyclopsMC/IntegratedTerminals#141 |
| 70 | +* Fix JEI/EMI/REI cache not invalidating when player inv changes |
| 71 | + |
| 72 | +<a name="1.19.2-1.6.2"></a> |
| 73 | +## [1.19.2-1.6.2](/compare/1.19.2-1.6.1...1.19.2-1.6.2) - 2024-11-02 15:50:59 +0100 |
| 74 | + |
| 75 | + |
| 76 | +### Fixed |
| 77 | +* Fix rare CME when switching terminal tabs, Closes #136 |
| 78 | + |
| 79 | +<a name="1.19.2-1.6.1"></a> |
| 80 | +## [1.19.2-1.6.1](/compare/1.19.2-1.6.0...1.19.2-1.6.1) - 2024-10-28 16:44:22 +0100 |
| 81 | + |
| 82 | + |
| 83 | +### Fixed |
| 84 | +* Fix EMI crash if EmiSearchWidget is not present, Closes CyclopsMC/IntegratedTerminals#133 |
| 85 | + |
| 86 | +<a name="1.19.2-1.6.0"></a> |
| 87 | +## [1.19.2-1.6.0](/compare/1.19.2-1.5.1...1.19.2-1.6.0) - 2024-10-23 18:50:28 +0200 |
| 88 | + |
| 89 | + |
| 90 | +### Added |
| 91 | +* Trigger crafting jobs from JEI by Ctrl-clicking recipes, Closes CyclopsMC/IntegratedTerminals#127 |
| 92 | +* Add dedicated support for EMI |
| 93 | +* Add dedicated support for REI |
| 94 | + |
| 95 | +<a name="1.19.2-1.5.1"></a> |
| 96 | +## [1.19.2-1.5.1](/compare/1.19.2-1.5.0...1.19.2-1.5.1) - 2024-08-25 16:07:01 +0200 |
| 97 | + |
| 98 | + |
| 99 | +### Fixed |
| 100 | +* Fix terminal diffs being applied to incorrect channels |
| 101 | + This was a regression since fae46e8f049b5a7cc861f5cdb770c01f2fb21bc7 |
| 102 | + Closes #124 |
| 103 | + |
| 104 | +<a name="1.19.2-1.5.0"></a> |
| 105 | +## [1.19.2-1.5.0](/compare/1.19.2-1.4.15...1.19.2-1.5.0) - 2024-07-31 12:53:02 +0200 |
| 106 | + |
| 107 | + |
| 108 | +### Added |
| 109 | +* Add compacted crafting plan viewing mode |
| 110 | + |
| 111 | + This groups all missing and available ingredients per type, |
| 112 | + which is more convenient to view at a glance what the problems are for |
| 113 | + large and nested crafting jobs. |
| 114 | + |
| 115 | + This is shown by default over the old tree-based view, but can be |
| 116 | + toggled in-game. |
| 117 | + |
| 118 | + This default can be changed using the `terminalStorageDefaultToCraftingPlanTree` |
| 119 | + config option. |
| 120 | + |
| 121 | + The tree-based view will be unavailable for very large crafting jobs as |
| 122 | + it causes packets to become too large. The threshold for this can be |
| 123 | + modified using the `terminalStorageMaxTreePlanSize` config option. |
| 124 | + |
| 125 | + Closes CyclopsMC/IntegratedTerminals#14 |
| 126 | + Closes CyclopsMC/IntegratedDynamics#1341 |
| 127 | + |
| 128 | +### Changed |
| 129 | +* Remove unused crafting plan in HandlerWrappedTerminalCraftingPlan |
| 130 | + |
| 131 | +<a name="1.19.2-1.4.15"></a> |
| 132 | +## [1.19.2-1.4.15](/compare/1.19.2-1.4.14...1.19.2-1.4.15) - 2024-07-23 13:42:12 +0200 |
| 133 | + |
| 134 | + |
| 135 | +### Fixed |
| 136 | +* Optimize server-side ticking when terminal is open |
| 137 | + This skips unnecessary filtering across the whole network of ingredients |
| 138 | + every tick for when no variable-based filters are active in the |
| 139 | + terminal. |
| 140 | + Closes CyclopsMC/IntegratedDynamics#1359 |
| 141 | + |
| 142 | +<a name="1.19.2-1.4.14"></a> |
| 143 | +## [1.19.2-1.4.14](/compare/1.19.2-1.4.13...1.19.2-1.4.14) - 2024-06-24 09:02:34 +0200 |
| 144 | + |
| 145 | + |
| 146 | +### Fixed |
| 147 | +* Fix rare sorted terminal crash, Closes #119 |
| 148 | + |
| 149 | +<a name="1.19.2-1.4.13"></a> |
| 150 | +## [1.19.2-1.4.13](/compare/1.19.2-1.4.12...1.19.2-1.4.13) - 2024-04-15 10:29:29 +0200 |
| 151 | + |
| 152 | + |
| 153 | +### Fixed |
| 154 | +* Fix JEI-related crash at startup, Closes #10 |
| 155 | + |
| 156 | +<a name="1.19.2-1.4.12"></a> |
| 157 | +## [1.19.2-1.4.12](/compare/1.19.2-1.4.11...1.19.2-1.4.12) - 2024-04-14 14:06:35 +0200 |
| 158 | + |
| 159 | + |
| 160 | +### Fixed |
| 161 | +* Fix JEI not syncing initially upon terminal re-open, Closes CyclopsMC/IntegratedDynamics#1340 |
| 162 | + |
| 163 | +<a name="1.19.2-1.4.11"></a> |
| 164 | +## [1.19.2-1.4.11](/compare/1.19.2-1.4.10...1.19.2-1.4.11) - 2023-12-04 10:25:03 +0100 |
| 165 | + |
| 166 | + |
| 167 | +### Fixed |
| 168 | +* Lower default number of storage instances per packet |
| 169 | + This fixes rare cases where the terminal would cause client disconnects |
| 170 | + on large networks due to too many (and large) storage instances would be |
| 171 | + sent per packet from server to client. |
| 172 | + Closes #112 |
| 173 | + |
| 174 | +<a name="1.19.2-1.4.10"></a> |
| 175 | +## [1.19.2-1.4.10](/compare/1.19.2-1.4.9...1.19.2-1.4.10) - 2023-08-29 17:38:35 +0200 |
| 176 | + |
| 177 | + |
| 178 | +### Changed |
| 179 | +* Reduce client load when terminal storage is open |
| 180 | + The computational load is reduced 2-fold by reducing the number |
| 181 | + of times the full storage needs to be copied. |
| 182 | + Closes CyclopsMC/IntegratedDynamics#1303 |
| 183 | + |
| 184 | +<a name="1.19.2-1.4.9"></a> |
| 185 | +## [1.19.2-1.4.9](/compare/1.19.2-1.4.8...1.19.2-1.4.9) - 2023-07-31 15:05:36 +0200 |
| 186 | + |
| 187 | + |
| 188 | +### Changed |
| 189 | +* Improve quick move stack actions in the storage terminal |
| 190 | + This allows double-clicking on items to store all of them in the terminal. |
| 191 | + This also improves support for mods such as MouseTweaks. |
| 192 | + Closes #18. |
| 193 | + |
| 194 | +### Fixed |
| 195 | +* Fix specific items not being extractable from terminals |
| 196 | + This could occur for items that mutate their NBT tags |
| 197 | + during client-side rendering or tooltip creation. |
| 198 | + Closes #106 |
| 199 | + |
| 200 | +<a name="1.19.2-1.4.8"></a> |
| 201 | +## [1.19.2-1.4.8](/compare/1.19.2-1.4.7...1.19.2-1.4.8) - 2023-07-15 10:35:07 +0200 |
| 202 | + |
| 203 | + |
| 204 | +### Fixed |
| 205 | +* Fix broken compat with REI, Closes #103 |
| 206 | +* Fix crash with EMI, Closes #104 |
| 207 | + |
| 208 | +<a name="1.19.2-1.4.7"></a> |
| 209 | +## [1.19.2-1.4.7](/compare/1.19.2-1.4.6...1.19.2-1.4.7) - 2023-05-06 16:40:46 +0200 |
| 210 | + |
| 211 | + |
| 212 | +### Fixed |
| 213 | +* Improve quick move stack actions in the storage terminal |
| 214 | + This allows double-clicking on items to store all of them in the terminal. |
| 215 | + This also improves support for mods such as MouseTweaks. |
| 216 | + Closes #18. |
| 217 | + |
| 218 | +<a name="1.19.2-1.4.6"></a> |
| 219 | +## [1.19.2-1.4.6](/compare/1.19.2-1.4.5...1.19.2-1.4.6) - 2023-04-22 16:02:45 +0200 |
| 220 | + |
| 221 | + |
| 222 | +### Fixed |
| 223 | +* Fix NBT size error when many recipes are in a network |
| 224 | + If more problems would be encountered, lowering the config value |
| 225 | + `terminalStoragePacketMaxRecipes` may help. |
| 226 | + Closes #99 |
| 227 | + |
| 228 | +<a name="1.19.2-1.4.5"></a> |
| 229 | +## [1.19.2-1.4.5](/compare/1.19.2-1.4.4...1.19.2-1.4.5) - 2023-03-05 11:57:01 +0100 |
| 230 | + |
| 231 | + |
| 232 | +### Changed |
| 233 | +* Use collapsed ingredient storage by default |
| 234 | + Ingredient networks will now perform better for match-based lookups. |
| 235 | + Related to CyclopsMC/IntegratedDynamics#1247 |
| 236 | + |
| 237 | +<a name="1.19.2-1.4.4"></a> |
| 238 | +## [1.19.2-1.4.4](/compare/1.19.2-1.4.3...1.19.2-1.4.4) - 2023-02-18 07:30:53 +0100 |
| 239 | + |
| 240 | + |
| 241 | +### Fixed |
| 242 | +* Fix lag when viewing JEI recipes |
| 243 | + Closes CyclopsMC/IntegratedDynamics#1247 |
| 244 | + |
| 245 | +<a name="1.19.2-1.4.3"></a> |
| 246 | +## [1.19.2-1.4.3](/compare/1.19.2-1.4.2...1.19.2-1.4.3) - 2023-02-11 14:06:54 +0100 |
| 247 | + |
| 248 | + |
| 249 | +### Fixed |
| 250 | +* Update to Integrated Crafting API with non-blocking mode changes |
| 251 | + |
| 252 | +<a name="1.19.2-1.4.2"></a> |
| 253 | +## [1.19.2-1.4.2](/compare/1.19.2-1.4.1...1.19.2-1.4.2) - 2022-12-11 13:51:52 +0100 |
| 254 | + |
| 255 | + |
| 256 | +### Fixed |
| 257 | +* Fix crash with REI, Closes CyclopsMC/IntegratedTerminals#96 |
| 258 | +* Fix invisible "Cancel All Jobs" button, Closes #95 |
| 259 | +* Fix crash on newer JEI versions, Closes CyclopsMC/IntegratedTerminals#93 |
| 260 | + |
| 261 | +<a name="1.19.2-1.4.1"></a> |
| 262 | +## [1.19.2-1.4.1](/compare/1.19.2-1.4.0...1.19.2-1.4.1) - 2022-10-18 12:25:46 +0200 |
| 263 | + |
| 264 | + |
| 265 | +### Fixed |
| 266 | +* Fix portable terminal linking only working on front face, Closes #90 |
| 267 | +* Fix server crash when opening storage terminal, Closes #92 |
| 268 | + |
| 269 | +<a name="1.19.2-1.4.0"></a> |
| 270 | +## [1.19.2-1.4.0](/compare/1.19.2-1.3.3...1.19.2-1.4.0) - 2022-10-10 18:52:13 +0200 |
| 271 | + |
| 272 | + |
| 273 | +### Added |
| 274 | +* Add responsive terminal scaling modes |
| 275 | + By default, the full width and height of the screen will be taken up. |
| 276 | + Different modes with configuration options are available as well. |
| 277 | + Closes #21 |
| 278 | +* Show armor and offhand slots in terminal ui |
| 279 | + |
| 280 | +### Fixed |
| 281 | +* Fix item dupe when shift-clearing grid, Closes #89 |
| 282 | + |
| 283 | +<a name="1.19.2-1.3.3"></a> |
| 284 | +## [1.19.2-1.3.3](/compare/1.19.2-1.3.2...1.19.2-1.3.3) - 2022-10-02 08:22:43 +0200 |
| 285 | + |
| 286 | + |
| 287 | +### Fixed |
| 288 | +* Fix crash when confirming jobs via Enter, Closes #87 |
| 289 | + |
| 290 | +<a name="1.19.2-1.3.2"></a> |
| 291 | +## [1.19.2-1.3.2](/compare/1.19.2-1.3.1...1.19.2-1.3.2) - 2022-09-17 10:58:36 +0200 |
| 292 | + |
| 293 | + |
| 294 | +### Fixed |
| 295 | +* Fix JEI crash when clicking on energy in terminal, Closes #86 |
| 296 | + |
| 297 | +<a name="1.19.2-1.3.1"></a> |
| 298 | +## [1.19.2-1.3.1] - 2022-08-11 19:48:29 +0200 |
| 299 | + |
| 300 | + |
| 301 | +Update to MC 1.19.2 |
0 commit comments