Skip to content

Commit

Permalink
V 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TrianguloY committed Jan 17, 2025
1 parent 1d1fcd1 commit d700853
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
compileSdk 34
minSdkVersion 19
targetSdkVersion 34
versionCode 37
versionName "3.0"
versionCode 38
versionName "3.1"
}

buildTypes {
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
V 3.1
- New module: Webhook
- New automations: clear and close
- Improve: Allow multiple regex on automations
- Improve: Tweaked style of history module
- Fix: Disable auto-updates after using the Input module

V 3.0
- New: Automation (vote winner)
- Change: Text input edit mode is now a popup
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/play/release-notes/es-ES/default.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
V 3.1
- Nuevo modulo: Webhook
- Nuevas automatizaciones: limpiar y cerrar
- Mejora: Permitir varios regex en las automatizaciones
- Mejora: estilo del modulo historial
- Arreglo: Desactivar cambios tras editar con el modulo Entrada de texto

V 3.0
- Nuevo: automatización (voto ganador)
- Cambio: El modo edición del modulo de texto es ahora un popup
Expand Down

0 comments on commit d700853

Please sign in to comment.