diff --git a/CHANGELOG.md b/CHANGELOG.md index b1882675..0c9ceb15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,10 @@ ### التحديثات 💭 -- إضافة خاصية تكرار التلاوة لمجموعة من الآيات (#78) -- إضافة كتاب أسباب نزول القرآن - الواحدي (نسخة الشاملة) -- إضافة كتاب هدايات القرآن (مركز معالم التدبر) +- تصليح عطل في مكان ظهور نافذة التكرار ### What's Changed 💭 -- Added verse group repeat feature (#78) -- Added Asbab al-Nuzul - Al-Wahidi -- Added Hadayat al-Quran - Maʿalim al-Tadabbur +- Bug fix in repeater widget positioning diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c759073..b48678cc 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.7 + VERSION 1.2.8 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 1034a9c4..a8d040ac 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.7/Quran_Companion-1.2.7-x86_64.dmg +[macos-dmg-url]: https://github.com/0xzer0x/quran-companion/releases/download/v1.2.8/Quran_Companion-1.2.8-x86_64.dmg diff --git a/README.md b/README.md index fd845270..d05bf03b 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.7/Quran_Companion-1.2.7-x86_64.dmg +[macos-dmg-url]: https://github.com/0xzer0x/quran-companion/releases/download/v1.2.8/Quran_Companion-1.2.8-x86_64.dmg diff --git a/VERSION b/VERSION index c04c650a..db6fb4a9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.7 +1.2.8 diff --git a/dist/xdg/io.github._0xzer0x.qurancompanion.metainfo.xml b/dist/xdg/io.github._0xzer0x.qurancompanion.metainfo.xml index f43df11b..469cbab3 100644 --- a/dist/xdg/io.github._0xzer0x.qurancompanion.metainfo.xml +++ b/dist/xdg/io.github._0xzer0x.qurancompanion.metainfo.xml @@ -51,6 +51,13 @@ + + +
    +
  • Bugfix in repeater widget positioning
  • +
+
+
    diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index a8acc399..672f415b 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: quran-companion base: core22 -version: '1.2.7' +version: '1.2.8' title: Quran Companion website: https://0xzer0x.github.io/projects/quran-companion source-code: https://github.com/0xzer0x/quran-companion diff --git a/src/main.cpp b/src/main.cpp index 353eeef1..86c8dccc 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.7"); + QApplication::setApplicationVersion("1.2.8"); QSplashScreen splash(QPixmap(":/resources/splash.png")); splash.show();