From 7eb20eb7475c7217256e208c09d38860c65bf08c Mon Sep 17 00:00:00 2001 From: Greg Dreadpon Date: Sat, 2 Dec 2023 11:34:24 +0300 Subject: [PATCH] Bump version to 1.3.1 --- CHANGELOG.md | 20 +++++++++++++++++++ README.md | 2 +- .../gardener/gardener.gd | 2 +- addons/dreadpon.spatial_gardener/plugin.cfg | 2 +- reference/TUTORIAL_QUICK_START.md | 2 +- 5 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 091efff..f503194 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

+## [v1.3.1](https://github.com/dreadpon/godot_spatial_gardener/releases/tag/v1.3.1) - 2023-12-02 + +### Changed + +#### Godot 4.2 port +- Plugin is fully ported to Godot 4.2! + +
+ +### Fixed + +#### UX +- Fix Issue #31 'Bad looking orange selection's bounding box when using the brush' + +#### Stability +- Fix Issue #32 'Buffer argument is not a valid buffer' error spam +- Fix ThemeAdapter errors to work with Godot 4.2 + +

+ ## [v1.3.0](https://github.com/dreadpon/godot_spatial_gardener/releases/tag/v1.3.0) - 2023-08-08 ### Changed diff --git a/README.md b/README.md index 3510a6f..754f6d5 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This is a single player plugin and works best with finite medium-sized scenes. T ## Stability -Current stable release requires at least Godot v4.1. +Current stable release requires at least Godot v4.2. Want a test-drive? Go to [Releases](https://github.com/dreadpon/godot_spatial_gardener/releases) and get the most recent windows build: `godot_spatial_gardener_showcase_windows_x64_.zip`. diff --git a/addons/dreadpon.spatial_gardener/gardener/gardener.gd b/addons/dreadpon.spatial_gardener/gardener/gardener.gd index a53feaf..d434026 100644 --- a/addons/dreadpon.spatial_gardener/gardener/gardener.gd +++ b/addons/dreadpon.spatial_gardener/gardener/gardener.gd @@ -91,7 +91,7 @@ func update_plugin_ver(): static func get_plugin_ver(): - return '1.3.0' + return '1.3.1' static func get_storage_ver(): diff --git a/addons/dreadpon.spatial_gardener/plugin.cfg b/addons/dreadpon.spatial_gardener/plugin.cfg index b67c2ef..78604e7 100644 --- a/addons/dreadpon.spatial_gardener/plugin.cfg +++ b/addons/dreadpon.spatial_gardener/plugin.cfg @@ -3,5 +3,5 @@ name="Spatial Gardener" description="A vegetation painting tool for any surface in 3D space" author="Dreadpon" -version="1.3.0" +version="1.3.1" script="plugin.gd" diff --git a/reference/TUTORIAL_QUICK_START.md b/reference/TUTORIAL_QUICK_START.md index 45dbecd..9bdf207 100644 --- a/reference/TUTORIAL_QUICK_START.md +++ b/reference/TUTORIAL_QUICK_START.md @@ -19,7 +19,7 @@ ## Plugin Setup You should have Godot engine installed; if not, you can download it from the [official website](https://godotengine.org/download). -Most recent plugin version requires [Godot 4.1 that can be easily found on Godot's GitHub](https://github.com/godotengine/godot/tree/4.1-stable). +Most recent plugin version requires [Godot 4.2 that can be easily found on Godot's GitHub](https://github.com/godotengine/godot/tree/4.2-stable). To start with, grab a copy of the demo project from [GitHub](https://github.com/dreadpon/godot_spatial_gardener). Open the page, go to `Releases`, find the latest version and download the `godot_spatial_gardener_demo_.zip`.