Skip to content

Commit

Permalink
chore: Prepare 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs committed Aug 5, 2022
1 parent 2585ffc commit 5bb0a26
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Version 1.0.1

_2022-08-05_

- Add missing `q` parameter to Google sanitizer
- Improve sharing
- Update Russian translations

## Version 1.0.0

_2022-07-17_
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ android {
applicationId = "com.svenjacobs.app.leon"
minSdk = Android.minSdk
targetSdk = Android.targetSdk
versionCode = 234
versionName = "1.0.0"
versionCode = 235
versionName = "1.0.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
8 changes: 3 additions & 5 deletions app/src/main/play/release-notes/de-DE/default.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
- "Aus Zwischenablage importieren" Funktion hinzugefügt
- "Dekodiere URL" & "Extrahiere URL" Funktionen hinzugefügt
- Google, Yahoo & AOL Suchergebnis Reiniger hinzugefügt
- Amazon Smile Reiniger / Domainumwandler hinzugefügt
- Übersetzung für Russisch hinzugefügt
- Fehlendes "q" Parameter hinzugefügt
- Teilen verbessert
- Russische Übersetzung aktualisiert
8 changes: 3 additions & 5 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
- Add "import from clipboard" functionality
- Add "decode URL" & "extract only URL" functionality
- Add Google, Yahoo & AOL search result sanitizers
- Add Amazon Smile sanitizer / domain rewriter
- Add Russian translations
- Add missing "q" parameter to Google sanitizer
- Improve sharing
- Update Russian translations

0 comments on commit 5bb0a26

Please sign in to comment.