Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Haxxer committed Oct 17, 2023
1 parent 62cd81d commit d82e204
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 235 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Item Piles Changelog

## Version 2.7.17

- Fixed services would not stack and instead duplicate when added to merchants - if you still want non-stacking services, set them as non-stacking in the service's settings

## Version 2.7.16

- Fixed minor issue with adding vault expanders to vaults via the API causing the expanders to stack
Expand Down
1 change: 0 additions & 1 deletion src/API/private-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import CustomDialog from "../applications/components/CustomDialog.svelte";
import GiveItemsShell from "../applications/dialogs/give-items-dialog/give-items-shell.svelte";
import BankVaultApp from "../applications/vault-app/vault-app.js";
import { hotkeyActionState } from "../hotkeys.js";
import * as CompendiumUtilities from "../helpers/compendium-utilities.js";

const preloadedFiles = new Set();

Expand Down
Loading

0 comments on commit d82e204

Please sign in to comment.