|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [1.21.1-2.8.37] - 2026-01-20 |
4 | | -This update completely replaces and revamps the Glossary. Here is the breakdown of changes: |
5 | | - |
6 | | -# Improvements |
7 | | -- All entries now display on one screen removing the need to change filters to cycle through object or feature types |
8 | | -- images, colors, and spacers are used to break up the text blob and make it easier on the eyes |
9 | | -- Glossary is now full screen and has a collapsible filter panel to improve readability on all GUI scales |
10 | | -- Glossary now Caches on first load so as not to lag machines when opening the glossary repeatedly |
11 | | - - *Note: data reloads and opening with targeted blocks/entities/locations will reset this caching* |
12 | | -- Replaced PMMO button in inventory with a left-side collapsible panel containing the same skill information. |
13 | | - |
14 | | -# Additions |
15 | | -- Player-relevant information from the server configs is now shown in the glossary |
16 | | - - [Server]: salvage block, xp from player sources, level formula and max level, skill modifiers, party settings, mob scaling ratios, and global vein settings |
17 | | - - [Skills] max level, skill groupings, afk exemption |
18 | | - - [AntiCheese] settings per skill and anti-cheese type |
19 | | -- Search bar to type in names/IDs of desired objects |
20 | | - |
21 | | -# Removed |
22 | | -- PMMO button from inventory (see above detail about side panel) |
23 | | - |
24 | | -### Minor Version Changes |
25 | | -- Perk implementations have changed |
26 | | - - registration parameters for description and status lines have been removed |
27 | | - - a separate API call now registers a `PerkRenderer` for custom displays. *Note: this is an optional call since there is a default implementation. However, this only shows common elements, not specific perk behavior* |
28 | | - - |
| 3 | +## [1.21.1-2.8.38] - 2026-01-29 |
| 4 | +### Bugfixes/Tweaks |
| 5 | +- Added profiling to the glossary for Spark diagnostics |
| 6 | +- Updated inventory skill list to adjust for other widgets like FTBQ buttons. |
29 | 7 |
|
0 commit comments