Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadpon committed Dec 2, 2023
1 parent 9a4c89f commit 7eb20eb
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

<br/><br/>

## [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!

<br/>

### 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

<br/><br/>

## [v1.3.0](https://github.com/dreadpon/godot_spatial_gardener/releases/tag/v1.3.0) - 2023-08-08

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_<version>.zip`.

Expand Down
2 changes: 1 addition & 1 deletion addons/dreadpon.spatial_gardener/gardener/gardener.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down
2 changes: 1 addition & 1 deletion addons/dreadpon.spatial_gardener/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion reference/TUTORIAL_QUICK_START.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_<version>.zip`.

Expand Down

0 comments on commit 7eb20eb

Please sign in to comment.