From 5dad838c33c3e4aab198d995160d3fbb9968470f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=A0=91=E4=BA=BA?= Date: Mon, 8 Sep 2025 20:43:38 +0900 Subject: [PATCH] docs: add changelog --- Changelog.md | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..b3244fc --- /dev/null +++ b/Changelog.md @@ -0,0 +1,81 @@ +# 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). + +## [0.1.12] - 2025-09-08 + +### Fixed +- Address clippy warnings +- Reduce mp3 false-positive detection + +## [0.1.11] - 2025-09-03 + +### Changed +- Exclude .idea directory from version control +- Moved to new git hosting. + +## [0.1.10] - 2025-05-04 + +### Changed +- Remove anyhow dependency from kuwo module +- Remove anyhow usage from qmc module + +### Fixed +- Fix wasm build process + +## [0.1.9] - 2025-03-31 + +### Changed +- Drop mp1/mp2 format test + +## [0.1.8] - 2025-03-31 + +### Changed +- MP3: sync frame check + +## [0.1.7] - 2025-03-31 + +### Added +- Script to bump all versions + +### Fixed +- Support mp3 files with junk data after header + +## [0.1.6] - 2025-02-25 + +### Changed +- Expose KGG db decryption function. +- MKV will have `.mka` extension. + +## [0.1.5] - 2025-02-25 + +### Added +- Add MKV detection. + +## [0.1.4] - 2025-02-25 + +### Changed +- Refactor KGM. + +## [0.1.3] - 2025-02-24 + +### Added +- Support for KGG file format (KGMv5) + +## [0.1.2] - 2024-12-15 + +### Changed +- Detect mp3 file that had multiple ID3 tag. + +## [0.1.1] - 2024-12-15 + +### Added +- QRC file support + +## [0.1.0] - 2024-12-15 + +### Added +- Initial release