Skip to content

Commit

Permalink
#19: Version 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Keidan committed May 29, 2021
1 parent ac249dc commit 7eeff0b
Show file tree
Hide file tree
Showing 2 changed files with 6 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 12
versionName "1.10"
versionCode 13
versionName "1.11"
}

compileOptions {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Bug fixes related to the modification of a line.
Bug fixes related to the cancellation of the opening or saving of a file.
It's now possible to edit a hexadecimal line directly by entering a plain text (the ASCII -> Hexadecimal mapping will be done automatically by the application).
CAUTION: With this new mode, there is no detection of key repetition (e.g. holding down the delete key).

0 comments on commit 7eeff0b

Please sign in to comment.