Skip to content

Commit

Permalink
Merge pull request #258 from jeanslack/security_issues
Browse files Browse the repository at this point in the history
Fix security issues and bugs
  • Loading branch information
jeanslack authored Jan 24, 2024
2 parents c91b1cd + 0bf2a74 commit 320fb7b
Show file tree
Hide file tree
Showing 47 changed files with 2,164 additions and 1,261 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ License: GPL3

Change Log:

+------------------------------------+
Wed, 24 Jan 2024 V.5.0.4

* [Preset Manager] Fixed a serious issue during the automatic update task to
the new version of local presets. This behavior could have been harmful
if a user logged in with administrator privileges ran the program with the
task described above, especially when the program is installed on the
system.
* [Preset Manager] Fixed accidental overwriting of target presets when
upgrading with new versions.
* [Preset Manager] Added convenient graphical handling to the
`json.decoder.JSONDecodeError` exception in the event of malformed or
incorrectly encoded json code during the preset update task.
* [A/V Conversions) Improved audio dialog settings (Audio Properties).
* Updated Videomass presets to v0.19 .
* [Preset Manager] The automated preset update operation, including "import
by Groups" feature, now always includes a backup of the preset directory
in the program configuration directory.
+------------------------------------+
Mon, 15 Jan 2024 V.5.0.3

Expand Down
5 changes: 5 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ URGENCY: high
while longer because fps_mode does not work with old versions of FFmpeg.
So, vsync's warning is just a warning and still works with the new versions.

- A new implementation is needed for embedding subtitles. The infrastructure
could be organized on a new A/V Conversions tab or as an independent tool
that can be called up from the main menu (Home).

---------------
URGENCY: medium
----------------
Expand All @@ -35,3 +39,4 @@ URGENCY: low (New implementations)
-------------
- [PRESETS MANAGER] The profile requires additional input (-i FILE -i FILE ...)
- @johannesdedoper would like a function to save some UI settings, see #113 .

20 changes: 20 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
videomass (5.0.4-1) UNRELEASED; urgency=high

* [Preset Manager] Fixed a serious issue during the automatic update task to
the new version of local presets. This behavior could have been harmful
if a user logged in with administrator privileges ran the program with the
task described above, especially when the program is installed on the
system.
* [Preset Manager] Fixed accidental overwriting of target presets when
upgrading with new versions.
* [Preset Manager] Added convenient graphical handling to the json.DecodeError
exception in the event of malformed or incorrectly encoded json code during
the preset update task.
* [A/V Conversions) Improved audio dialog settings (Audio Properties).
* Updated Videomass presets to v0.19 .
* [Preset Manager] The automated preset update operation, including "import
by Groups" feature, now always includes a backup of the preset directory
in the program configuration directory.

-- Gianluca Pernigotto <[email protected]> Wed, 24 Jan 2024 08:00:00 +0200

videomass (5.0.3-1) UNRELEASED; urgency=medium

* [YouTube Downloader] New feature: subtitles editor, see #240
Expand Down
Binary file modified videomass/locale/en_US/LC_MESSAGES/videomass.mo
Binary file not shown.
Loading

0 comments on commit 320fb7b

Please sign in to comment.