Skip to content

Commit

Permalink
#10: Version 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Keidan committed Feb 27, 2021
1 parent 67ccede commit 15e59c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 15e59c7

Please sign in to comment.