Skip to content

Commit

Permalink
Bump version to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadpon committed May 4, 2024
1 parent 28af3e4 commit dcef3bf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

<br/><br/>

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

### Changed

#### UI
- Implement Request #47 'Add .res (and .obj) filters to open mesh dialog (+ .scn/.gltf to scene open dialog)'

### Fixed

#### Stability
- Fix Issue #48: 'Arborist loses all data upon saving/changing scenes'


<br/><br/>

## [v1.3.2](https://github.com/dreadpon/godot_spatial_gardener/releases/tag/v1.3.2) - 2024-04-30
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.2'
return '1.3.3'


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 and foliage painting tool for any surface in 3D space"
author="Dreadpon"
version="1.3.2"
version="1.3.3"
script="plugin.gd"

0 comments on commit dcef3bf

Please sign in to comment.