Skip to content

Commit

Permalink
Merge pull request #25 from H3rz3n/testing
Browse files Browse the repository at this point in the history
Added support for AMD iGPU 780M
  • Loading branch information
H3rz3n authored Dec 17, 2024
2 parents 6195fb3 + 1029712 commit 58520f2
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 5 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.2.1"
version="2.2.2"

mv davinci-helper davinci-helper-${version}
tar -cvzf davinci-helper-${version}.tar.gz davinci-helper-${version}
Expand Down
Binary file removed davinci-helper-2.2.1.tar.gz
Binary file not shown.
Binary file added davinci-helper-2.2.2.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.2.1
Version: 2.2.2

# RELEASE AND DISTRIBUTION VERSION
Release: 1
Expand Down Expand Up @@ -92,6 +92,9 @@ sudo systemctl restart polkit

# CHANGELOG OF THE VERSION
%changelog
* Tue Dec 17 2024 Lorenzo Maiuri <[email protected]> - 2.2.2-1
- Added support for AMD iGPU 780M.

* Mon Nov 25 2024 Lorenzo Maiuri <[email protected]> - 2.2.1-1
- Fixed support for AMD iGPUs.

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.2.1
Version=2.2.2
Name=DaVinci Helper
Exec=davinci-helper
Icon=davinci_helper_icon.svg
Expand Down
16 changes: 16 additions & 0 deletions davinci-helper/data/desktop/com.davinci.helper.app.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,22 @@
<!-- RELEASE SECTION START -->
<releases>

<!-- RELEASE NOTE START-->
<release version="2.2.2" date="2024-12-17">

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

<ul>
<li>Added support for AMD iGPU 780M</li>
</ul>

<!-- DESCRIPTION END -->
</description>

<!--RELEASE NOTE END -->
</release>

<!-- RELEASE NOTE START-->
<release version="2.2.1" date="2024-11-25">

Expand Down
3 changes: 2 additions & 1 deletion davinci-helper/data/gpu_support/amd_support.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ RX 7700
RX 7800
RX 7900
RADEON 880
RADEON 890
RADEON 890
RADEON 780
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.2.1"
version = "2.2.2"
description = "A helper app to help you install DaVinci Resolve."
readme = "README.md"
license = {text = "GPL-3.0"}
Expand Down

0 comments on commit 58520f2

Please sign in to comment.