Skip to content

Commit

Permalink
Merge pull request #113 from QuantumPhysique/prepare_v0.7.1
Browse files Browse the repository at this point in the history
Prepare v0.7.1
  • Loading branch information
gwosd authored Jul 4, 2024
2 parents 61b2a25 + cf0ae7a commit 4c474b4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]


## [0.7.1] - 2024-07-03
### Added Features and Improvements 🙌:
- Hello World! Thx to the community, the app is now available in Turkish 🎉

### Other changes:
- Upgraded dependencies
- Improve readability of target weight label
Expand Down Expand Up @@ -191,7 +197,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- initial release


[Unreleased]: https://github.com/quantumphysique/trale/compare/v0.7.0...main
[Unreleased]: https://github.com/quantumphysique/trale/compare/v0.7.1...main
[0.7.1]: https://github.com/quantumphysique/trale/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/quantumphysique/trale/compare/v0.6.2...v0.7.0
[0.6.2]: https://github.com/quantumphysique/trale/compare/v0.6.1...v0.6.2
[0.6.1]: https://github.com/quantumphysique/trale/compare/v0.5.0...v0.6.1
Expand Down
1 change: 1 addition & 0 deletions app/lib/core/language.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class Language {
'nb': 'Bokmål',
'pl': 'język polski',
'pt': 'Português',
'tr': 'Türkçe',
'zh': '汉语',
}[language] ?? 'error';

Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.7.0+18
version: 0.7.1+19

environment:
sdk: ">=3.4.0 <4.0.0"
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/de/changelogs/193.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Merhaba dünya, die App ist jetzt auf Türkisch verfügbar
- Aktualisierte Abhängigkeiten
- Einige Fehlerbehebungen und kleine Verbesserungen
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/193.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Merhaba dünya, the app is now available in Turkish
- Upgraded dependencies
- Several bug fixes and minor improvements

0 comments on commit 4c474b4

Please sign in to comment.