Skip to content

Commit ddfc640

Browse files
committed
V 3.2
1 parent 148ae4f commit ddfc640

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
compileSdk 34
1111
minSdkVersion 19
1212
targetSdkVersion 34
13-
versionCode 38
14-
versionName "3.1"
13+
versionCode 39
14+
versionName "3.2"
1515
}
1616

1717
buildTypes {

app/src/main/play/release-notes/en-US/default.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
V 3.2
2+
- Improve: enhanced JSON editor (vote second place)
3+
- New: upper-case-in-domain default pattern (thanks Bakr-Ali!)
4+
- Fix: 'rejected' urls hide the opened app
5+
16
V 3.1
27
- New module: Webhook. Thanks to anoop-b!
38
- New automations: clear and close

app/src/main/play/release-notes/es-ES/default.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
V 3.2
2+
- Mejora: editor json mejorado (voto segundo lugar)
3+
- Nuevo: patrón por defecto mayúsculas-en-dominio (gracias Bakr-Ali!)
4+
- Arreglo: enlaces 'rechazados' ocultan la aplicación abierta
5+
16
V 3.1
27
- Nuevo modulo: Webhook. Gracias a anoop-b!
38
- Nuevas automatizaciones: limpiar y cerrar

0 commit comments

Comments
 (0)