-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #261 from jeanslack/bugfix
fix ValueError passing N/A string
- Loading branch information
Showing
18 changed files
with
218 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
URGENCY: to do soon | ||
-------------------- | ||
|
||
|
||
-------------- | ||
URGENCY: high | ||
-------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
videomass (5.0.5-1) UNRELEASED; urgency=medium | ||
|
||
* Fixed `ValueError: could not convert string to float: 'N/A'` given by the | ||
`get_milliseconds()` function. | ||
* The `get_milliseconds` and `get_seconds` functions have been replaced by | ||
the `time_to_integer()` function. | ||
* [Still Image Maker] Improved duration setting, millisecond values will be | ||
rounded to time second values. | ||
* Replace `milliseconds2clock` and `milliseconds2clocksec` to | ||
new `integer_to_time` function. | ||
|
||
-- Gianluca Pernigotto <[email protected]> Wed, 07 Feb 2024 11:30:00 +0200 | ||
|
||
videomass (5.0.4-1) UNRELEASED; urgency=high | ||
|
||
* [Preset Manager] Fixed a serious issue during the automatic update task to | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.