Releases: icetee/remote-ftp
Releases · icetee/remote-ftp
v1.1.2
[1.1.2] - 2017-07-08
Changed
- Add check exists symlinks
Fixed
- Cannot read property 'filter' of undefined #890
- Resolve wrong paths
- Incorrect type identification #889
v1.1.1
[1.1.1] - 2017-07-07
Fixed
- Solved #877 issue.
- Optimized structure query for mkdir
- Add plus notification (remote-ftp:add-file and remote-ftp:add-folder commands)
- Unfortunately, there are currently unverified transactions. #876
- Fixed wrong notification
- Flush unnecessary cwd
- Check undefined FTP folder list
🚀 The new 1.1.0 version 🚀
[1.1.0] - 2017-07-03
Changed
- Little ES6 styles
- Renew config types
- Simplify config query in attach method
- Dock option change name
- Modernize debugger
- Hide resize-handle in Dock mode
- Code beautification
- Skip create folder structure in case permission denied
- Add notification permission denied
- Remove duplicate notification
- Add global OS lib in client.js
- Remove unnecessary debug lines
- Clarifying variables
- Check exists if create folder or file in remote
- Rewrite .ftpignore
- Transfered ownership #813
- Added contributors in README.md
- Add exception in .gitignore
Fixed
- Bad version number in new Dock notification
- Fix #820 issue, thanks @robhuska
- Fix bad watch paths #724
- 421 Timeout issue #591
- Fix invalid getFileName #840
- Fix editor.getPath is not a function #810
- Auto hide in Info notifications #767
- Fix ENOTDIR issue #112
- Fix checkIgnore parameter
Supported Atom dock.
[1.0.0] - 2017-06-17
Add
- Supported new Atom dock
- New setting option (useNewDockIntegration)
- CHANGELOG.md
Fixed
- Class constructor Connector (#729)
- Fix JSON config file not reporting errors (#738)
- Fix upload issue Atom 1.7 (#772)
- Upload notifications (#764)
Changed
v0.10.1
Merged some PRs, removed jslint dependency to maker startup faster