diff --git a/CHANGELOG.md b/CHANGELOG.md index 652291afdce..b8ca3a95b4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [25.12.0] - 2025-06-13 +### Added +- Google File Picker workflow +- Misc. improvements + ## [25.11.0] - 2025-06-11 ### Added - Manual GUID and DOI assignment during Preprint and Registration Creation diff --git a/app/config/environment.d.ts b/app/config/environment.d.ts index d29e42e6b8d..863cd9add0e 100644 --- a/app/config/environment.d.ts +++ b/app/config/environment.d.ts @@ -141,6 +141,12 @@ declare const config: { doiUrlPrefix: string; dataciteTrackerRepoId: string; dataCiteTrackerUrl: string; + googleFilePicker: { + GOOGLE_FILE_PICKER_SCOPES: string; + GOOGLE_FILE_PICKER_CLIENT_ID: string; + GOOGLE_FILE_PICKER_API_KEY: string; + GOOGLE_FILE_PICKER_APP_ID: number; + } }; social: { twitter: { diff --git a/app/guid-node/files/provider/template.hbs b/app/guid-node/files/provider/template.hbs index 8f1e23912c7..0deaedcd1de 100644 --- a/app/guid-node/files/provider/template.hbs +++ b/app/guid-node/files/provider/template.hbs @@ -7,6 +7,7 @@ >
+ + {{~t 'addons.configure.google-file-picker.selected-folder'~}}: + + + {{this.folderName}} + +
+ {{/if}} +