Skip to content

Commit 6d89bf2

Browse files
committed
V 3.3
1 parent a1ea328 commit 6d89bf2

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
compileSdk 34
1111
minSdkVersion 19
1212
targetSdkVersion 34
13-
versionCode 39
14-
versionName "3.2"
13+
versionCode 40
14+
versionName "3.3"
1515
}
1616

1717
buildTypes {

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
V 3.3
2+
- New: Configurable dialog width
3+
- New: Automations: 'referrer' and 'stop'
4+
- New: Open&replace text on long-click
5+
- New: Register the app to open some common url intents (thanks ArtikusHG!)
6+
- New: Sample pattern song.link (thanks shalva-an!)
7+
- Improve: Automations: Allow multiple actions
8+
- Improve: Automations and patterns: 'regex' is now optional
9+
- Fix: Custom tabs not working when opening from some apps (like Google search)
10+
- Remove: 'clear' automation (wasn't working)
11+
112
V 3.2
213
- Improve: enhanced JSON editor (vote second place)
314
- New: upper-case-in-domain default pattern (thanks Bakr-Ali!)

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
V 3.3
2+
- Nuevo: Ancho configurable
3+
- Nuevo: Automatizaciones: 'referrer' y 'stop'
4+
- Nuevo: Abrir y reemplazar texto al mantener pulsado
5+
- Nuevo: Abrir más intents especiales comunes (gracias ArtikusHG!)
6+
- Nuevo: Patrón de ejemplo para song.link (gracias shalva-an!)
7+
- Mejora: Automatizaciones: Permitir varias acciones
8+
- Mejora: Automatizaciones y patrones: 'regex' es ahora opcional
9+
- Arreglo: Custom tabs no funcionaban desde algunas aplicaciones
10+
- Eliminado: Automatización 'clear' (no funcionaba)
11+
112
V 3.2
213
- Mejora: editor json mejorado (voto segundo lugar)
314
- Nuevo: patrón por defecto mayúsculas-en-dominio (gracias Bakr-Ali!)

0 commit comments

Comments
 (0)