Skip to content

Commit 7dca17a

Browse files
Update package manager manifests and README for version 2.9.1
1 parent 972e7cd commit 7dca17a

7 files changed

Lines changed: 28 additions & 29 deletions

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
| **WinGet (Recommended)** | `winget install AbiruzzamanMolla.DailyPrayerTimer` |
2929
| **Scoop** | `scoop bucket add abiruzzaman https://github.com/AbiruzzamanMolla/scoop-bucket`<br>`scoop install dailyprayertimer` |
3030
| **Chocolatey (Verified)** | `choco install dailyprayertimer` |
31-
| **Windows (64-bit Installer)** | [DailyPrayerTimer_Setup_v2.8.0_x64.exe](https://github.com/AbiruzzamanMolla/DailyPrayerTimeSoftware/releases/latest) |
32-
| **Windows (32-bit Installer)** | [DailyPrayerTimer_Setup_v2.8.0_x86.exe](https://github.com/AbiruzzamanMolla/DailyPrayerTimeSoftware/releases/latest) |
33-
| **Windows (64-bit Portable)** | [DailyPrayerTimer_v2.8.0_Portable_x64.exe](https://github.com/AbiruzzamanMolla/DailyPrayerTimeSoftware/releases/latest) |
31+
| **Windows (64-bit Installer)** | [DailyPrayerTimer_Setup_v2.9.1_x64.exe](https://github.com/AbiruzzamanMolla/DailyPrayerTimeSoftware/releases/latest) |
32+
| **Windows (32-bit Installer)** | [DailyPrayerTimer_Setup_v2.9.1_x86.exe](https://github.com/AbiruzzamanMolla/DailyPrayerTimeSoftware/releases/latest) |
33+
| **Windows (64-bit Portable)** | [DailyPrayerTimer_v2.9.1_Portable_x64.exe](https://github.com/AbiruzzamanMolla/DailyPrayerTimeSoftware/releases/latest) |
3434

35-
> **Version 2.8.0** is the current stable release. See the [full changelog](CHANGELOG.md) for details.
35+
> **Version 2.9.1** is the current stable release. See the [full changelog](CHANGELOG.md) for details.
3636
3737
1. **Package Managers**: Open any terminal (PowerShell, CMD, or Terminal) and run the respective command above.
3838
2. **Manual**: Download the installer matching your system.

chocolatey/dailyprayertimer.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>dailyprayertimer</id>
5-
<version>2.4.4</version>
5+
<version>2.9.1</version>
66
<title>Daily Prayer Timer</title>
77
<authors>Abiruzzaman Molla</authors>
88
<owners>Abiruzzaman Molla</owners>
@@ -19,7 +19,7 @@
1919
<description>
2020
A high-performance, native Windows application for accurate prayer times, featuring a premium glassmorphic UI, deep taskbar integration, and full multi-language support. Keep track of your daily prayers and Sunnah fasts directly from your Windows desktop.
2121
</description>
22-
<releaseNotes>https://github.com/AbiruzzamanMolla/DailyPrayerTimeSoftware/releases/tag/v2.4.4</releaseNotes>
22+
<releaseNotes>https://github.com/AbiruzzamanMolla/DailyPrayerTimeSoftware/releases/tag/v2.9.1</releaseNotes>
2323
</metadata>
2424
<files>
2525
<file src="tools\**" target="tools" />

chocolatey/tools/chocolateyInstall.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ $ErrorActionPreference = 'Stop';
33
$packageArgs = @{
44
packageName = 'dailyprayertimer'
55
fileType = 'exe'
6-
url = 'https://github.com/AbiruzzamanMolla/DailyPrayerTimeSoftware/releases/download/v2.4.4/DailyPrayerTimer_Setup_v2.4.4_x86.exe'
7-
url64bit = 'https://github.com/AbiruzzamanMolla/DailyPrayerTimeSoftware/releases/download/v2.4.4/DailyPrayerTimer_Setup_v2.4.4_x64.exe'
6+
url = 'https://github.com/AbiruzzamanMolla/DailyPrayerTimeSoftware/releases/download/v2.9.1/DailyPrayerTimer_Setup_v2.9.1_x86.exe'
7+
url64bit = 'https://github.com/AbiruzzamanMolla/DailyPrayerTimeSoftware/releases/download/v2.9.1/DailyPrayerTimer_Setup_v2.9.1_x64.exe'
88
softwareName = 'Daily Prayer Timer*'
9-
checksum = '90ADC74DC6BA45938034E35E1D9471B418619DA2AD40A53DB250CD47EB8A37B7'
9+
checksum = 'DD808BA249C5438190A475BEC66A1CE90529B2BB9DFE8CF2E719978CE4AB1D1D'
1010
checksumType = 'sha256'
11-
checksum64 = 'FB293E39135D8B7A8DF65036FD3FCDDAF4C3EBA4303A6FC33F3BDB5B913CF24E'
11+
checksum64 = 'F1BA4181008E3F51460D822807458A6CD78B13E8FEB2C82BEA061DF00F026E66'
1212
checksumType64= 'sha256'
1313
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
1414
validExitCodes= @(0, 3010, 1641, 2359302)

scoop/dailyprayertimer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"version": "2.4.4",
2+
"version": "2.9.1",
33
"description": "A high-performance, native Windows application for accurate prayer times, featuring a premium glassmorphic UI, deep taskbar integration, and full multi-language support.",
44
"homepage": "https://github.com/AbiruzzamanMolla/DailyPrayerTimeSoftware",
55
"license": "MIT",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/AbiruzzamanMolla/DailyPrayerTimeSoftware/releases/download/v2.4.4/DailyPrayerTimer_Setup_v2.4.4_x64.exe#/setup.exe",
9-
"hash": "FB293E39135D8B7A8DF65036FD3FCDDAF4C3EBA4303A6FC33F3BDB5B913CF24E"
8+
"url": "https://github.com/AbiruzzamanMolla/DailyPrayerTimeSoftware/releases/download/v2.9.1/DailyPrayerTimer_Setup_v2.9.1_x64.exe#/setup.exe",
9+
"hash": "F1BA4181008E3F51460D822807458A6CD78B13E8FEB2C82BEA061DF00F026E66"
1010
},
1111
"32bit": {
12-
"url": "https://github.com/AbiruzzamanMolla/DailyPrayerTimeSoftware/releases/download/v2.4.4/DailyPrayerTimer_Setup_v2.4.4_x86.exe#/setup.exe",
13-
"hash": "90ADC74DC6BA45938034E35E1D9471B418619DA2AD40A53DB250CD47EB8A37B7"
12+
"url": "https://github.com/AbiruzzamanMolla/DailyPrayerTimeSoftware/releases/download/v2.9.1/DailyPrayerTimer_Setup_v2.9.1_x86.exe#/setup.exe",
13+
"hash": "DD808BA249C5438190A475BEC66A1CE90529B2BB9DFE8CF2E719978CE4AB1D1D"
1414
}
1515
},
1616
"innosetup": true,
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json
22

33
PackageIdentifier: AbiruzzamanMolla.DailyPrayerTimer
4-
PackageVersion: 2.6.0
4+
PackageVersion: 2.9.1
55
InstallerLocale: en-US
66
InstallerType: inno
77
Scope: machine
88
UpgradeBehavior: install
9-
ReleaseDate: 2026-06-17
9+
ReleaseDate: 2026-07-14
1010
Installers:
1111
- Architecture: x64
12-
InstallerUrl: https://github.com/AbiruzzamanMolla/DailyPrayerTimeSoftware/releases/download/v2.6.0/DailyPrayerTimer_Setup_v2.6.0_x64.exe
13-
InstallerSha256: 128411ecad7f46107ec1d75fa7488e314807736fb1705ee105a6f454edfc4af8
12+
InstallerUrl: https://github.com/AbiruzzamanMolla/DailyPrayerTimeSoftware/releases/download/v2.9.1/DailyPrayerTimer_Setup_v2.9.1_x64.exe
13+
InstallerSha256: f1ba4181008e3f51460d822807458a6cd78b13e8feb2c82bea061df00f026e66
1414
- Architecture: x86
15-
InstallerUrl: https://github.com/AbiruzzamanMolla/DailyPrayerTimeSoftware/releases/download/v2.6.0/DailyPrayerTimer_Setup_v2.6.0_x86.exe
16-
InstallerSha256: 627d45d9fd99c238158f95eeee6d5c38cc48308f91bdefca52133b538c685329
15+
InstallerUrl: https://github.com/AbiruzzamanMolla/DailyPrayerTimeSoftware/releases/download/v2.9.1/DailyPrayerTimer_Setup_v2.9.1_x86.exe
16+
InstallerSha256: dd808ba249c5438190a475bec66a1ce90529b2bb9dfe8cf2e719978ce4ab1d1d
1717
ManifestType: installer
1818
ManifestVersion: 1.9.0

winget-manifests/AbiruzzamanMolla.DailyPrayerTimer.locale.en-US.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json
22

33
PackageIdentifier: AbiruzzamanMolla.DailyPrayerTimer
4-
PackageVersion: 2.6.0
4+
PackageVersion: 2.9.1
55
PackageLocale: en-US
66
Publisher: Abiruzzaman Molla
77
PublisherUrl: https://github.com/AbiruzzamanMolla
@@ -26,11 +26,10 @@ Tags:
2626
- timer
2727
- deskband
2828
ReleaseNotes: |-
29-
v2.6.0 Features:
30-
- Full-Screen Blocked Congregation Reminder: Introduced a brand new full-screen notification mode for the congregation (Jamaat) reminders that blocks the desktop and shows real-time countdown, prayer range timing, and congregation start times.
31-
- Dismissal Option Configuration: Added settings options to toggle whether the full-screen blocked notification is dismissable (allowing Esc-key or close button) or strictly blocks the screen until the countdown expires.
32-
- Dynamic Accent styling: The full-screen notification is beautifully styled with the active gradient colors and custom button contrast elements to match the app theme dynamically.
33-
- Bilingual localizations: Completed Bengali and English translations for all new display modes and configurations.
34-
ReleaseNotesUrl: https://github.com/AbiruzzamanMolla/DailyPrayerTimeSoftware/releases/tag/v2.6.0
29+
v2.9.1 Features:
30+
- Anonymous Daily Active User Tracking: Implemented unauthenticated periodic (hourly) user pings using Firestore REST API to count daily active installations uniquely and securely without storing personal information (uses local generated AnalyticsDeviceId UUID).
31+
- Active Users Count View: Added a new active user statistics card directly under the Support & Contact settings panel, with a manual refresh action.
32+
- Social & Resource Links Update: Updated the official Telegram join link and added official Facebook page and GitHub repository links under the Official Resources settings card.
33+
ReleaseNotesUrl: https://github.com/AbiruzzamanMolla/DailyPrayerTimeSoftware/releases/tag/v2.9.1
3534
ManifestType: defaultLocale
3635
ManifestVersion: 1.9.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json
22

33
PackageIdentifier: AbiruzzamanMolla.DailyPrayerTimer
4-
PackageVersion: 2.6.0
4+
PackageVersion: 2.9.1
55
DefaultLocale: en-US
66
ManifestType: version
77
ManifestVersion: 1.9.0

0 commit comments

Comments
 (0)