Skip to content

Commit

Permalink
v0.54.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bradp committed Jul 27, 2024
1 parent e034ef0 commit 7ffddce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 0.54.2

- Fixed Ronza Traveling Shoppe shop colors applying to King's Cart items

## Version 0.54.1

- Fixed missing gold costs in Better Shops
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": "mousehunt-improved",
"version": "0.54.1",
"version": "0.54.2",
"description": "Improve your MouseHunt experience.",
"author": "Brad Parbs <[email protected]> (https://bradparbs.com/)",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion src/modules/better-shops/styles/cost.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ a.itemPurchaseView-action-form-button.sell {
z-index: 1;
}

.mh-improved-location-ronzas_traveling_shoppe .itemPurchaseView-container.no_gold_cost .itemPurchaseView-action-goldGost,
.itemPurchaseView-container.chrome .itemPurchaseView-action-container .itemPurchaseView-action-goldGost {
background-color: #274167;
border-color: #3b619b;
Expand Down

0 comments on commit 7ffddce

Please sign in to comment.