diff --git a/app/build.gradle b/app/build.gradle index 9c18ff47..298084d2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { compileSdk 34 minSdkVersion 19 targetSdkVersion 34 - versionCode 37 - versionName "3.0" + versionCode 38 + versionName "3.1" } buildTypes { diff --git a/app/src/main/play/release-notes/en-US/default.txt b/app/src/main/play/release-notes/en-US/default.txt index 4959e701..3b84ff06 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -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 diff --git a/app/src/main/play/release-notes/es-ES/default.txt b/app/src/main/play/release-notes/es-ES/default.txt index b0d091a9..b40a5074 100644 --- a/app/src/main/play/release-notes/es-ES/default.txt +++ b/app/src/main/play/release-notes/es-ES/default.txt @@ -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