diff --git a/.env b/.env index 03a4b68..31530c1 100644 --- a/.env +++ b/.env @@ -7,5 +7,5 @@ GODOT_VERSION=4.2.1-stable # Game GAME_NAME=Marble -GAME_VERSION=1.6.0 +GAME_VERSION=1.6.1 GAME_ITCHIO_KEY=marble diff --git a/CHANGELOG.md b/CHANGELOG.md index d753710..5a05ef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] ### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security +### Dependencies + +## [1.6.1] +### Added - Add AppImage packaging support ([#53](https://github.com/MechanicalFlower/Marble/pull/53)) ### Changed ### Deprecated @@ -100,7 +109,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bump `ubuntu` from v20 to v22 ([#15](https://github.com/MechanicalFlower/Marble/pull/15)) - Bump `kobewi/godot-universal-fade` from ddab6c2 to f091514 ([#12](https://github.com/MechanicalFlower/Marble/pull/12)) -[Unreleased]: https://github.com/MechanicalFlower/Marble/compare/1.6.0...HEAD +[Unreleased]: https://github.com/MechanicalFlower/Marble/compare/1.6.1...HEAD +[1.6.1]: https://github.com/MechanicalFlower/Marble/compare/1.6.0...1.6.1 [1.6.0]: https://github.com/MechanicalFlower/Marble/compare/1.5.0...1.6.0 [1.5.0]: https://github.com/MechanicalFlower/Marble/compare/1.4.6...1.5.0 [1.4.6]: https://github.com/MechanicalFlower/Marble/compare/1.4.5...1.4.6 diff --git a/export_presets.cfg b/export_presets.cfg index 4610858..66becb4 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -35,8 +35,8 @@ application/modify_resources=true application/icon="" application/console_wrapper_icon="" application/icon_interpolation=4 -application/file_version="1.6.0.20240211" -application/product_version="1.6.0.20240211" +application/file_version="1.6.1.20240225" +application/product_version="1.6.1.20240225" application/company_name="Mechanical Flower" application/product_name="Marble" application/file_description="" @@ -131,7 +131,7 @@ application/bundle_identifier="io.itch.MechanicalFlower" application/signature="" application/app_category="Games" application/short_version="1.6" -application/version="1.6.0" +application/version="1.6.1" application/copyright="2023-present Mechanical Flower" application/copyright_localized={} application/min_macos_version="10.12" diff --git a/project.godot b/project.godot index b00912a..3e2622e 100644 --- a/project.godot +++ b/project.godot @@ -15,7 +15,7 @@ universal_fade/patterns_directory="res://addons/UniversalFade/Patterns" [application] config/name="Marble" -config/version="1.6.0" +config/version="1.6.1" run/main_scene="res://scenes/main.tscn" config/project_settings_override="override.cfg" config/features=PackedStringArray("4.2") diff --git a/public/packaging/appimage/recipe.yml b/public/packaging/appimage/recipe.yml index 21747cb..2242781 100644 --- a/public/packaging/appimage/recipe.yml +++ b/public/packaging/appimage/recipe.yml @@ -19,11 +19,11 @@ ingredients: - libc6 script: # Download released builds - - wget -c "https://github.com/MechanicalFlower/Marble/releases/download/1.6.0/Marble-linux-v1.6.0.zip" + - wget -c "https://github.com/MechanicalFlower/Marble/releases/download/1.6.1/Marble-linux-v1.6.1.zip" - unzip *.zip # Download the icon and the .desktop file - - wget -c "https://raw.githubusercontent.com/MechanicalFlower/Marble/1.6.0/public/packaging/org.mechanicalflower.Marble.desktop" - - wget -c "https://raw.githubusercontent.com/MechanicalFlower/Marble/1.6.0/assets/icon.png" + - wget -c "https://raw.githubusercontent.com/MechanicalFlower/Marble/1.6.1/public/packaging/org.mechanicalflower.Marble.desktop" + - wget -c "https://raw.githubusercontent.com/MechanicalFlower/Marble/1.6.1/assets/icon.png" script: - sed -i.bak -e "s,Version=.*$,,g" ../org.mechanicalflower.Marble.desktop diff --git a/public/packaging/snap/snapcraft.yaml b/public/packaging/snap/snapcraft.yaml index 842346e..3be51e7 100644 --- a/public/packaging/snap/snapcraft.yaml +++ b/public/packaging/snap/snapcraft.yaml @@ -2,7 +2,7 @@ --- name: marble-race base: core20 -version: '1.6.0' +version: '1.6.1' summary: A marble race minigame description: | A marble race minigame, made with Godot Engine. @@ -25,7 +25,7 @@ apps: parts: marble-source: - source: https://github.com/MechanicalFlower/Marble/archive/refs/tags/1.6.0.tar.gz + source: https://github.com/MechanicalFlower/Marble/archive/refs/tags/1.6.1.tar.gz override-build: | snapcraftctl build @@ -40,7 +40,7 @@ parts: mkdir -p ${SNAPCRAFT_PRIME}/gui cp ${SNAPCRAFT_PART_SRC}/assets/icon.png ${SNAPCRAFT_PRIME}/gui/icon.png marble-dist: - source: https://github.com/MechanicalFlower/Marble/releases/download/1.6.0/Marble-linux-v1.6.0.zip + source: https://github.com/MechanicalFlower/Marble/releases/download/1.6.1/Marble-linux-v1.6.1.zip override-build: | snapcraftctl build