Skip to content

Commit

Permalink
Fixing app version
Browse files Browse the repository at this point in the history
  • Loading branch information
H3rz3n committed Nov 9, 2024
1 parent eba29d7 commit 0cec029
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 197 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.0.10"
version="2.0.11"

mv davinci-helper davinci-helper-${version}
tar -cvzf davinci-helper-${version}.tar.gz davinci-helper-${version}
Expand Down
Binary file removed davinci-helper-2.0.10.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.0.10
Version: 2.0.11

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

# CHANGELOG OF THE VERSION
%changelog
* Sat Nov 09 2024 Lorenzo Maiuri <[email protected]> - 2.0.11-1
- Fixed app version.

* Thu Nov 07 2024 Lorenzo Maiuri <[email protected]> - 2.0.10-1
- Fixed a minor issue with DNF-5 commands.

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.0.10
Version=2.0.11
Name=DaVinci Helper
Exec=davinci-helper
Icon=davinci_helper_icon.svg
Expand Down
194 changes: 2 additions & 192 deletions davinci-helper/data/desktop/com.davinci.helper.app.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,208 +73,18 @@
<releases>

<!-- -->
<release version="2.0.10" date="2024-07-11">Fixing GPU driver installation
<release version="2.0.11" date="2024-09-11">

<description>

<ul>
<li>Fixed a minor issue with DNF-5 commands.</li>
<li>Fixed app version.</li>
</ul>

</description>

<!-- -->
</release>



<!-- -->
<release version="2.0.9" date="2024-07-11">Fixing GPU driver installation

<description>

<ul>
<li>Fixed a minor issue that prevented the RPM-Fusion repository from installing properly.</li>
</ul>

</description>

<!-- -->
</release>



<!-- -->
<release version="2.0.8" date="2024-30-10">Fixing GPU driver installation

<description>

<ul>
<li>Fixed a minor issue that will make a broken output during AMD GPU driver installation.</li>
</ul>

</description>

<!-- -->
</release>



<!-- -->
<release version="2.0.7" date="2024-21-10">Fixing GPU driver installation

<description>

<ul>
<li>Fixed a major issues that will make the app not install all the necessary libraries during Nvidia GPU driver installation.</li>
</ul>

</description>

<!-- -->
</release>



<!-- -->
<release version="2.0.6" date="2024-21-10">Fixing GPU driver installation

<description>

<ul>
<li>Fixing a major issues that will not install all the necessary libraries during Nvidia GPU driver installation.</li>
</ul>

</description>

<!-- -->
</release>



<!-- -->
<release version="2.0.5" date="2024-21-10">Fixing GPU driver installation

<description>

<ul>
<li>Fixing a major issues that will not install all the necessary libraries during Nvidia GPU driver installation.</li>
</ul>

</description>

<!-- -->
</release>



<!-- -->
<release version="2.0.3" date="2024-16-10">Fixing italian translation

<description>

<ul>
<li>Fixing an major issues that will stuck the program during the video conversion</li>
</ul>

</description>

<!-- -->
</release>



<!-- -->
<release version="2.0.2" date="2024-12-10">Fixing italian translation

<description>

<ul>
<li>Fixing italian translation</li>
</ul>

</description>

<!-- -->
</release>



<!-- -->
<release version="2.0.1" date="2024-12-10">

<description>

<ul>
<li>Fixing OS detection on Nobara Linux</li>
</ul>

</description>

<!-- -->
</release>



<!-- -->
<release version="2.0.0" date="2024-17-9">

<description>

<ul>
<li>Brand new UI based on Adwaita</li>
<li>Added support for video conversion</li>
<li>Improved support for AMD GPUs</li>
<li>Added light theme and theme switch</li>
<li>Improved performance</li>
</ul>

</description>

<!-- -->
</release>



<!-- -->
<release version="1.1.0" date="2024-21-8">

<description>

<p>Added support for AMD GPUs.</p>

</description>

<!-- -->
</release>



<!-- -->
<release version="1.0.1" date="2024-21-8">

<description>

<p>Switched to GPL-3.0 license</p>

</description>

<!-- -->
</release>



<!-- -->
<release version="1.0.0" date="2024-13-8">

<description>

<p>Initial release of DaVinci Helper.</p>

</description>

<!-- -->
</release>

<!-- -->
</releases>
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.0.8"
app_version = "v2.0.11"

# 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.0.10"
version = "2.0.11"
description = "A helper app to help you install DaVinci Resolve."
readme = "README.md"
license = {text = "GPL-3.0"}
Expand Down

0 comments on commit 0cec029

Please sign in to comment.