0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-19 20:02:16 +02:00
- New: open Firefox in incognito
- New: enhance share & copy buttons
- New: encode and decode pattern parameters
- Improvement: show referrer on the debug module
- Improvement: keep expanded groups on Uri parts
- Improvement: long tap uri parts to copy to clipboard
- Fix: null optional groups on Android <=10
- Fix: extract links from shared text
- Fix: legacy shortcuts should work now
- Fix: minor crash on Unshorten module
This commit is contained in:
TrianguloY 2023-06-24 19:40:08 +02:00
parent 8e7837e484
commit d489b6cc87
3 changed files with 25 additions and 2 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "com.trianguloy.urlchecker"
minSdkVersion 14
targetSdkVersion 33
versionCode 23
versionName "2.11"
versionCode 25
versionName "2.12"
// generate buildconfig field with all locales

View File

@ -1,3 +1,15 @@
V 2.12
- New: open Firefox in incognito
- New: enhance share & copy buttons
- New: encode and decode pattern parameters
- Improvement: show referrer on the debug module
- Improvement: keep expanded groups on Uri parts
- Improvement: long tap uri parts to copy to clipboard
- Fix: null optional groups on Android <=10
- Fix: extract links from shared text
- Fix: legacy shortcuts should work now
- Fix: minor crash on Unshorten module
V 2.11
- New module: Edit Flags
- New module: Uri parts (substitute of Queries remover)

View File

@ -1,3 +1,14 @@
V 2.12
- Nuevo: abrir Firefox en modo incógnito
- Nuevo: mejores botones compartir y abrir
- Nuevo: parámetros para patrones: codificar y descodificar
- Mejora: mostrar referrer en el módulo de debug
- Mejora: mantener grupos expandidos en Partes de la uri
- Arreglo: grupos opcionales 'null' en Android <=10
- Arreglo: extraer enlaces de texto compartido
- Arreglo: atajos legados deberían funcionar ya
- Arreglo: fallo menor en el módulo Desacortador
V 2.11
- Nuevo módulo: Editor de flags
- Nuevo módulo: Partes de la URI (substituto de Eliminador de parámetros)