Skip to content

Commit

Permalink
Merge pull request #84 from 0xzer0x/release/1.2.7
Browse files Browse the repository at this point in the history
v1.2.7
  • Loading branch information
0xzer0x authored Jun 22, 2024
2 parents 2887efa + b928263 commit a9902e2
Show file tree
Hide file tree
Showing 101 changed files with 2,118 additions and 2,438 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

### التحديثات 💭

- دعم اللغة الروسية لواجهة البرنامج
- تصليح بعض الأعطال في تصفح الأجزاء (#71)
- إضافة رقم الربع و الحزب في صفحة القرآن (#70)
- إضافة خاصية تكرار التلاوة لمجموعة من الآيات (#78)
- إضافة كتاب أسباب نزول القرآن - الواحدي (نسخة الشاملة)
- إضافة كتاب هدايات القرآن (مركز معالم التدبر)

</div>

### What's Changed 💭

- Russian UI translation
- Bug fixes in Juz navigation (#71)
- Added displaying of rub and hizb in the Quran page footer (#70)
- Added verse group repeat feature (#78)
- Added Asbab al-Nuzul - Al-Wahidi
- Added Hadayat al-Quran - Maʿalim al-Tadabbur
89 changes: 51 additions & 38 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22)
project(
quran-companion
LANGUAGES CXX
VERSION 1.2.6
VERSION 1.2.7
DESCRIPTION "Quran reader and player"
HOMEPAGE_URL "https://0xzer0x.github.io/projects/quran-companion/")

Expand Down Expand Up @@ -42,15 +42,29 @@ set(PROJECT_SOURCES
src/types/tafsir.cpp
src/types/translation.h
src/types/translation.cpp
src/core/mainwindow.cpp
src/core/mainwindow.h
src/core/mainwindow.ui
src/core/quranreader.h
src/core/quranreader.cpp
src/core/quranreader.ui
src/core/playercontrols.h
src/core/playercontrols.cpp
src/core/playercontrols.ui
src/components/mainwindow.cpp
src/components/mainwindow.h
src/components/mainwindow.ui
src/components/quranreader.h
src/components/quranreader.cpp
src/components/quranreader.ui
src/components/playercontrols.h
src/components/playercontrols.cpp
src/components/playercontrols.ui
src/components/systemtray.h
src/components/systemtray.cpp
src/navigation/navigator.h
src/navigation/navigator.cpp
src/navigation/verseobserver.h
src/player/verseplayer.h
src/player/verseplayer.cpp
src/player/playbackcontroller.h
src/player/playbackcontroller.cpp
src/player/playbackstrategy.h
src/player/impl/continuousplaybackstrategy.h
src/player/impl/continuousplaybackstrategy.cpp
src/player/impl/setplaybackstrategy.h
src/player/impl/setplaybackstrategy.cpp
src/dialogs/searchdialog.h
src/dialogs/searchdialog.cpp
src/dialogs/searchdialog.ui
Expand Down Expand Up @@ -89,10 +103,21 @@ set(PROJECT_SOURCES
src/dialogs/importexportdialog.h
src/dialogs/importexportdialog.cpp
src/dialogs/importexportdialog.ui
src/interfaces/userdataimporter.h
src/interfaces/userdataexporter.h
src/interfaces/dbconnection.h
src/interfaces/notificationsender.h
src/repository/dbconnection.h
src/repository/quranrepository.h
src/repository/quranrepository.cpp
src/repository/glyphsrepository.h
src/repository/glyphsrepository.cpp
src/repository/betaqatrepository.h
src/repository/betaqatrepository.cpp
src/repository/tafsirrepository.h
src/repository/tafsirrepository.cpp
src/repository/translationrepository.h
src/repository/translationrepository.cpp
src/repository/bookmarksrepository.h
src/repository/bookmarksrepository.cpp
src/service/servicefactory.h
src/service/servicefactory.cpp
src/service/betaqatservice.h
src/service/bookmarkservice.h
src/service/quranservice.h
Expand All @@ -117,6 +142,7 @@ set(PROJECT_SOURCES
src/service/impl/khatmahservicesqlimpl.cpp
src/service/impl/thoughtsservicesqlimpl.h
src/service/impl/thoughtsservicesqlimpl.cpp
src/notifiers/notificationsender.h
src/notifiers/bookmarksnotifier.h
src/notifiers/bookmarksnotifier.cpp
src/notifiers/updatenotifier.h
Expand All @@ -129,10 +155,6 @@ set(PROJECT_SOURCES
src/utils/configuration.cpp
src/utils/shortcuthandler.h
src/utils/shortcuthandler.cpp
src/utils/verseplayer.h
src/utils/verseplayer.cpp
src/utils/systemtray.h
src/utils/systemtray.cpp
src/utils/logger.h
src/utils/logger.cpp
src/utils/dirmanager.h
Expand All @@ -143,14 +165,14 @@ set(PROJECT_SOURCES
src/utils/fontmanager.cpp
src/utils/versionchecker.h
src/utils/versionchecker.cpp
src/utils/jsondataexporter.h
src/utils/jsondataexporter.cpp
src/utils/jsondataimporter.h
src/utils/jsondataimporter.cpp
src/utils/servicefactory.h
src/utils/servicefactory.cpp
src/utils/stringconverter.h
src/utils/stringconverter.cpp
src/utils/numbertostringconverter.h
src/utils/numbertostringconverter.cpp
src/serializer/userdataimporter.h
src/serializer/userdataexporter.h
src/serializer/impl/jsondataexporter.h
src/serializer/impl/jsondataexporter.cpp
src/serializer/impl/jsondataimporter.h
src/serializer/impl/jsondataimporter.cpp
src/downloader/downloadjob.h
src/downloader/downloadtask.h
src/downloader/impl/surahjob.h
Expand All @@ -171,18 +193,6 @@ set(PROJECT_SOURCES
src/downloader/impl/qcfjob.cpp
src/downloader/impl/jobmanager.h
src/downloader/impl/jobmanager.cpp
src/repository/quranrepository.h
src/repository/quranrepository.cpp
src/repository/glyphsrepository.h
src/repository/glyphsrepository.cpp
src/repository/betaqatrepository.h
src/repository/betaqatrepository.cpp
src/repository/tafsirrepository.h
src/repository/tafsirrepository.cpp
src/repository/translationrepository.h
src/repository/translationrepository.cpp
src/repository/bookmarksrepository.h
src/repository/bookmarksrepository.cpp
src/widgets/quranpagebrowser.h
src/widgets/quranpagebrowser.cpp
src/widgets/clickablelabel.cpp
Expand All @@ -200,6 +210,9 @@ set(PROJECT_SOURCES
src/widgets/betaqaviewer.h
src/widgets/betaqaviewer.cpp
src/widgets/betaqaviewer.ui
src/widgets/repeaterpopup.h
src/widgets/repeaterpopup.cpp
src/widgets/repeaterpopup.ui
resources.qrc
resources/logo.icns
qurancompanion.rc)
Expand Down
4 changes: 2 additions & 2 deletions README-AR.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<a href='https://flathub.org/apps/io.github._0xzer0x.qurancompanion'>
<img width='240' alt='Download Flatpak' src='https://dl.flathub.org/assets/badges/flathub-badge-en.svg'/>
</a>
<a href='https://github.com/0xzer0x/quran-companion/releases/download/v1.2.6/Quran_Companion-1.2.6-x86_64.AppImage'>
<a href='https://github.com/0xzer0x/quran-companion/releases/download/v1.2.7/Quran_Companion-1.2.7-x86_64.AppImage'>
<img width='260' alt='Download AppImage' src='https://docs.appimage.org/_images/download-appimage-banner.svg' style='border-radius: 10px'/>
</a>
<a href="https://snapcraft.io/quran-companion">
Expand Down Expand Up @@ -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.6/Quran_Companion-1.2.6-x86_64.dmg
[macos-dmg-url]: https://github.com/0xzer0x/quran-companion/releases/download/v1.2.7/Quran_Companion-1.2.7-x86_64.dmg
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ The application can be downloaded in any of the available packages (snap, flatpa
<a href='https://flathub.org/apps/io.github._0xzer0x.qurancompanion'>
<img width='240' alt='Download Flatpak' src='https://dl.flathub.org/assets/badges/flathub-badge-en.svg'/>
</a>
<a href='https://github.com/0xzer0x/quran-companion/releases/download/v1.2.6/Quran_Companion-1.2.6-x86_64.AppImage'>
<a href='https://github.com/0xzer0x/quran-companion/releases/download/v1.2.7/Quran_Companion-1.2.7-x86_64.AppImage'>
<img width='260' alt='Download AppImage' src='https://docs.appimage.org/_images/download-appimage-banner.svg' style='border-radius: 10px'/>
</a>
<a href="https://snapcraft.io/quran-companion">
Expand Down Expand Up @@ -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.6/Quran_Companion-1.2.6-x86_64.dmg
[macos-dmg-url]: https://github.com/0xzer0x/quran-companion/releases/download/v1.2.7/Quran_Companion-1.2.7-x86_64.dmg
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.6
1.2.7
Loading

0 comments on commit a9902e2

Please sign in to comment.