Added a line break and fixed a typo.

This commit is contained in:
Fabrice Quenneville 2024-04-24 19:35:31 -04:00
parent 98da57cd26
commit 6a0fd8f2dc
5 changed files with 54 additions and 3 deletions

View File

@ -20,7 +20,7 @@
project = 'MediaCurator' project = 'MediaCurator'
copyright = '2020, Fabrice Quenneville' copyright = '2020, Fabrice Quenneville'
author = 'Fabrice Quenneville' author = 'Fabrice Quenneville'
version = '0.0.12' version = '0.0.13'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------

View File

@ -30,6 +30,7 @@ The source code can be found on `GitHub <https://github.com/fabquenneville/Media
:maxdepth: 1 :maxdepth: 1
:caption: Release Notes: :caption: Release Notes:
releasenotes/0.0.13-changelog
releasenotes/0.0.12-changelog releasenotes/0.0.12-changelog
releasenotes/0.0.11-changelog releasenotes/0.0.11-changelog
releasenotes/0.0.10-changelog releasenotes/0.0.10-changelog

View File

@ -1,5 +1,5 @@
======================================== ========================================
MediaCurator 0.0.11 Release Notes MediaCurator 0.0.12 Release Notes
======================================== ========================================
Highlights Highlights

View File

@ -0,0 +1,50 @@
========================================
MediaCurator 0.0.13 Release Notes
========================================
Highlights
==========
Added a line break for readability.
Dropped Support
===============
Compatibility Notes
====================
Python Support
--------------
MediaCurator has been tested on Python 3.7 - 3.9.7.
FFMPEG Support
--------------
MediaCurator has been tested to work with FFMPEG versions ranging from 4.1.6 to 4.4.1.
OS Support
----------
MediaCurator has been tested to work on various GNU/Linux distributions as well as Windows.
New Features
============
Improvements
============
Added a line break for readability.
Changes
=======
Deprecations
============
Future Changes
==============
* More filters
* Test AV1 Support
* Prepare API for GUI

View File

@ -7,7 +7,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setuptools.setup( setuptools.setup(
name="MediaCurator", name="MediaCurator",
version="0.0.12", version="0.0.13",
author="Fabrice Quenneville", author="Fabrice Quenneville",
author_email="fab@fabq.ca", author_email="fab@fabq.ca",
url="https://github.com/fabquenneville/MediaCurator", url="https://github.com/fabquenneville/MediaCurator",