Skip to content

Commit 8a4f4b4

Browse files
committed
chore(rel): release v3.0.2
1 parent f50cb68 commit 8a4f4b4

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "files-api-server",
3-
"version": "3.0.0",
3+
"version": "3.0.2",
44
"main": "dist/compiled/app.js",
55
"bin": "dist/compiled/server.js",
66
"repository": "https://github.com/dabbu-knowledge-platform/files-api-server",

release-notes.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
1-
## Features added
1+
## Bug fixes
22

3-
### Google Drive
3+
### Google Drive and Gmail
44

5-
- Add support for handling shortcut files [233935cc]
6-
- If a request is made with exportType = 'view', then the shortcut name, the target file's mime type and a link to open the shortcut with Google Drive in the web browser will be returned
7-
- If a request is made with exportType = 'media', or a mime type to export a file, then the target file's name, the target file's mime type and an export/download link for the target file will be returned (Access token required to export/download file)
8-
- Auto-append extension (docx, xlsx, pptx, etc.) if the file is a Google Workspace file [d7593ba]
5+
- Remove forward slashes from file names, replace them with pipes [04bdf0b]
6+
- otherwise while copying to other providers like hard drive or one drive that use forward slashes to separate file and folder names, an error would occur
7+
- fixes #42
98

10-
## Fixes
9+
## Documentation
1110

12-
### Google Drive
11+
- Make readme more consice, update links [4cd9bf7, c376093, 0c6b2ea]
12+
- documentation now moved to github pages site
1313

14-
- Google Drive returns wrong export link for Google Workspace files [673b352]
14+
## Builds/CI
15+
16+
- Add colours and .sh extensions to scripts [357a258]
17+
- Fix version bump script not working [f50cb68]
18+
19+
## Maintenance
20+
21+
- Upgrade packages to latest versions [68cd00f, edf9836]

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.0.0
1+
v3.0.2

0 commit comments

Comments
 (0)