Skip to content

Commit

Permalink
version v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AbiruzzamanMolla committed Nov 3, 2024
1 parent f0aacdb commit af79595
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to the **[Prayer Timer Bangladesh](https://marketplace.visua
# Changelog


## [1.2.2] - 2024-11-03
### Fixed
- Translations changed


## [1.2.0-1] - 2024-10-31
### Added
- Added Prayer end time notification before 10 minutes
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,18 @@
- ![Prayer Timer Notification](./screenshots/prayer-notifications.png)
- ![Prayer Timer Notification](./screenshots/prayer-notifications-fullpage.png)
- ![Prayer Timer Notification](./screenshots/hadith-notification.png)
- ![Prayer Timer All Notification Bangla](./screenshots/prayer-notifications-all-bn.png)
- ![Prayer Timer All Notification Bangla](./screenshots/prayer-end-notifications.png)

- **Status Bar Integration**: Seamlessly displays the current prayer time in the status bar without disrupting your workflow.

![Prayer Timer Bangladesh Icon](./screenshots/timer-in-status-bar-en.png)
![Prayer Timer Bangladesh Icon - Bangla](./screenshots/timer-in-status-bar-bn.png)
- ![Prayer Timer Bangladesh Icon](./screenshots/timer-in-status-bar-en.png)
- ![Prayer Timer Bangladesh Icon - Bangla](./screenshots/timer-in-status-bar-bn.png)

- **Show All Prayer Times**: By Clicking on the status bar item, you can see all prayer times in a list.

![Prayer Timer Bangladesh Icon](./screenshots/show-all-times-en.png)
![Prayer Timer Bangladesh Icon - Bangla](./screenshots/show-all-times-bn.png)
- ![Prayer Timer Bangladesh Icon](./screenshots/show-all-times-en.png)
- ![Prayer Timer Bangladesh Icon - Bangla](./screenshots/show-all-times-bn.png)

- **Islamic Foundation Bangladesh Prayer Timer**: By runing the command `Show Today's Islamic Foundation Prayer Timer` you can see todays prayer time given by islamic foundation.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "prayer-timer-bangladesh",
"displayName": "Prayer Timer Bangladesh",
"description": "The Prayer Timer Bangladesh extension provides an easy and convenient way to track prayer times based on your GPS location within Bangladesh. With this extension, you can seamlessly integrate prayer time notifications into your Visual Studio Code environment.",
"version": "1.2.1",
"version": "1.2.2",
"publisher": "azmolla",
"icon": "icon.webp",
"engines": {
Expand Down
Binary file added screenshots/prayer-end-notifications.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/prayer-notifications-all-bn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1095,10 +1095,10 @@ function localize(key: string) {
hadith: "হাদিস",
reference: "সূত্র",
status: "হাদিসের মান",
timeForPrayer: "নামাজের সময় হয়েছে",
timeForPrayer: "ওয়াক্ত শুরুর সময় হয়েছে, ওয়াক্তঃ ",
timeLeftForPrayer: "ওয়াক্ত শেষ হতে ১০ মিনিট বাকি, ওয়াক্তঃ ",
jamat: "জামাত",
timeForJamat: "জামাতে সালাতের সময় হয়েছে",
timeForJamat: "জামাতে সালাতের সময় হয়েছে, জামাতঃ ",
ifb: "ইসলামিক ফাউন্ডেশন বাংলাদেশ",
dhaka: "ঢাকা",
h: "ঘন্টা",
Expand Down

0 comments on commit af79595

Please sign in to comment.