Skip to content

Commit cfbaf7b

Browse files
Update metadata
1 parent ed419d0 commit cfbaf7b

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ There is also the option to use the app without a token, but please note that th
4444

4545
[<img src="https://hosted.weblate.org/widget/audile/multi-auto.svg" alt="Translation progress">](https://hosted.weblate.org/engage/audile/)
4646

47-
If you'd like to help translate the app into your native language, you can do so through [Weblate](https://hosted.weblate.org/engage/audile/). If your language isn't already available, add it with [tool -> start new translation](https://hosted.weblate.org/new-lang/audile/strings/).
47+
If you'd like to help translate the app into your native language, you can do so through [Weblate](https://hosted.weblate.org/engage/audile/). If your language isn't already available, start translating with [tool -> start new translation](https://hosted.weblate.org/new-lang/audile/strings/).
4848

4949
Feel free to correct any errors or suggest better translation options for the current translations.
5050

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313

1414
defaultConfig {
1515
applicationId = "com.mrsep.musicrecognizer"
16-
versionCode = 23
17-
versionName = "1.6.0"
16+
versionCode = 24
17+
versionName = "1.7.0"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
* Add ability to capture device playback audio which allows to recognize music played in headphones, see preferences (Android 10+)
2+
* Update Portuguese (Brazil) translation (@lucasmz-dev)
3+
* Update Czech translation (@Fjuro)
4+
* Update French translation (@Oasis3, @Edanas)
5+
* Add app crash report handler
6+
* Update privacy policy to clarify crash handler usage
7+
* Minor bug fixes
8+
9+
Audile is now available on Weblate translation platform!
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
* Добавлена возможность записи звука устройства, что позволяет распознавать музыку, играющую в наушниках, см. настройки (Android 10+)
2+
* Обновлен португальский перевод (@lucasmz-dev)
3+
* Обновлен чешский перевод (@Fjuro)
4+
* Обновлен французкий перевод (@Oasis3, @Edanas)
5+
* Добавлен обработчик отчетов об ошибках приложения
6+
* Обновлена политика конфиденциальности для уточнения использования обработчика ошибок
7+
* Небольшие исправления ошибок

0 commit comments

Comments
 (0)