Skip to content

Commit d700853

Browse files
committed
V 3.1
1 parent 1d1fcd1 commit d700853

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
compileSdk 34
1111
minSdkVersion 19
1212
targetSdkVersion 34
13-
versionCode 37
14-
versionName "3.0"
13+
versionCode 38
14+
versionName "3.1"
1515
}
1616

1717
buildTypes {

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
V 3.1
2+
- New module: Webhook
3+
- New automations: clear and close
4+
- Improve: Allow multiple regex on automations
5+
- Improve: Tweaked style of history module
6+
- Fix: Disable auto-updates after using the Input module
7+
18
V 3.0
29
- New: Automation (vote winner)
310
- Change: Text input edit mode is now a popup

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
V 3.1
2+
- Nuevo modulo: Webhook
3+
- Nuevas automatizaciones: limpiar y cerrar
4+
- Mejora: Permitir varios regex en las automatizaciones
5+
- Mejora: estilo del modulo historial
6+
- Arreglo: Desactivar cambios tras editar con el modulo Entrada de texto
7+
18
V 3.0
29
- Nuevo: automatización (voto ganador)
310
- Cambio: El modo edición del modulo de texto es ahora un popup

0 commit comments

Comments
 (0)