mirror of
https://github.com/Relintai/gdfxr.git
synced 2024-11-14 04:57:26 +01:00
1.3 Release
This commit is contained in:
parent
4562f4b77c
commit
7b3194f500
@ -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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.3.0] - 2023-02-23
|
||||||
### Added
|
### Added
|
||||||
- Bit depth and sample rate import options.
|
- Bit depth and sample rate import options.
|
||||||
- Paste from JSXFR.
|
- 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.0]: https://github.com/timothyqiu/gdfxr/releases/tag/1.1
|
||||||
[1.1.1]: https://github.com/timothyqiu/gdfxr/releases/tag/1.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.2.0]: https://github.com/timothyqiu/gdfxr/releases/tag/1.2
|
||||||
|
[1.3.0]: https://github.com/timothyqiu/gdfxr/releases/tag/1.3
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
name="gdfxr"
|
name="gdfxr"
|
||||||
description="A Godot plugin that ports sfxr, the popular program of choice to make retro sound effects for games."
|
description="A Godot plugin that ports sfxr, the popular program of choice to make retro sound effects for games."
|
||||||
author="Haoyu Qiu"
|
author="Haoyu Qiu"
|
||||||
version="1.2"
|
version="1.3"
|
||||||
script="plugin.gd"
|
script="plugin.gd"
|
||||||
|
Loading…
Reference in New Issue
Block a user