Skip to content

Commit

Permalink
Bump version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadpon committed Apr 30, 2024
1 parent 71bf2a2 commit be68672
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

<br/><br/>

## [v1.3.2](https://github.com/dreadpon/godot_spatial_gardener/releases/tag/v1.3.2) - 2024-04-30

### Fixed

#### Stability
- Fix Issue #38 'Errors in exported builds due to usage of editor-only scripts'
- Fix Issue #37 'Loss of foliage data when moving outside kill treshold and saving a scene; vulkan buffer errors cause by memory leaking stroke_handler.gd, which was keeping a reference to OctreeManager resources'
- Fix a memory leak/resource cache issue, that keeps multimeshes in memory and spams 'instance_count > 0' errors when opening a scene

<br/><br/>

## [v1.3.1](https://github.com/dreadpon/godot_spatial_gardener/releases/tag/v1.3.1) - 2023-12-02

### Changed
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.1'
return '1.3.2'


static func get_storage_ver():
Expand Down
4 changes: 2 additions & 2 deletions addons/dreadpon.spatial_gardener/plugin.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[plugin]

name="Spatial Gardener"
description="A vegetation painting tool for any surface in 3D space"
description="A vegetation and foliage painting tool for any surface in 3D space"
author="Dreadpon"
version="1.3.1"
version="1.3.2"
script="plugin.gd"

0 comments on commit be68672

Please sign in to comment.