diff --git a/CHANGELOG.md b/CHANGELOG.md index 64fb183..c396f1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelogs ## v0.3.0 -- +- Add Changelog file +- Refractor JS namespaces to follow stable 15 +- Add guideline +- Supports for Nextcloud 15 and 16 +- Normal user can use the app if allowed by an admin +- Bugs fixed: + - Random OAuth2 errors: trim all inputs to avoid bad copy/paste from Google Developer Console + - The "Grant access" button worked randomly: https://github.com/NastuzziSamy/files_external_gdrive/issues/28 + - Cannot create gdrive from command line: https://github.com/NastuzziSamy/files_external_gdrive/issues/40 ## v0.2.8 - Bug fixed: diff --git a/README.md b/README.md index 049abb8..04d8362 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ Use your Google credentials to authorize access and connect to your Google accou - [x] Editable - [x] Renamable - [x] With the right mimetype -- [ ] Allow regular user to create its own Google Drive external storage +- [x] Allow regular user to create its own Google Drive external storage +- [x] Fix Oauth duplications - [ ] Print better stats - [ ] Update only on changes - [ ] Optimize -- [ ] Fix Oauth duplications - [ ] Unit tests