From 7b3194f500178b58bd651d7ecaff289c5cc55a33 Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Thu, 23 Feb 2023 21:20:46 +0800 Subject: [PATCH] 1.3 Release --- CHANGELOG.md | 3 +++ addons/gdfxr/plugin.cfg | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d891ea..3ee7569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.3.0] - 2023-02-23 ### Added - Bit depth and sample rate import options. - Paste from JSXFR. @@ -32,3 +34,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [1.1.0]: https://github.com/timothyqiu/gdfxr/releases/tag/1.1 [1.1.1]: https://github.com/timothyqiu/gdfxr/releases/tag/1.1.1 [1.2.0]: https://github.com/timothyqiu/gdfxr/releases/tag/1.2 +[1.3.0]: https://github.com/timothyqiu/gdfxr/releases/tag/1.3 diff --git a/addons/gdfxr/plugin.cfg b/addons/gdfxr/plugin.cfg index 498e1d1..253bebe 100644 --- a/addons/gdfxr/plugin.cfg +++ b/addons/gdfxr/plugin.cfg @@ -3,5 +3,5 @@ name="gdfxr" description="A Godot plugin that ports sfxr, the popular program of choice to make retro sound effects for games." author="Haoyu Qiu" -version="1.2" +version="1.3" script="plugin.gd"