You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add the PRINT_ERRORS environment variable for printing errors to console [dc2b6b3]
6
4
7
-
## Fixes/changes
5
+
## Bug Fixes
8
6
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
0 commit comments