Releases: icetee/remote-ftp
Releases · icetee/remote-ftp
[2.2.2] - 2018-11-20
Fixed
- Add default @ui-size value #1222
[2.2.1] - 2018-11-17
Changed
- Remove Open Collective #1220
- Upgrade npm packages
- Add more base keybinds #1171
- Upgrade SSH2 version #1189
Fixed
- Fix #1151
- Fix directory "Copy name" function
- Fix eta position
- Fix #1184
- More accurate element search #1213
- Sometimes did not sync the root folder in the 'Sync local <- remote' command
[2.2.0] - 2018-05-19
Changed
- Supported .cson config file #1140
- Remove
resize-handle
methods
- Adapt to new tree-view design
- Supported Drag & Drop download, upload
- Add
.ftpconfig.cson
name to ftpignore
Fixed
- Keypress up/down move in folder
- Improve the dock pane visibility #1137
- Asterisk problem solved #1062
[2.1.4] - 2018-01-06
Changed
- Change default SFTP port
- Add
isGenericUploadError
in notifications #1083
Fixed
- Remove “Could not get project path.” notification #860
- Uncaught TypeError: Cannot read property 'emit' of undefined #1100
[2.1.1] - 2017-12-10
Fixed
- Fix .ftpignore from being loaded #972
- Fix "Failed to activate" destroy is undefined #1077
Changed
- Remove bad notifications if use ignore
- Marked item if included in ignores
- Upgrade ignore package
[2.1.0] - 2017-12-06 🎅🏻
Featured
- Supported SFTP permissions change
- Save Remote TreeView location #1068
Changed
- Change global variable name atom.project['remoteftp-main'] -> atom.project.remoteftpMain
- Remove Use Dock Integration options
- Remove old panel attach, only usable Dock Pane method
- Remove semver
- Remove showOnRightSide deprecated change event
- Remove useDockIntegration deprecated change event
- Remove hideLocalWhenDisplayed deprecated event
Fixed
- Drop checkFeatures and add forcePasv default value #1060
- Fix bug #1069 and fix download onceConnected call
- Fix force toggled TreeView
- Fix crash change "Enable Drag and Drop" #1075
[2.0.0] - 2017-11-20
Changed
- Remove Chokidar package (~150 dependencies)
- Supported native Filesystem Watcher API PathWatcher (@putterson Thanks)
- The new major version drop supported older Atom versions.
Fixed
- Resolve undefined once method
- Eslint issues
[1.3.4] - 2017-11-20
Changed
- Upgrade SSH2 and SSH2-streams
Fixed
- Fix #1029
- Fix Cannot create icon-node for empty path #690
- Incorrect watch notice
- Fix path in Sync local method
- Fix atom.project.remoteftp.once is not a function
- Fix depth count in Windows
- Fixed error object name in file upload
- Fix Error: Failure #942