Added a line break and fixed a typo.
This commit is contained in:
parent
98da57cd26
commit
6a0fd8f2dc
@ -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 ---------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
========================================
|
========================================
|
||||||
MediaCurator 0.0.11 Release Notes
|
MediaCurator 0.0.12 Release Notes
|
||||||
========================================
|
========================================
|
||||||
|
|
||||||
Highlights
|
Highlights
|
||||||
|
|||||||
50
docsource/source/releasenotes/0.0.13-changelog.rst
Normal file
50
docsource/source/releasenotes/0.0.13-changelog.rst
Normal 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
|
||||||
2
setup.py
2
setup.py
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user