new release

This commit is contained in:
Page Asgardius 2022-12-26 11:40:39 -07:00
parent d0aa5190f9
commit 53afbd0acc
3 changed files with 5 additions and 2 deletions

View file

@ -9,8 +9,8 @@ android {
applicationId "asgardius.page.s3manager"
minSdk 23
targetSdk 33
versionCode 46
versionName "0.4.0"
versionCode 47
versionName "0.4.1"
setProperty("archivesBaseName", "s3-manager-$versionName")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View file

@ -0,0 +1,2 @@
* CORS configuration (currently you can allow pdf endpoint, allow all origins or delete policy)
* Fixed UI issues when using app in free form mode

View file

@ -18,6 +18,7 @@ Current feature list
<li>file sharing links</li>
<li>get object info</li>
<li>get bucket info</li>
<li>Set CORS policy</li>
Planned feature list