Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmel committed Jan 30, 2024
1 parent a3dab20 commit 5d027d8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to the extension will be documented in this file.

## [1.0.11] - 2024-01-29
## [1.0.12] - 2024-01-30

- Add file progress for long running archives
- Add workspace settings for archive path and option to exclude `.git` folders
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Archives workspace folders respecting `.gitignore` files.
- Provides `Archive workspace folder` command which archives the entire workspace folder
- All `.gitignore` files are respected
- Option to exclude `.git` folders
- Option to select destination folder for created archives
- Supports multiple workspace folders

## Installation
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-archiver",
"displayName": "Archiver",
"description": "Workspace Folder Archiver",
"version": "1.0.11",
"version": "1.0.12",
"license": "MIT",
"publisher": "ecmel",
"author": {
Expand Down

0 comments on commit 5d027d8

Please sign in to comment.