Skip to content

Commit cf5c3f4

Browse files
committed
chore(rel): release v3.2.0
1 parent 3b12a8d commit cf5c3f4

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
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": "cli",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"main": "dist/compiled/index.js",
55
"bin": "dist/compiled/index.js",
66
"repository": "https://github.com/dabbu-knowledge-platform/cli",

release-notes.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
## Features added
22

3-
- Add `pwd` command [3610074]
4-
- shows current drive name, provider and path
5-
- also displays list of drives
3+
- Add the PRINT_ERRORS environment variable for printing errors to console [dc2b6b3]
64

7-
## Fixes/changes
5+
## Bug Fixes
86

9-
- Check creds in the background on startup [d05ea92]
10-
- it used to block the shell for a few seconds on startup
11-
- Move instructions for creating oauth client to gist [b5bdf63]
12-
- direct users to follow the instructions in the gist, then copy-paste the client ID and secret into the CLI
7+
- Use the name returned by server for downloaded file [3b12a8d]
8+
- this is because some providers (like google drive/gmail) add an extension to the file name (e.g. docx or zip) so it can be opened on the user's computer through the file manager (most file managers associate apps with file extensions)
9+
- Fix crash on startup when checking creds and server url is null [efcd2bf]
10+
11+
## Changes
12+
13+
- Change logo (again! it will probably go through a few more iterations until we are happy with it, PRs welcome!) [f799b61]
14+
- Add instructions for creating oauth client for google drive, gmail and one drive to a single detailed gist and direct users to that [3e7dc67]
15+
16+
## Builds/CI
17+
18+
- Don't add version to artifact name [7de6fe8]
19+
- it confuses some linux distros while parsing the package name

version

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

0 commit comments

Comments
 (0)