From 13a81bb1bf8563b95cd645fe464f35d4d6d63c4c Mon Sep 17 00:00:00 2001 From: Thavarshan Date: Sat, 21 Sep 2024 09:35:25 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7a20da..01bab2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # Release Notes -## [Unreleased](https://github.com/stellar-comet/comet/compare/v2.0.4...HEAD) +## [Unreleased](https://github.com/stellar-comet/comet/compare/v2.1.2...HEAD) + +## [v2.1.2](https://github.com/stellar-comet/comet/compare/v2.0.4...v2.1.2) - 2024-09-21 + +### Added + +- Image conversion support using Jimp, enabling conversion of image formats such as PNG, JPEG, and BMP. + +### Changed + +- Improved UI design with a cleaner layout and enhanced user experience. +- Enhanced conversion performance with optimized resource usage, making conversions faster and more efficient. +- Upgraded conversion quality, particularly improving audio output and overall media fidelity. + +### Fixed + +- Fixed a non-persistent state issue where some settings (e.g., `convertTo` format) were not saved correctly between tab switches. +- Resolved conversion issues with certain video files that failed to process on specific platforms and architectures. +- Addressed conversion quality problems affecting the output of certain video files. +- Solved high resource usage during conversions, reducing CPU and memory consumption. +- Fixed a bug where removed files were still being processed in the conversion queue. + +**Full Changelog**: https://github.com/stellar-comet/comet/compare/v2.0.4...v2.1.2 ## [v2.0.4](https://github.com/stellar-comet/comet/compare/v1.0.0...v2.0.4) - 2024-09-14