diff --git a/app/build.gradle b/app/build.gradle index e07f0ca7..45d8e04f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "fr.ralala.hexviewer" minSdkVersion 24 targetSdkVersion 29 - versionCode 9 - versionName "1.7.1" + versionCode 10 + versionName "1.8" } compileOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/10.txt b/fastlane/metadata/android/en-US/changelogs/10.txt new file mode 100644 index 00000000..cd71dd2c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10.txt @@ -0,0 +1,8 @@ +Chinese translation added, thanks to sr093906. +French translation added. +Fix a display bug with hexa display when a line is not complete. +Fix a bug that caused an offset between the modified value and the saved value when the filter was used. +Addition of the file name in the title bar (with screen orientation management). +In plain text display, many characters that cannot be displayed are replaced by a dot. +Improvement of the dialog box used for line editing. +Other bug fixes and improvements.