diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c9ceb15..be8ceb12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ ### التحديثات 💭 -- تصليح عطل في مكان ظهور نافذة التكرار +- إضافة خاصية: تغيير مسار التحميلات (#88) ### What's Changed 💭 -- Bug fix in repeater widget positioning +- Added feature: Customizable downloads path (#88) diff --git a/CMakeLists.txt b/CMakeLists.txt index b48678cc..a2814e9e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22) project( quran-companion LANGUAGES CXX - VERSION 1.2.8 + VERSION 1.2.9 DESCRIPTION "Quran reader and player" HOMEPAGE_URL "https://0xzer0x.github.io/projects/quran-companion/") diff --git a/README-AR.md b/README-AR.md index 5a19b03f..744e3f95 100644 --- a/README-AR.md +++ b/README-AR.md @@ -138,7 +138,7 @@ Download Flatpak - + Download AppImage @@ -329,4 +329,4 @@ cmake --build . [win-installer]: https://github.com/0xzer0x/quran-companion/releases/download/v1.1.9/qc_online_installer_x64_win.exe [translation-wiki]: https://github.com/0xzer0x/quran-companion/wiki/Contributing-Translations [recitations-wiki]: https://github.com/0xzer0x/quran-companion/wiki/Contributing-Recitations -[macos-dmg-url]: https://github.com/0xzer0x/quran-companion/releases/download/v1.2.8/Quran_Companion-1.2.8-x86_64.dmg +[macos-dmg-url]: https://github.com/0xzer0x/quran-companion/releases/download/v1.2.9/Quran_Companion-1.2.9-x86_64.dmg diff --git a/README.md b/README.md index dfd36bb8..352582fd 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ The application can be downloaded in any of the available packages (snap, flatpa Download Flatpak - + Download AppImage @@ -311,4 +311,4 @@ Distributed under the [Waqf General Public License](https://ojuba.org/waqf-2.0:% [win-installer]: https://github.com/0xzer0x/quran-companion/releases/download/v1.1.9/qc_online_installer_x64_win.exe [translation-wiki]: https://github.com/0xzer0x/quran-companion/wiki/Contributing-Translations [recitations-wiki]: https://github.com/0xzer0x/quran-companion/wiki/Contributing-Recitations -[macos-dmg-url]: https://github.com/0xzer0x/quran-companion/releases/download/v1.2.8/Quran_Companion-1.2.8-x86_64.dmg +[macos-dmg-url]: https://github.com/0xzer0x/quran-companion/releases/download/v1.2.9/Quran_Companion-1.2.9-x86_64.dmg diff --git a/VERSION b/VERSION index db6fb4a9..9d4f8239 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.8 +1.2.9 diff --git a/dist/xdg/io.github._0xzer0x.qurancompanion.metainfo.xml b/dist/xdg/io.github._0xzer0x.qurancompanion.metainfo.xml index 469cbab3..6b89b558 100644 --- a/dist/xdg/io.github._0xzer0x.qurancompanion.metainfo.xml +++ b/dist/xdg/io.github._0xzer0x.qurancompanion.metainfo.xml @@ -2,7 +2,7 @@ io.github._0xzer0x.qurancompanion Quran Companion - Cross-platform Quran reader and player + Read and listen to the Quran MIT LGPL-3.0-or-later @@ -15,6 +15,10 @@

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 + Youssef Fathy @@ -51,6 +55,13 @@ + + +
    +
  • Customizable downloads path
  • +
+
+
    diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 672f415b..98e9e6c0 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,11 +1,11 @@ name: quran-companion base: core22 -version: '1.2.8' +version: 1.2.9 title: Quran Companion website: https://0xzer0x.github.io/projects/quran-companion source-code: https://github.com/0xzer0x/quran-companion -contact: youssefessamasu@gmail.com -summary: Cross-platform Quran reader and player +contact: https://0xzer0x.github.io/contact +summary: Read and listen to the Quran description: | Quran Companion is a cross-platform Quran reader and player with recitation download capabilities, verse highlighting, re-sizable Quran font, and a variety of tafsir books and translations. diff --git a/src/main.cpp b/src/main.cpp index 86c8dccc..4bb07a04 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -28,7 +28,7 @@ main(int argc, char* argv[]) QApplication a(argc, argv); QApplication::setApplicationName("Quran Companion"); QApplication::setOrganizationName("0xzer0x"); - QApplication::setApplicationVersion("1.2.8"); + QApplication::setApplicationVersion("1.2.9"); QSplashScreen splash(QPixmap(":/resources/splash.png")); splash.show();