Skip to content

Commit b3fac2a

Browse files
committed
release: v1.5
1 parent 54de061 commit b3fac2a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,15 @@ sudo ./uninstall.sh
7878

7979
## Changelog
8080

81+
### v1.5
82+
83+
- added [windows support](https://github.com/LinuxForGeeks/Silaty/tree/platform/win), thanks to @MustafaKhalaf69.
84+
- added short takbir audios.
85+
- fixed notify package version on arch linux.
86+
- enhanced translation mechanism.
87+
- added french & spanish translations, thanks to @DBChoco.
88+
- fixed prayer times alignment.
89+
8190
### v1.4
8291

8392
- added snap & appimage packages.

silaty-indicator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def about_dialog(self, widget, data=None):# The About Dialog
250250
251251
You should have received a copy of the GNU General Public License
252252
along with this program. If not, see <http://www.gnu.org/licenses/>.''')
253-
about_dialog.set_version("1.4")
253+
about_dialog.set_version("1.5")
254254
about_dialog.set_comments(_("A neat Prayer Time Reminder App.\n Simple and complete so no prayer is missed"))
255255
about_dialog.set_copyright(_("Copyright © %s Silaty Team") % '2021')
256256
about_dialog.run()

0 commit comments

Comments
 (0)