-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Delete file action * Add Lookup file by name action * Add Get new and updated files trigger * Add custom name for uploaded file * update logo 128x128 * Update README.md (#46) * update CHANGELOG.md
- Loading branch information
1 parent
86aab28
commit 0b5e6ff
Showing
21 changed files
with
1,291 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
## 1.0.0 (October 8, 2019) | ||
# 1.1.0 (December 5, 2019) | ||
|
||
* Initial release | ||
* Add custom port field instead of defaulting to 22 | ||
* Add more unit tests | ||
* Fix integration test using `path.resolve` based on test machine | ||
* Format repository according to Airbnb styling | ||
## General Changes | ||
* Add `Delete file` action | ||
* Add `Lookup file by name` action | ||
* Add `Get new and updated files` trigger | ||
|
||
## Actions | ||
|
||
### Upload files | ||
* Add custom name for uploaded file | ||
|
||
# 1.0.0 (October 8, 2019) | ||
* Initial release | ||
* Add custom port field instead of defaulting to 22 | ||
* Add more unit tests | ||
* Fix integration test using `path.resolve` based on test machine | ||
* Format repository according to Airbnb styling |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.