Skip to content

Commit 10860fd

Browse files
committed
V 3.4 (2)
1 parent 720f382 commit 10860fd

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
compileSdk 34
1111
minSdkVersion 19
1212
targetSdkVersion 34
13-
versionCode 43
13+
versionCode 44
1414
versionName "3.4"
1515
}
1616

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
V 3.4
22
- Improve: Rewritten VirusTotal integration: use api v3 and show more details (vote third place)
3-
- Improve: You can now specify the app component and/or package in the open automation
3+
- Improve: Allow app component and/or package in the open automation
44
- Improve: Allow list of strings on 'regex' and 'excludeRegex' for patterns
5-
- Improve: $REFERRER$ can be used on the webhook body
6-
- Improve: Close url editText when pressing enter
5+
- Improve: $REFERRER$ for the webhook body
6+
- Improve: Close url editText on enter
7+
- New: excludeRegex on automations
78
- New: Toast automation sample
89
- Fix: bold host display not working with host-only urls
910
- Fix: non-clickable links on json editor

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
V 3.4
22
- Mejora: Rehecha integración con VirusTotal: usar api v3 y mostrar más detalles (voto tercer lugar)
3-
- Mejora: Especificar el componente y/o paquete en la automatización de open
3+
- Mejora: Permitir componente y/o paquete en la automatización open
44
- Mejora: Permitir lista de strings en 'regex' y 'excludeRegex' de patrones
5-
- Mejora: $REFERRER$ se permite en el cuerpo del webhook
5+
- Mejora: $REFERRER$ en el cuerpo del webhook
66
- Mejora: Cerrar el editor de url al pulsar enter
7+
- Nuevo: excludeRegex en automatizaciones
78
- Nuevo: Automatización 'toast'
8-
- Arreglo: Host en negrita fallaba a veces
9+
- Arreglo: Host en negrita
910
- Arreglo: Enlaces no-clickables en el editor json
1011

1112
V 3.3.1

0 commit comments

Comments
 (0)