Skip to content

Commit

Permalink
V 2.11
Browse files Browse the repository at this point in the history
- New module: Edit Flags
- New module: Uri parts (substitute of Queries remover)
- New config: excludeRegex field on Pattern Checker module
- Change: modules are now hidden when unused
- Fix: opened apps weren't showing on recents
- Fix: standard shortcuts weren't available
- Fix: keyboard was obstructing the dialog
- Fix: status module wasn't working properly
- Translations: New and updates from symbuzzer and other from Weblate
  • Loading branch information
TrianguloY committed May 12, 2023
1 parent 7de06c1 commit f5a85a3
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.trianguloy.urlchecker"
minSdkVersion 14
targetSdkVersion 33
versionCode 22
versionName "2.10"
versionCode 23
versionName "2.11"


// generate buildconfig field with all locales
Expand Down
11 changes: 11 additions & 0 deletions app/src/main/play/release-notes/en-US/default.txt
@@ -1,3 +1,14 @@
V 2.11
- New module: Edit Flags
- New module: Uri parts (substitute of Queries remover)
- New config: excludeRegex field on Pattern Checker module
- Change: modules are now hidden when unused
- Fix: opened apps weren't showing on recents
- Fix: standard shortcuts weren't available
- Fix: keyboard was obstructing the dialog
- Fix: status module wasn't working properly
- Translations: New and updates from symbuzzer and other from Weblate

V 2.10
- New tutorial screen
- New module: Unshortener
Expand Down
11 changes: 11 additions & 0 deletions app/src/main/play/release-notes/es-ES/default.txt
@@ -1,3 +1,14 @@
V 2.11
- Nuevo módulo: Editor de flags
- Nuevo módulo: Partes de la URI (substituto de Eliminador de parámetros)
- Nueva configuración: excludeRegex en módulo Verificador de patrones
- Cambio: los módulos sin uso se ocultan
- Arreglo: aplicaciones no se mostraban en recientes
- Arreglo: atajos estándar no estaban disponibles
- Arreglo: teclado ocultaba la ventana
- Arreglo: Código de estado no funcionaba correctamente
- Traducciones: Nuevas y actualizaciones de symbuzzer y otros en Weblate

V 2.10
- Nueva pantalla tutorial
- Nuevo módulo: Desacortador
Expand Down
11 changes: 11 additions & 0 deletions app/src/main/play/release-notes/fr-FR/default.txt
@@ -1,3 +1,14 @@
V 2.11
- New module: Edit Flags
- New module: Uri parts (substitute of Queries remover)
- New config: excludeRegex field on Pattern Checker module
- Change: modules are now hidden when unused
- Fix: opened apps weren't showing on recents
- Fix: standard shortcuts weren't available
- Fix: keyboard was obstructing the dialog
- Fix: status module wasn't working properly
- Translations: New and updates from symbuzzer and other from Weblate

V 2.10
- Nouvel écran didactique
- Nouveau module: Déraccourcisseur
Expand Down
11 changes: 11 additions & 0 deletions app/src/main/play/release-notes/no-NO/default.txt
@@ -1,3 +1,14 @@
V 2.11
- New module: Edit Flags
- New module: Uri parts (substitute of Queries remover)
- New config: excludeRegex field on Pattern Checker module
- Change: modules are now hidden when unused
- Fix: opened apps weren't showing on recents
- Fix: standard shortcuts weren't available
- Fix: keyboard was obstructing the dialog
- Fix: status module wasn't working properly
- Translations: New and updates from symbuzzer and other from Weblate

V 2.10
- Ny veiledningsskjerm
- Ny modul: Avforkorter
Expand Down

0 comments on commit f5a85a3

Please sign in to comment.