From d03b2df96134e5dc2b4b59aea28cf17c0618c7ab Mon Sep 17 00:00:00 2001
From: Youssef Fathy <32334265+0xzer0x@users.noreply.github.com>
Date: Wed, 6 Nov 2024 08:14:42 +0200
Subject: [PATCH 1/2] release: update snap version and xdg release notes
---
...ithub._0xzer0x.qurancompanion.metainfo.xml | 24 ++++++++++++-------
snap/snapcraft.yaml | 2 +-
2 files changed, 17 insertions(+), 9 deletions(-)
diff --git a/dist/xdg/io.github._0xzer0x.qurancompanion.metainfo.xml b/dist/xdg/io.github._0xzer0x.qurancompanion.metainfo.xml
index 14ae8f95..9a6cd71e 100644
--- a/dist/xdg/io.github._0xzer0x.qurancompanion.metainfo.xml
+++ b/dist/xdg/io.github._0xzer0x.qurancompanion.metainfo.xml
@@ -16,8 +16,8 @@
Quran Companion is a cross-platform Quran reader and player with recitation download capabilities, verse highlighting, resizable quran font, and a variety of tafsir books and translations
- #8ab4f8
- #8ab4f8
+ #8ab4f8
+ #8ab4f8
Youssef Fathy
@@ -55,7 +55,15 @@
-
+
+
+
+ - Added Indonesian UI translation
+ - Upgrade to Qt 6.7
+
+
+
+
- Move all downloadable content to a different location
@@ -65,21 +73,21 @@
-
+
- Customizable downloads path
-
+
- Bugfix in repeater widget positioning
-
+
- Added verse group repeat feature
@@ -88,7 +96,7 @@
-
+
- Russian UI translation
@@ -97,7 +105,7 @@
-
+
- Added recitations menu in downloads manager for a more clear UI
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 8b3a7082..57656b01 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,6 +1,6 @@
name: quran-companion
base: core22
-version: '1.3.0'
+version: 1.3.1
title: Quran Companion
website: https://0xzer0x.github.io/projects/quran-companion
source-code: https://github.com/0xzer0x/quran-companion
From bd6702653fc3260102ed08d0cbbd1f078e718048 Mon Sep 17 00:00:00 2001
From: Youssef Fathy <32334265+0xzer0x@users.noreply.github.com>
Date: Wed, 6 Nov 2024 08:25:29 +0200
Subject: [PATCH 2/2] fix(ci): checkout default repository branch in prepare
step
---
.github/workflows/deploy.yml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 4e198324..dbb17488 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -16,10 +16,6 @@ jobs:
steps:
- name: Checkout VERSION
uses: actions/checkout@v4
- with:
- ref: ${{ github.ref_name }}
- sparse-checkout-cone-mode: false
- sparse-checkout: VERSION
- name: Set environmental variables
run: |