Skip to content

Commit cd028c9

Browse files
committed
0.86.0
1 parent 006f245 commit cd028c9

File tree

4 files changed

+29
-51
lines changed

4 files changed

+29
-51
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,21 @@
22

33
## Version 0.86.0
44

5-
- Updated all settings icons for consistency
6-
- Updated settings page styles
75
- Better Journal: Updated styles
86
- Better Marketplace: Added 'Quick Sell' beta feature
97
- Better Maps: Added 'Catch Dates' beta feature
108
- Better Maps: Added 'Draggable Highlight' beta feature
11-
- Better Maps: Made mouse highlight info popup static, so it can be visible
129
- Location HUDs: Table of Contents: Added Rainbow Quill support to simulator
1310
- Location HUDs: Table of Contents: Added random Scrambles quote to blank page when starting writing
11+
- Location HUDs: Table of Contents: Updated styles
1412
- Show Auras: Updated styles
13+
- Settings: Updated all settings icons for consistency
14+
- Settings: Updated settings page styles
1515
- Removed 'Settings: Column' beta/experimental feature
1616
- Removed 'Troll Mode' beta/experimental feature
1717
- Removed 'Prologue Pond: Normal boat color' Location HUD option
18-
- Deprecated 'Dark Mode Updates & Tweaks (MHCT/Dark Mode Extension)' module. If you have it enabled, it will continue to work, otherwise it won't be shown in the settings page.
18+
- Deprecated 'Dark Mode Updates & Tweaks (MHCT/Dark Mode Extension)' module. If you have it enabled, it will continue to work, otherwise it won't be shown in the settings page
19+
- Added `show-deprecated-modules` feature flag to override the hiding of deprecated modules in the settings page
1920

2021
## Version 0.85.4
2122

bun.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mousehunt-improved",
3-
"version": "0.85.4",
3+
"version": "0.86.0",
44
"description": "Improve your MouseHunt experience.",
55
"author": "Brad Parbs <brad@bradparbs.com> (https://bradparbs.com/)",
66
"license": "MIT",
@@ -65,7 +65,7 @@
6565
"archiver": "^7.0.1",
6666
"chalk": "^5.6.0",
6767
"chrome-webstore-upload-cli": "^3.3.2",
68-
"concurrently": "^9.2.0",
68+
"concurrently": "^9.2.1",
6969
"del-cli": "^6.0.0",
7070
"esbuild": "^0.25.9",
7171
"eslint": "8.57.0",

src/data/update-summary.json

Lines changed: 19 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,54 @@
11
{
2-
"summary": "Lots of minor changes, bug fixes, and performance enhancements in this update! There are a few new features, settings, and other changes as well. See below for details.",
2+
"summary": "",
33
"details": [
4-
{
5-
"title": "Better UI",
6-
"items": [
7-
"Added setting to disable styles",
8-
"Added 'Random' button to skin browser",
9-
"Updated styles"
10-
]
11-
},
12-
{
13-
"title": "Better Inventory",
14-
"items": [
15-
"Updated styles"
16-
]
17-
},
18-
{
19-
"title": "Better Items",
20-
"items": [
21-
"Improved performance of hover item views",
22-
"Added support for more journal entry types"
23-
]
24-
},
254
{
265
"title": "Better Journal",
276
"items": [
28-
"Added Highlight rare mice feature, currently only highlights Black Widow",
29-
"Improved Journal History performance",
30-
"Improved Journal loot list parsing and added more supported entries",
31-
"Updated Full mice images in journal to not use the cropped square image",
32-
"Updated setting names and order",
337
"Updated styles"
348
]
359
},
3610
{
37-
"title": "Better Mice",
11+
"title": "Better Marketplace",
3812
"items": [
39-
"Improved performance of hover mouse views",
40-
"Added support for more journal entry types"
13+
"Added 'Quick Sell' beta feature"
4114
]
4215
},
4316
{
44-
"title": "Location HUDs",
17+
"title": "Better Maps",
4518
"items": [
46-
"Fixed 'Add toggle button to top menu' setting not working"
19+
"Added 'Catch Dates' beta feature",
20+
"Added 'Draggable Highlight' beta feature",
21+
"Made mouse highlight info popup static, so it can be visible"
4722
]
4823
},
4924
{
50-
"title": "Location HUDs - Foreword Farm",
25+
"title": "Location HUDs: Table of Contents",
5126
"items": [
52-
"Added 'x3' plant button",
27+
"Added Rainbow Quill support to simulator",
28+
"Added random Scrambles quote to blank page when starting writing",
5329
"Updated styles"
5430
]
5531
},
5632
{
57-
"title": "Location HUDs - Table of Contents",
33+
"title": "Show Auras",
5834
"items": [
59-
"Added expected number of processors to simulation when Thousand Draft Derby is equipped",
60-
"Updated sim to scroll to expected volume",
61-
"Fixed not being able to cancel writing",
6235
"Updated styles"
6336
]
6437
},
6538
{
66-
"title": "Image Upscaling & Transparency",
39+
"title": "Settings",
6740
"items": [
68-
"Performance improvements"
41+
"Updated all settings icons for consistency",
42+
"Updated settings page styles"
6943
]
7044
},
7145
{
72-
"title": "Miscellaneous",
46+
"title": "Other",
7347
"items": [
74-
"Bug fixes and performance improvements"
48+
"Removed 'Removed Settings: Column' beta/experimental feature",
49+
"Removed 'Removed Troll Mode' beta/experimental feature",
50+
"Removed 'Removed Prologue Pond: Normal boat color' Location HUD option",
51+
"Deprecated 'Dark Mode Updates & Tweaks (MHCT/Dark Mode Extension)' module. If you have it enabled, it will continue to work, otherwise it won't be shown in the settings page"
7552
]
7653
}
7754
]

0 commit comments

Comments
 (0)