Skip to content

Commit

Permalink
Bump version num & finalize new changelog + release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Nov 8, 2021
1 parent 6cdcff8 commit f59425a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 31 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ If needed, pluralize to `Issues`, `PRs` or `Authors` and list multiple separated
### Security
- None.

## [1.3.1] - 2021-11-08
### Changed
- Improved wording in Turkish translations.
### Fixed
- Fixed an issue with the movement sound played twice while standing.

## [1.3.0] - 2021-10-31
### Added
- Adds a new audio mode where a computer voice reads out loud the full text of the prayer.
Expand Down
4 changes: 2 additions & 2 deletions Prayer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.0;
MARKETING_VERSION = 1.3.1;
PRODUCT_BUNDLE_IDENTIFIER = com.flinesoft.prayer;
PRODUCT_MODULE_NAME = App;
PRODUCT_NAME = Prayer;
Expand All @@ -1568,7 +1568,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.0;
MARKETING_VERSION = 1.3.1;
PRODUCT_BUNDLE_IDENTIFIER = com.flinesoft.prayer;
PRODUCT_MODULE_NAME = App;
PRODUCT_NAME = Prayer;
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
alt="Build Status">
</a>
<a href="https://github.com/Flinesoft/Prayer/releases">
<img src="https://img.shields.io/badge/Version-1.3.0-blue.svg"
alt="Version: 1.3.0">
<img src="https://img.shields.io/badge/Version-1.3.1-blue.svg"
alt="Version: 1.3.1">
</a>
<img src="https://img.shields.io/badge/Swift-5.5-FFAC45.svg"
alt="Swift: 5.5">
Expand Down
11 changes: 2 additions & 9 deletions fastlane/metadata/de-DE/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
NEU:
- Fügt einen neuen Audiomodus hinzu, bei dem eine Computerstimme den vollständigen Text des Gebets laut vorliest.
- 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.
- Zeigt das aktuell verbundene Audiogerät an und fügt eine Schaltfläche zum Wechseln des Geräts direkt in der App hinzu.
- Fügt detaillierte Beschreibungen unter jedem Einstellungsabschnitt hinzu, um zusätzlichen Kontext zu liefern.

GEÄNDERT:
- Der Ton beim Positionswechsel ignoriert jetzt die Einstellung des Stummschalters des Systems. Künftig den Audiomodus stattdessen auf "stumm" stellen.
- Alle Einstellungseinträge haben jetzt ein Icon, um schneller erkannt zu werden und den Einstellungsbildschirm schöner aussehen zu lassen.
- Verbesserte Formulierung in den türkischen Übersetzungen.

BEHOBEN:
- Die grüne Akzentfarbe im dunklen Modus wurde heller gestaltet, damit der Text auf den Schaltflächen besser lesbar ist.
- Ein Problem wurde behoben, bei dem der Bewegungston im Stehen zweimal abgespielt wurde.
11 changes: 2 additions & 9 deletions fastlane/metadata/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
NEW:
- Adds a new audio mode where a computer voice reads out loud the full text of the prayer.
- Ensures the new spoken text audio mode continues to play when device is locked or app is in background.
- Shows the currently connected audio device and adds a button to switch the device right within the app.
- Adds detailed descriptions below each settings section to give some additional context.

CHANGED:
- Position change sound now ignores the systems Mute switch setting. Set audio mode to `muted` instead to pray without any sounds.
- All settings entries now have an icon for faster recognition and to make the settings screen look nicer.
- Improved wording in Turkish translations.

FIXED:
- Adjusted green accent color in dark mode to be brighter for more legible text on buttons.
- Fixed an issue with the movement sound played twice while standing.
11 changes: 2 additions & 9 deletions fastlane/metadata/tr/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
YENİ:
- Bir bilgisayar sesinin duanın tam metnini yüksek sesle okuduğu yeni bir ses modu ekler.
- Cihaz kilitliyken veya uygulama arka plandayken yeni sözlü metin ses modunun oynamaya devam etmesini sağlar.
- 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.
- Ek bağlam sağlamak için her ayar bölümünün altına ayrıntılı açıklamalar ekler.

DEĞİŞEN:
- 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.
- 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.
- Türkçe çevirilerde düzeltilmeler.

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

0 comments on commit f59425a

Please sign in to comment.