Skip to content

Commit

Permalink
bump version numbers / changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
l-koehler committed Oct 10, 2024
1 parent 1a29ade commit c7f5db1
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 8 deletions.
17 changes: 17 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Version 2.4.6
-------------

* Change ffmpeg format detection, in particular fix .opus not being detected in some cases

Version 2.4.5
-------------

* Remove leftover print()

* Remove broken recursion when checking for imagemagick

Version 2.4.4
-------------

* Fix imagemagick format detection

Version 2.4.3
-------------

Expand Down
9 changes: 3 additions & 6 deletions ffconverter.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: ffconverter
Version: 2.4.3
Version: 2.4.6
Summary: File Format Converter with Qt GUI
Home-page: https://github.com/l-koehler/FF-converter
Author: Ilias Stamatis
Expand Down Expand Up @@ -43,12 +43,9 @@ Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Multimedia :: Video :: Conversion
Classifier: Topic :: Multimedia :: Sound/Audio :: Conversion
Classifier: Topic :: Utilities
Provides-Extra: trimesh
License-File: COPYING
License-File: AUTHORS
Requires-Dist: pyqt5
Provides-Extra: trimesh
Requires-Dist: trimesh; extra == "trimesh"
Requires-Dist: gmsh; extra == "trimesh"


FF Converter
Expand All @@ -66,4 +63,4 @@ Features:
- Multilingual - over 20 languages.

Requires: python3, pyqt5
Optionally requires: ffmpeg, imagemagick, unoconv, pandoc, tar, ar, zip, squashfs-tools
Optionally requires: ffmpeg, imagemagick, unoconv, pandoc, tar, ar, zip, squashfs-tools, trimesh, (gmsh on non-ARM)
2 changes: 1 addition & 1 deletion ffconverter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# version
__major__ = 2
__minor__ = 4
__patch__ = 3
__patch__ = 6
__prerelease__ = "" # alpha, beta, rc etc.

# package information
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
- Multilingual - over 20 languages.
Requires: python3, pyqt5
Optionally requires: ffmpeg, imagemagick, unoconv, pandoc, tar, ar, zip, squashfs-tools
Optionally requires: ffmpeg, imagemagick, unoconv, pandoc, tar, ar, zip, squashfs-tools, trimesh, (gmsh on non-ARM)
"""
)

0 comments on commit c7f5db1

Please sign in to comment.