Skip to content

Commit

Permalink
v0.54.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bradp committed Aug 3, 2024
1 parent a98f839 commit f0f1007
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Updated Better UI styles
- Updated Better Travel styles
- Updated Better Shops styles
- Packaged external static.mouse.rip CSS files into the extension

## Version 0.54.3

Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mousehunt-improved",
"version": "0.54.3",
"version": "0.54.4",
"description": "Improve your MouseHunt experience.",
"author": "Brad Parbs <[email protected]> (https://bradparbs.com/)",
"license": "MIT",
Expand Down
4 changes: 3 additions & 1 deletion scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,13 @@ if (type === 'archive') {
await buildZips();
} else {
await builCss();

await Promise.all([
buildArchive(),
buildExtension('chrome'),
buildExtension('firefox'),
buildUserscript(),
]),
]);

await buildZips();
}
18 changes: 15 additions & 3 deletions src/data/update-summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,22 @@
{
"title": "",
"items": [
"Fixed error with Location Catch Stats not being draggable",
"Fixed error getting Fiery Warpath wave in Location Dashboard",
"Fixed Catch Rate Estimator showing NaN for some mice",
"Added confirmation if using userscript",
"Added onboarding & tutorial tips",
"Added quantity buttons in item views for Better Items",
"Added Ronza's Traveling Shoppe HUD tweaks to Location HUDs.",
"Fixed bait not changing when clicking on Ronza miniview items",
"Fixed Better Journal breaking Unstable Charm text",
"Fixed Catch Rate Estimator showing NaN for some mice",
"Fixed error getting Fiery Warpath wave in Location Dashboard",
"Fixed error with Location Catch Stats not being draggable",
"Fixed missing gold costs in Better Shops",
"Fixed Ronza Traveling Shoppe shop colors applying to King's Cart items",
"Packaged external static.mouse.rip CSS files into the extension",
"Updated Better Maps styles",
"Updated Better Shops styles",
"Updated Better Travel styles",
"Updated Better UI styles",
"Updated Catch Rate Estimator mice list"
]
}
Expand Down

0 comments on commit f0f1007

Please sign in to comment.