From 713411105d8e9b9986346c787d31250728c50d10 Mon Sep 17 00:00:00 2001 From: ikpil Date: Thu, 1 Feb 2024 23:02:58 +0900 Subject: [PATCH] add changelog --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..efa5328 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# 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/). + +## [Unreleased] + +- ... + +## [2024.1.1] - 2024-01-05 + +### Fixed +- Fix typo (#25) @c0nd3v +- Fix updated struct version (#23) @c0nd3v +- Allow Radius 0 in Demo (#22) @c0nd3v + +### Changed +- [Upstream] Cleanup filter code and improved documentation (#30) @ikpil +- [Upstream] Make detail mesh edge detection more robust (#26) @ikpil +- [Upstream] 248275e - Fix: typo error (#153) (#21) @ikpil +- Code cleanup and small optimizations in RecastFilter.cpp (#29) @ikpil +- Added UI scaling feature based on monitor resolution in Demo (#28) @ikpil