Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix slideshow prog bar + improves #265

Merged
merged 5 commits into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 14 additions & 5 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ License: GPL3
Change Log:

+------------------------------------+
Tue, 17 Feb 2024 V.5.0.5
Tue, 20 Feb 2024 V.5.0.5

* Fixed `ValueError: could not convert string to float: 'N/A'` given by the
`get_milliseconds()` function.
Expand All @@ -28,18 +28,27 @@ Tue, 17 Feb 2024 V.5.0.5
* Removed backwards compatibility with wxPython < 4.1.0 .
* Minimun requirements fixed to `wxPython >= 4.1.0`, `Python >= 3.7`,
`FFmpeg >= 5.1.4` .
* New versions of wxPython support svg images for icons well, so most png
* New versions of wxPython support SVG images for icons well, so most PNG
icons are removed.
* Fixed FFmpeg warns: `-vsync arg is deprecated, use fps_mode`
* Fixed FFmpeg seeking (-ss) and duration (-t) parameters by repositioning the
duration code after file inputs (-i). This fixed many inaccuracies and was
also faster.
also more faster.
* Added a new item to the File menu with its accelerator to delete all
imported files/URLs. This feature was already present on the
toolbar buttons but without the possibility of a convenient accelerator.
* [A/V Conversions] Overall improved the stabilizer filter for both the
preview and the production of the final video. Fixed various bugs that
prevented correct video playback.
preview and the video production. Fixed various bugs that prevented correct
video playback.
* [Still Image Maker] Fixed progress bar accuracy and progress percentage
issues in final video production.
* [Queued Files] [Queued URLs] improved conditional code with empty lists.
* [Queued URLs] Added new entry `Clear list` to contextual menu.
* Menu bars reordered to the relevant items.
* Translation strings have been updated and simplified.
* New version (v6.5) of the configuration file is created.
* [Concatenate] Removed `From an image sequence to a video file`
> use `Still Image Maker` instead.

+------------------------------------+
Wed, 24 Jan 2024 V.5.0.4
Expand Down
21 changes: 15 additions & 6 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,29 @@ videomass (5.0.5-1) UNRELEASED; urgency=medium
* Removed backwards compatibility with wxPython < 4.1.0 .
* Minimun requirements fixed to `wxPython >= 4.1.0`, `Python >= 3.7`,
`FFmpeg >= 5.1.4` .
* New versions of wxPython support svg images for icons well, so most png
* New versions of wxPython support SVG images for icons well, so most PNG
icons are removed.
* Fixed FFmpeg warns: `-vsync arg is deprecated, use fps_mode`
* Fixed FFmpeg seeking (-ss) and duration (-t) parameters by repositioning the
duration code after file inputs (-i). This fixed many inaccuracies and was
also faster.
also more faster.
* Added a new item to the File menu with its accelerator to delete all
imported files/URLs. This feature was already present on the
toolbar buttons but without the possibility of a convenient accelerator.
* [A/V Conversions] Overall improved the stabilizer filter for both the
preview and the production of the final video. Fixed various bugs that
prevented correct video playback.

-- Gianluca Pernigotto <jeanlucperni@gmail.com> Sun, 18 Feb 2024 16:00:00 +0200
preview and the video production. Fixed various bugs that prevented correct
video playback.
* [Still Image Maker] Fixed progress bar accuracy and progress percentage
issues in final video production.
* [Queued Files] [Queued URLs] improved conditional code with empty lists.
* [Queued URLs] Added new entry `Clear list` to contextual menu.
* Menu bars reordered to the relevant items.
* Translation strings have been updated and simplified.
* New version (v6.5) of the configuration file is created.
* [Concatenate] Removed `From an image sequence to a video file`
> use `Still Image Maker` instead.

-- Gianluca Pernigotto <jeanlucperni@gmail.com> Tue, 20 Feb 2024 17:00:00 +0200

videomass (5.0.4-1) UNRELEASED; urgency=high

Expand Down
Binary file modified videomass/locale/en_US/LC_MESSAGES/videomass.mo
Binary file not shown.
Loading
Loading