From fa9336e0d7e3d92ae962c441bfe07579e86e04fc Mon Sep 17 00:00:00 2001 From: donmai-me <71143298+donmai-me@users.noreply.github.com> Date: Fri, 17 Dec 2021 17:53:20 +0800 Subject: [PATCH] Add 0.14.2 changelog --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c1813e..16fbcda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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). +## [0.14.2] - 2021-12-17 +### Fixed +- Fixes ma2 export being offset by one measure +- Fixes 360 degree slide conversion from ma2 to simai. [GitHub Issue](https://github.com/donmai-me/MaiConverter/issues/9) + +### Added +- Initial PyTest folder + ## [0.14.1] - 2021-11-14 ### Fixed - Fixed bugs in finale charts encrypt/decrypt. @@ -46,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Ma2 to Sdt conversion and vice versa. - Simai to Sdt conversion and vice versa. -[Unreleased]: https://github.com/donmai-me/MaiConverter/compare/0.14.1...HEAD +[Unreleased]: https://github.com/donmai-me/MaiConverter/compare/0.14.2...HEAD +[0.14.2]: https://github.com/donmai-me/MaiConverter/compare/0.14.1...0.14.2 [0.14.1]: https://github.com/donmai-me/MaiConverter/compare/0.14.0...0.14.1 [0.14.0]: https://github.com/donmai-me/MaiConverter/compare/0.13.0...0.14.0 [0.13.0]: https://github.com/donmai-me/MaiConverter/compare/0.12.0...0.13.0