Skip to content

Commit

Permalink
chore: prepare 0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs committed Apr 10, 2022
1 parent 524bd74 commit 05eebea
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version 0.7.1

_2022-04-10_

- Fix: don't remove anchors from URLs ([#41](https://github.com/svenjacobs/leon/issues/41), thanks
@slootsky)

## Version 0.7.0

_2021-10-29_
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 = 21
targetSdk = 32
versionCode = 229
versionName = "0.7.0"
versionCode = 230
versionName = "0.7.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/play/release-notes/de-DE/default.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Twitter-Reiniger um "t" Parameter erweitert.
Bugfix: Ankerparameter sollten nicht aus URLs entfernt werden
2 changes: 1 addition & 1 deletion app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Added "t" parameter to Twitter sanitizer.
Fix: don't remove anchors from URLs

0 comments on commit 05eebea

Please sign in to comment.