mediacurator/docs/_sources/releasenotes/1.0.1-changelog.rst.txt
Fabrice Quenneville 5ad78b33f2 Fix makedocs script to run from project root and update 1.0.1 release notes
- Modified makedocs script to allow execution from the project root directory, updating paths for source and build directories.
- Fixed a missing sentence in the 1.0.1 release notes, ensuring clarity and completeness in the changelog documentation.
2024-10-17 20:20:12 -04:00

53 lines
1015 B
ReStructuredText

========================================
mediacurator 1.0.1 Release Notes
========================================
Highlights
==========
Dropped Support
===============
Compatibility Notes
====================
* **Renamed the project** from 'MediaCurator' to 'mediacurator' to standardize naming conventions (all lowercase).
Python Support
--------------
mediacurator has been tested on Python 3.12.6.
FFMPEG Support
--------------
mediacurator has been tested to work with FFMPEG version 7.0.2.
OS Support
----------
mediacurator has been tested to work on various GNU/Linux distributions as well as Windows.
New Features
============
Improvements
============
* Standardized audio, subtitle and metadata copying.
* Added support for .mov and .ts formats.
* Introduced CRF (Constant Rate Factor) settings for AV1 and x265 for better control over quality and file size.
Changes
=======
Deprecations
============
Future Changes
==============
* More filters
* Test AV1 Support
* Prepare API for GUI