From 94c48087058318d005f3ccf87e44ffc339813834 Mon Sep 17 00:00:00 2001 From: xiaocihua Date: Mon, 20 Nov 2023 02:37:44 +0800 Subject: [PATCH] Bump version to 0.5.1 --- .github/workflows/publish.yml | 4 ++-- CHANGELOG.md | 14 ++------------ gradle.properties | 2 +- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a741640..ea4818d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 34774a2..7f4f045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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** \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index cac5f8c..332e9fd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 \ No newline at end of file