Skip to content

Commit

Permalink
Merge pull request #20 from H3rz3n/testing
Browse files Browse the repository at this point in the history
Fixed broken MoviePy API call after MoviePy update
  • Loading branch information
H3rz3n authored Nov 24, 2024
2 parents 349f64b + dd79518 commit 9fcce5e
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion create_archive.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/bash
clear
version="2.1.0"
version="2.1.1"

mv davinci-helper davinci-helper-${version}
tar -cvzf davinci-helper-${version}.tar.gz davinci-helper-${version}
Expand Down
Binary file removed davinci-helper-2.1.0.tar.gz
Binary file not shown.
Binary file added davinci-helper-2.1.1.tar.gz
Binary file not shown.
5 changes: 4 additions & 1 deletion davinci-helper.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Name: davinci-helper

# APP VERSION
Version: 2.1.0
Version: 2.1.1

# RELEASE AND DISTRIBUTION VERSION
Release: 1
Expand Down Expand Up @@ -94,6 +94,9 @@ pip install moviepy

# CHANGELOG OF THE VERSION
%changelog
* Sun Nov 24 2024 Lorenzo Maiuri <[email protected]> - 2.1.1-1
- Fixed broken moviepy API due to moviepy API update.

* Thu Nov 14 2024 Lorenzo Maiuri <[email protected]> - 2.1.0-1
- Added automatically installation of multimedia codecs.

Expand Down
2 changes: 1 addition & 1 deletion davinci-helper/data/desktop/com.davinci.helper.app.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
Version=2.1.0
Version=2.1.1
Name=DaVinci Helper
Exec=davinci-helper
Icon=davinci_helper_icon.svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,13 @@
<releases>

<!-- RELEASE NOTE START-->
<release version="2.1.0" date="2024-11-18">
<release version="2.1.1" date="2024-11-24">

<!-- DESCRIPTION START -->
<description>

<ul>
<li>Added automatically installation of multimedia codecs.</li>
<li>Fixed some italian translations.</li>
<li>Fixed broken moviepy API due to moviepy API update</li>
</ul>

<!-- DESCRIPTION END -->
Expand Down
2 changes: 1 addition & 1 deletion davinci-helper/davinci_helper/functions/logic/app_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
app_name = "DaVinci Helper"

# APP VERSION
app_version = "v2.1.0"
app_version = "v2.1.1"

# APP ICON
app_icon = "davinci_helper_icon"
Expand Down
2 changes: 1 addition & 1 deletion davinci-helper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "davinci-helper"
version = "2.1.0"
version = "2.1.1"
description = "A helper app to help you install DaVinci Resolve."
readme = "README.md"
license = {text = "GPL-3.0"}
Expand Down

0 comments on commit 9fcce5e

Please sign in to comment.