Skip to content

Releases: icetee/remote-ftp

[2.2.3] - 2019-12-23

23 Dec 01:41
Compare
Choose a tag to compare

Changed

  • Upgrade npm packages

Supported

Supported ed25519 RSA key #1227
No waiting for 266 or 250 transfer anymore @icetee/node-ftp#f15a731

[2.2.2] - 2018-11-20

20 Nov 11:43
Compare
Choose a tag to compare

Fixed

  • Add default @ui-size value #1222

[2.2.1] - 2018-11-17

17 Nov 00:42
Compare
Choose a tag to compare

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

19 May 12:11
Compare
Choose a tag to compare

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

06 Jan 00:36
Compare
Choose a tag to compare

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.2] - 2017-12-13

06 Jan 00:36
Compare
Choose a tag to compare

Fixed

  • Supported APM package name conversion #1066 #1081

[2.1.1] - 2017-12-10

10 Dec 14:10
Compare
Choose a tag to compare

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 🎅🏻

10 Dec 14:12
Compare
Choose a tag to compare

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

22 Nov 02:41
Compare
Choose a tag to compare

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

21 Nov 00:58
Compare
Choose a tag to compare

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