Skip to content

Latest commit

 

History

History
215 lines (165 loc) · 8.74 KB

CHANGELOG.md

File metadata and controls

215 lines (165 loc) · 8.74 KB

Change Log

[Unreleased]

[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

[1.3.0] - 2017-11-03

Featured

  • Supported multiple selection #492 #970

Fixed

  • Fix Download command from Project tab #1023
  • Supported ignore Sync local and Download #972
  • Fixed multiple connection on closed (ECONNRESET and 421 error code)
  • Solved incorrect downloads #1016
  • More checks ignores

Changed

  • Grammar issue #1032
  • Remove download method in syncLocal method

[1.2.6] - 2017-10-21

Fixed

Changed

  • Add keyboardInteractiveForPass options

[1.2.5] - 2017-10-11

Fixed

  • Change pane title #1012
  • Fix connect without password #1004
  • Supported resolve homedir in SSH config

[1.2.4] - 2017-10-05

Fixed

[1.2.3] - 2017-10-05

Fixed

  • Add not implemented info for #993
  • Fixed #995

[1.2.2] - 2017-10-04

Fixed

  • Add check features method #992

[1.2.0] - 2017-09-30

Fixed

  • Fix .ftpconfig ENOENT issue
  • Add usable notifications #896 #112 #373 #434
  • Add ssh-agent documentation #849 (Thanks @zlibra, @BenKennish)
  • Bad substr logic and set recursive download for 'Local < Remote' command #918
  • Add multiproject detail #920
  • Fix correct download list #923
  • Fix double click file download #925
  • Fix #952 (Thanks @lioutikov)
  • Fix keyboardInteractive dialog for Google Authenticator #962 (Thanks @maxswjeon)
  • Fix memory leaks on save #908
  • Add (old school) method for check file type (if no available MLSD example IIS) 19e1738
  • Fix duplication connect (when reconnected)
  • Fix root icon position

Featured

  • Supported UTF-8 filename in File-tree #919
  • Supported unix path style for privatekey #216
  • Supported IPv6 #949
  • Supported changes to permission and owner #685
  • Supported Drag & Drop (only move on a server) [BETA]

Changed

  • Add .ftpignore documentation
  • Update deprecated packages
  • Tree view, File view, Directory view, file.js, directory.js changed to ES6
  • Extended .eslintrc
  • Remove theorist dependency (no maintained)
  • Theorist changed to event-kit
  • Begin notifications collect to notifications.js
  • Implemented mlsd
  • Add more helpers
  • Change double cwd to mlsd method
  • Centralized isConnected method in ftp.js
  • Change self to this several places
  • Optimized codes
  • 🎨 Change code styles
  • Add picto to offline view
  • Configurable server label #848
  • Add Permission Denied notification
  • 🎨 There are many code beauties 🎨
  • Add remote-ftp:download-active command (BETA)
  • Remove log when readconfig (spamming console)
  • Remove isAlreadyExits notification a8019ff
  • Implemented SITE method
  • Modify context-menu sequence c68464b
  • Design if no use dock integration

[1.1.4] - 2017-07-30 [CANCELED]

[1.1.3] - 2017-07-11

Fixed

  • Fix timeout to use Pure-FTP #591
  • Fix infinity listen debug event

[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

[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

[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

[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

  • README