Skip to content

Commit

Permalink
Version 1.50
Browse files Browse the repository at this point in the history
  • Loading branch information
Keidan committed Nov 19, 2023
1 parent d345690 commit 5d6b1d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}
apply plugin: 'com.android.application'

final SONAR_PROJECT_VERSION = '1.49'
final SONAR_PROJECT_VERSION = '1.50'

android {
compileSdkVersion 31
Expand All @@ -13,8 +13,8 @@ android {
minSdkVersion 23
targetSdkVersion 31
// F-Droid seems not to appreciate the use of variables
versionCode 149
versionName '1.49'
versionCode 150
versionName '1.50'
}

compileOptions {
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/150.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* A progress dialog box for selecting and deleting all lines has been added.
* It's now possible to deselect rows by clicking again on the "Select all" menu.
* Update of the Spanish translation (thanks to @gallegonovato).
* Update of the Hungarian translation (thanks to @SziaTomi).
* After a long press on a line in the hexadecimal or plain view, it's now possible to copy the selected lines to the Android clipboard.

NOTE: In the plain text display, non-displayable characters (other than the new line) will be replaced by a dot.

0 comments on commit 5d6b1d6

Please sign in to comment.