Skip to content

Commit

Permalink
new release (4.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmartinmimi committed Sep 10, 2023
1 parent 79bc7bd commit 49e47bc
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,16 @@ Location of website:
- Multi-share function
- File/folder path copying
- Minimum permissions
- Dark/light theme toggle
- md5 checksum generation and verification

## Latest Versions

- v4.12
- added md5 checksum calculation and verification (details page)
- theme is now toggle-based (burger menu)
- app now forget last path (feature reverted)

- v4.11
- Fix crashing if last exited on a non-existing folder
- Fix unable to exit folders with access denied
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:a="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.martinmimigames.simplefileexplorer"
a:versionCode="13"
a:versionName="4.11">
a:versionCode="14"
a:versionName="4.12">

<uses-permission a:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission a:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- added md5 checksum calculation and verification (details page)
- theme is now toggle-based (burger menu)
- app now forget last path (feature reverted)
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Features
- Multi-share function
- File/folder path copying
- Minimum permissions
- Dark/light theme toggle
- md5 checksum generation and verification

Issues

Expand Down

0 comments on commit 49e47bc

Please sign in to comment.