From 5d6b1d686bc01b908077391d8fd68f0162ed8855 Mon Sep 17 00:00:00 2001 From: "Keidan (K. Billonneau)" Date: Sun, 19 Nov 2023 19:52:06 +0100 Subject: [PATCH] Version 1.50 --- app/build.gradle | 6 +++--- fastlane/metadata/android/en-US/changelogs/150.txt | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/150.txt diff --git a/app/build.gradle b/app/build.gradle index ed9bf13..3f1f200 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 @@ -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 { diff --git a/fastlane/metadata/android/en-US/changelogs/150.txt b/fastlane/metadata/android/en-US/changelogs/150.txt new file mode 100644 index 0000000..019523e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/150.txt @@ -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. \ No newline at end of file