Skip to content

Commit

Permalink
0.42.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bradp committed Apr 30, 2024
1 parent e34e8df commit 43949ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 93 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## Version 0.42.1

- Fixes styles in Queso Region Location HUD
- Fixes Show Auras breaking on new aura
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mh-ui",
"version": "0.42.0",
"version": "0.42.1",
"description": "Improve your MouseHunt experience.",
"author": "Brad Parbs <brad@bradparbs.com> (https://bradparbs.com/)",
"license": "MIT",
Expand Down
97 changes: 6 additions & 91 deletions src/data/update-summary.json
Original file line number Diff line number Diff line change
@@ -1,98 +1,13 @@
{
"summary": "This release contains quite a few improvements and bug fixes, as well as some new features. <p>There is now a 'Legacy HUD' feature that will allow you to enable the old HUD stats bar while retaining the current menu bar or the old menu bar with the new HUD stats bar.<p>There is also a 'Native Dark Mode' beta feature that will allow you to enable a dark mode for the game. Please note, you'll need to disable the MHCT dark mode setting or disable the dark mode extension to prevent conflicts.",
"summary": "",
"details": [
{
"title": "New Features",
"title": "Updates",
"items": [
"Added 'Native Dark Mode' beta feature",
"Legacy HUD and related features are no longer experimental, they've been moved to the main features list"
]
},
{
"title": "Better Maps",
"items": [
"Fixed reward not being claimable when defaulting to Sorted tab",
"Removed persistent sticky feature, as it was causing issues",
"Fixed profile tooltips alignment",
"Updated styles"
]
},
{
"title": "Better Mice",
"items": [
"Fixed mouse stat sorting not applying when on a Hunter's profile"
]
},
{
"title": "Better Travel",
"items": [
"Added a search feature to the travel window"
]
},
{
"title": "Better UI",
"items": [
"Updated styles for a variety of elements"
]
},
{
"title": "Dark Mode Updates & Tweaks",
"items": [
"Updated styles"
]
},
{
"title": "Journal Changer",
"items": [
"Added fallback to last chosen theme when traveling to a location without a theme available"
]
},
{
"title": "Lucky Golden Shield Duration & Reminder",
"items": [
"Updated timing to better sync with horn timer"
]
},
{
"title": "Location Dashboard",
"items": [
"Updated all Living Garden region information",
"Updated text seperators to be more consistent"
]
},
{
"title": "Location HUDs - Fiery Warpath",
"items": [
"Updated styles"
]
},
{
"title": "Location HUDs - Iceberg",
"items": [
"Fixed errors in progress calculations",
"Updated styles"
]
},
{
"title": "Location HUDs - Labyrinth",
"items": [
"Updated styles"
]
},
{
"title": "Location HUDs",
"items": [
"Minor style updates for various locations, like Living Garden Region and Moussu Picchu"
]
},
{
"title": "Other",
"items": [
"Renamed 'Better Item View' to 'Better Items'",
"Added more checks and safeguards to prevent errors",
"Miscellaneous style updates",
"Moved map height changes from 'Better Maps' to 'Taller Windows'",
"Minor bug fixes and performance improvements"
"Updated data files with latest changes",
"Fixed styles in Queso Region Location HUD",
"Fixed Show Auras breaking on new aura",
"Updated Dark Mode styles"
]
}
]
Expand Down

0 comments on commit 43949ca

Please sign in to comment.