|
1 | | -## 0.1.6 |
2 | | - |
3 | | ---- |
| 1 | +# 0.1.6 |
4 | 2 | ### New |
5 | | -* Added an Animated Scrolling effect (**Experimental**, disabled by default). |
6 | | -* Added a Keymap system. |
7 | | -* Added a Rust utility which generates the Item database used by the Item Browser, and sets up KubeJS Typings. |
8 | | -* Added Code Completion (JS only for now). |
9 | | -* Added a Mod Config Editor Pane, which supports editing the following config types: |
10 | | - * TOML |
11 | | - * JSON, JSONC, JSON5 |
12 | | - * Properties |
13 | | - * Yaml |
14 | | - * Forge CFG |
15 | | -* Added a Mod Browser Pane, currently supporting Modrinth. Curseforge implementation is on its way. |
16 | | -* Added an Item Browser dock panel. |
17 | | -* Added a ModPack detail dock panel. |
18 | | -* Added a context menu for Project Files. |
19 | | -* Added Project Files View Modes. |
20 | | -* Added custom Tooltip backgrounds (**Experimental**, disabled by default). |
21 | | -* KubeJS Extension. Provides Code Completion with dumped Typings, using FlatBuffers, with a Database as backup. |
22 | | -* Added Seasonal Events. |
23 | | -* Added ability to set a background image for the Project view. |
24 | | -* Added Auto-save. |
25 | | -* Added Rainbow Brackets (**Experimental**, disabled by default). |
26 | | -* Added Extensions panel to Dashboard. |
| 3 | +* Added an experimental Animated Scrolling effect (disabled by default) |
| 4 | +* Added experimental custom Tooltip backgrounds (disabled by default) |
| 5 | +* Added experimental Rainbow Brackets (disabled by default) |
| 6 | +* Added the Keymap system |
| 7 | +* Added new Dock panels: Item Browser, Installed Mods, Mod Browser |
| 8 | +* Added Mod Config editor pane. Currently supported file types: |
| 9 | + - TOML |
| 10 | + - JSON, JSONC, JSON5 |
| 11 | + - Properties |
| 12 | + - Yaml |
| 13 | + - Forge CFG |
| 14 | +* Added Context Menu for Project Files |
| 15 | +* Added Tree-Sitter code completion (JavaScript only) |
| 16 | +* Added File Auto-Save |
| 17 | +* Added Extensions dashboard panel |
| 18 | +* Added Seasonal Events |
| 19 | +* Added KubeJS Extension |
| 20 | +* Added a Rust utility which takes Registry Objects and KubeJS Typings data dumped using the Companion Mod and assembles it for use in Tritium |
| 21 | +* Added CurseForge and Modrinth user accounts |
| 22 | +* Implemented Importing instances, from these sources: |
| 23 | + - MultiMC and its derivatives |
| 24 | + - Curse App |
| 25 | + - GDLauncher |
| 26 | + - ATLauncher |
| 27 | + - CurseForge ZIP |
| 28 | + - Modrinth MRPACK |
| 29 | + - Existing Tritium project |
27 | 30 |
|
28 | 31 | ### Gradle |
29 | | -* Added Tree-Sitter. |
30 | | -* Added extra Serialization libs for Mod Config parsing. |
31 | | -* Added some args to improve performance. |
| 32 | +* Added Tree-Sitter |
| 33 | +* Added more serialization libs for Mod Config parsing |
32 | 34 |
|
33 | 35 | ### Companion Mod |
34 | | -* Improved WebSocket connections. |
35 | | -* Added KubeJS Typings support. |
36 | | -* Added an Item renderer which then dumps for use in Tritium's Item Browser. |
| 36 | +* Improved WebSocket connections |
| 37 | +* Added KubeJS Typings support |
| 38 | +* Added an Item Renderer to dump rendered BlockItem models |
37 | 39 |
|
38 | | -### Other |
39 | | -* General cleanup. |
40 | | -* Settings View opens faster. |
41 | | -* Listeners use Kotlin flows instead of array lists. |
42 | | -* Added better logging handling for Qt runtime warnings. |
43 | | -* Hopefully probably maybe possibly potentially fixed Icons DPR and scaling issues. |
44 | | -* Fixed window state geometry getting corrupted to oblivion due to band affiliation. |
45 | | -* LSPs work now, with support for JSON, XML and Python (needs some work on the installation / providing part). |
| 40 | +### Technical |
| 41 | +* General cleanup and optimizations |
| 42 | +* Listeners use Kotlin Flows instead of array lists |
| 43 | +* Added better Qt error handling |
| 44 | +* Several SVG icon scaling and loading issue fixes |
| 45 | +* Fixed window state geometry getting corrupted to oblivion due to band affiliation |
| 46 | +* LSPs work better now, with support for JSON, XML and Python. They are not downloaded automatically yet, the user has to install the packages. |
0 commit comments