49 lines
1.5 KiB
Markdown
49 lines
1.5 KiB
Markdown
# Changelog
|
|
|
|
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/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## 4.2 - 2023-12-16
|
|
|
|
### New
|
|
|
|
- Add CMake preset and VSCode support ([#61](https://github.com/asmaloney/GDExtensionTemplate/pull/61))
|
|
|
|
### Changed
|
|
|
|
- Updated example code ([#63](https://github.com/asmaloney/GDExtensionTemplate/pull/63))
|
|
- Updated bindings for Godot 4.1 ([#62](https://github.com/asmaloney/GDExtensionTemplate/pull/62))
|
|
|
|
## 4.1 - 2023-07-06
|
|
|
|
### Changed
|
|
|
|
- Updated bindings, updated initialization code, and added compatibility in .gdextensions for Godot 4.1 ([#56](https://github.com/asmaloney/GDExtensionTemplate/pull/56))
|
|
|
|
## 4.0.3 - 2023-05-22
|
|
|
|
### Changed
|
|
|
|
- Updated bindings for Godot 4.0.3 ([#53](https://github.com/asmaloney/GDExtensionTemplate/pull/53))
|
|
|
|
## 4.0.2 - 2023-04-04
|
|
|
|
### Changed
|
|
|
|
- Updated bindings for Godot 4.0.2 ([#52](https://github.com/asmaloney/GDExtensionTemplate/pull/52))
|
|
|
|
## 4.0.1 - 2023-03-25
|
|
|
|
### Changed
|
|
|
|
- Updated bindings for Godot 4.0.1 ([#50](https://github.com/asmaloney/GDExtensionTemplate/pull/50))
|
|
|
|
### Fixed
|
|
|
|
- {cmake} Don't override the debug posfix if CMAKE_DEBUG_POSTFIX defined. ([#51](https://github.com/asmaloney/GDExtensionTemplate/pull/51))
|
|
|
|
## 4.0 - 2023-03-01
|
|
|
|
### Changed
|
|
|
|
- Updated bindings for Godot 4.0 ([#49](https://github.com/asmaloney/GDExtensionTemplate/pull/49))
|