Skip to content

Commit f59425a

Browse files
committed
Bump version num & finalize new changelog + release notes
1 parent 6cdcff8 commit f59425a

File tree

6 files changed

+16
-31
lines changed

6 files changed

+16
-31
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ If needed, pluralize to `Issues`, `PRs` or `Authors` and list multiple separated
3131
### Security
3232
- None.
3333

34+
## [1.3.1] - 2021-11-08
35+
### Changed
36+
- Improved wording in Turkish translations.
37+
### Fixed
38+
- Fixed an issue with the movement sound played twice while standing.
39+
3440
## [1.3.0] - 2021-10-31
3541
### Added
3642
- Adds a new audio mode where a computer voice reads out loud the full text of the prayer.

Prayer.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1547,7 +1547,7 @@
15471547
"$(inherited)",
15481548
"@executable_path/Frameworks",
15491549
);
1550-
MARKETING_VERSION = 1.3.0;
1550+
MARKETING_VERSION = 1.3.1;
15511551
PRODUCT_BUNDLE_IDENTIFIER = com.flinesoft.prayer;
15521552
PRODUCT_MODULE_NAME = App;
15531553
PRODUCT_NAME = Prayer;
@@ -1568,7 +1568,7 @@
15681568
"$(inherited)",
15691569
"@executable_path/Frameworks",
15701570
);
1571-
MARKETING_VERSION = 1.3.0;
1571+
MARKETING_VERSION = 1.3.1;
15721572
PRODUCT_BUNDLE_IDENTIFIER = com.flinesoft.prayer;
15731573
PRODUCT_MODULE_NAME = App;
15741574
PRODUCT_NAME = Prayer;

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
alt="Build Status">
1010
</a>
1111
<a href="https://github.com/Flinesoft/Prayer/releases">
12-
<img src="https://img.shields.io/badge/Version-1.3.0-blue.svg"
13-
alt="Version: 1.3.0">
12+
<img src="https://img.shields.io/badge/Version-1.3.1-blue.svg"
13+
alt="Version: 1.3.1">
1414
</a>
1515
<img src="https://img.shields.io/badge/Swift-5.5-FFAC45.svg"
1616
alt="Swift: 5.5">
+2-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
NEU:
2-
- Fügt einen neuen Audiomodus hinzu, bei dem eine Computerstimme den vollständigen Text des Gebets laut vorliest.
3-
- Stellt sicher, dass der neue Audiomodus für gesprochenen Text weiter abgespielt wird, wenn das Gerät gesperrt ist oder die App im Hintergrund läuft.
4-
- Zeigt das aktuell verbundene Audiogerät an und fügt eine Schaltfläche zum Wechseln des Geräts direkt in der App hinzu.
5-
- Fügt detaillierte Beschreibungen unter jedem Einstellungsabschnitt hinzu, um zusätzlichen Kontext zu liefern.
6-
71
GEÄNDERT:
8-
- Der Ton beim Positionswechsel ignoriert jetzt die Einstellung des Stummschalters des Systems. Künftig den Audiomodus stattdessen auf "stumm" stellen.
9-
- Alle Einstellungseinträge haben jetzt ein Icon, um schneller erkannt zu werden und den Einstellungsbildschirm schöner aussehen zu lassen.
2+
- Verbesserte Formulierung in den türkischen Übersetzungen.
103

114
BEHOBEN:
12-
- Die grüne Akzentfarbe im dunklen Modus wurde heller gestaltet, damit der Text auf den Schaltflächen besser lesbar ist.
5+
- Ein Problem wurde behoben, bei dem der Bewegungston im Stehen zweimal abgespielt wurde.
+2-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
NEW:
2-
- Adds a new audio mode where a computer voice reads out loud the full text of the prayer.
3-
- Ensures the new spoken text audio mode continues to play when device is locked or app is in background.
4-
- Shows the currently connected audio device and adds a button to switch the device right within the app.
5-
- Adds detailed descriptions below each settings section to give some additional context.
6-
71
CHANGED:
8-
- Position change sound now ignores the systems Mute switch setting. Set audio mode to `muted` instead to pray without any sounds.
9-
- All settings entries now have an icon for faster recognition and to make the settings screen look nicer.
2+
- Improved wording in Turkish translations.
103

114
FIXED:
12-
- Adjusted green accent color in dark mode to be brighter for more legible text on buttons.
5+
- Fixed an issue with the movement sound played twice while standing.
+2-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
YENİ:
2-
- Bir bilgisayar sesinin duanın tam metnini yüksek sesle okuduğu yeni bir ses modu ekler.
3-
- Cihaz kilitliyken veya uygulama arka plandayken yeni sözlü metin ses modunun oynamaya devam etmesini sağlar.
4-
- Halihazırda bağlı olan ses cihazını gösterir ve cihazı doğrudan uygulama içinde değiştirmek için bir düğme ekler.
5-
- Ek bağlam sağlamak için her ayar bölümünün altına ayrıntılı açıklamalar ekler.
6-
71
DEĞİŞEN:
8-
- Konum değiştirme sesi artık sistemin Sessiz anahtarı ayarını yok sayar. Sessiz dua etmek için ses modunu "sessiz" olarak ayarlayın.
9-
- Tüm ayar girişlerinde artık daha hızlı tanıma ve ayarlar ekranının daha güzel görünmesi için bir simge var.
2+
- Türkçe çevirilerde düzeltilmeler.
103

114
DÜZELTİLEN:
12-
- Düğmelerde daha okunaklı metinler için koyu modda yeşil vurgu rengi daha parlak olacak şekilde ayarlandı.
5+
- Ayakta dururken iki kez çalınan hareket sesiyle ilgili bir sorun düzeltildi.

0 commit comments

Comments
 (0)