Skip to content

Commit 401a500

Browse files
committed
chore(release): release v2.7.1
Signed-off-by: Vedant K <gamemaker0042@gmail.com>
1 parent 10ab5a6 commit 401a500

File tree

4 files changed

+20
-26
lines changed

4 files changed

+20
-26
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dabbu-cli",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"description": "A CLI that leverages the Dabbu API and neatly retrieves your files and folders scattered online",
55
"main": "src/index.js",
66
"scripts": {

release-notes.md

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
1-
## Features added
2-
3-
- feat(logging): log errors only if env var PRINT_ERRORS is set [544f51a]
4-
- run `PRINT_ERRORS=true dabbu-cli` to enable verbose error logging
5-
- feat(list method/`ls`): folders are returned first (though this might not be seen when the result is more than 50 items long)
6-
- feat(list api): implement pagination [d641cfc]
7-
- results are requested in batches of 50
8-
- as the results come in, they are printed
9-
- only exception is the hard drive provider, as it does not support pagination
10-
111
## Bug fixes
2+
- fix(read): folder path is always null [fbbd944]
3+
- typo in code, did not specify .length in slice() function call
4+
- fix(utils): remove unnecessary \n while printing token expiry [99ec1bf]
5+
- fix(list): don't print no of files/folders in dir twice [9997c23]
126

13-
- fix(spinner): use only one spinner throughout the CLI [4615dcc, 59daa55]
14-
- fix(oauth): 400 error while refreshing access token [cca941e]
15-
- send auth metadata in query param or request body based on send-auth-metadata-in variable in provider-fields.json
16-
- fix(setup): init method had names with _ [9e90719]
17-
- changed them to -
18-
19-
## Changes to install script
7+
- fix(list): show number of files listed at the end if no of files > 50 [6eb8290]
8+
- also show headers when listing files, they were not shown since last release due to a bug
9+
- fix(spinner): hide spinner while printing access token expiry time [973cd34]
10+
- fix(prompt): show / in prompt if in root dir [59edb12]
2011

21-
- feat(install scipt): add comments, rename -f to -d (for dry run) and remove -o in install script [3054fed]
22-
- fix(bump version script): don't push tags, else ci doesn't release assets [15257a9]
12+
## Documentation
13+
- docs: add code of conduct [9bf14ba]
14+
- fix(contributing): update instructions regarding linter [035d18e]
15+
- docs(readme): copy website intro, install and getting started parts to readme [8fc2929]
2316

24-
## Builds/CI
17+
## Legal stuff
18+
- docs: change copyright headers to Dabbu Knowledge Platform [6467227]
2519

26-
- ci: test and build for all branches, release only for main [aa02a8f]
27-
- ci: release builds only from main branch [2a273f9]
20+
## Build/CI
21+
- fix(version script): fetch tags before generating release notes [87ab616]

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.7.0
1+
v2.7.1

0 commit comments

Comments
 (0)