Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaocihua committed Nov 19, 2023
1 parent f847664 commit 94c4808
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Publish on Github, Curseforge & Modrinth
on: [ workflow_dispatch ]

env:
RELEASE_NAME: 0.5.0 for Minecraft 1.20-1.20.1
VERSION: 0.5.0
RELEASE_NAME: 0.5.1 for Minecraft 1.20-1.20.1
VERSION: 0.5.1
MC_VERSION: mc1.20.1

permissions:
Expand Down
14 changes: 2 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
- Added "Enable item favoriting" option
- Fixed a possible issue where favorited items do not stay favorited after leaving and reentering a world

- Fixed compatibility issues with Inventory Profiles Next
- Items in locked slots will no longer be quick stacked
- Fixed the bug that caused favorite items to sometimes lose their favorite status after sorting

- Fixed the bug that made the favorited item stack become unfavorited when merging it with an unfavorited item stack

- Fixed timeout issue caused by locked containers

- Fixed the bug that activated key bindings when you typed in a text field

- The Survival Inventory tab is the only tab of the creative inventory screen where the keybindings of this mod can still be used
- Added "Always show markers for favorited items" toggle. When disabled, markers for favorited items will be hidden until you press the key you assigned in Keymap settings. (Default: Left Alt)

**This version is not compatible with optifabric**
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ fabric_version=0.84.0+1.20.1
LibGui_version=8.0.2+1.20

# Mod Properties
mod_version=0.5.0
mod_version=0.5.1
maven_group=io.github.xiaocihua.stacktonearbychests
archives_base_name=stack-to-nearby-chests

0 comments on commit 94c4808

Please sign in to comment.