Skip to content

Commit b91b6e5

Browse files
authored
Merge pull request #412 from Inhishonor/release
Release 4.1
2 parents 8cc92f0 + 0464b18 commit b91b6e5

3 files changed

Lines changed: 31 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ android {
3333
applicationId = "org.stypox.dicio"
3434
minSdk = libs.versions.minSdk.get().toInt()
3535
targetSdk = libs.versions.targetSdk.get().toInt()
36-
versionCode = 17
37-
versionName = "4.0"
36+
versionCode = 18
37+
versionName = "4.1"
3838
testInstrumentationRunner = "org.stypox.dicio.CustomTestRunner"
3939

4040
vectorDrawables.useSupportLibrary = true

app/src/main/res/values-kab/strings.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,14 @@
6161
<string name="settings_description_with_value">%1$s — %2$s</string>
6262
<string name="skill_weather_description_temperature">%1$s · %2$.1f%3$s</string>
6363
<string name="skill_open_unknown_app">Asnas arussin %1$s</string>
64+
<string name="back">Uɣal</string>
65+
<string name="pref_weather_length_unit_metric">Amitran</string>
66+
<string name="pref_weather_length_unit_imperial">Imperyal</string>
67+
<string name="vosk_model_notification_title">Tamudemt Vosk</string>
68+
<string name="pref_search_engine">Amsedday n unadi</string>
69+
<string name="skill_translation_success">Yettwasuqel ɣer %1$s</string>
70+
<string name="pref_language_system">Seqdec tutlayt n unagraw</string>
71+
<string name="skill_navigation_navigating_to">Tunigin ɣer %1$s</string>
72+
<string name="wake_word_setup_title">Swel awal n usermed</string>
73+
<string name="wake_service_label">Tanfa n wawal n usermed n Dicio</string>
6474
</resources>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
New
2+
* Add Turkish language
3+
* Allowing for configuring how quickly the app asks for confirmation by allowing longer periods of user silence
4+
* Read notifications skill
5+
* Toggle flashlight skill
6+
* Add an about page
7+
8+
Improved
9+
* French listening skill translation
10+
* German translations
11+
* Sentences for many skills
12+
* Various translations updates
13+
14+
Fixed
15+
* A potential continuous loop in starting the wake word service
16+
17+
Development
18+
* CI was expanded and improved
19+
* Improved number handling

0 commit comments

Comments
 (0)