- Fix error
- Add providers for opening files and getting server config (PR-228)
- More descriptive pane item names (PR-229)
- Fixed error reported in "Empty files on server after save". (issue-220)
- Enhancement: "Corrected URI handler allowing special characters in login and password." (PR-215)
- Fixed error reported in "Image view doesn't work". The transfer mode has been changed from utf8 to binary mode. (issue-58)
- Fixed error reported in "Permissions change after save" (issue-205)
- Fixed error reported in "Files do not open after update" (issue-206)
- Ignore - Error occurred during publishing
- Fixed error reported in "fs is not defined" (issue-203)
- Feature request: "Configuration view - Duplicate Server" (issue-77)
- Feature request: "Change permissions of a file" (issue-137)
- Fixed error reported in "Uncaught Error: EEXIST: file already exists, mkdir '~/AppData\Local\Temp\8bfa6933\159.65.146.12\v...'" (issue-192)
- Fixed error reported in "Uncaught TypeError: Cannot read property 'constructor' of undefined" (issue-164)
- Fixed error reported in "Uncaught RangeError: Maximum call stack size exceeded" (issue-180)
- Feature request: "Stop bottom pane from opening on upload" (issue-199)
- Feature request: "Option for double-click on treeview" (issue-171)
- Feature request: "Toggle on atom startup" (issue-168)
- Fixed error reported in "Uncaught TypeError: Cannot read property 'replace' of undefined!" (issue-173)
- Fixed error reported in "Uncaught SyntaxError: Unexpected token � in JSON at position 0" (issue-44)
- Fixed error reported in "Files don't load after being left for a while" (issue-163)
- Fixed error reported in "Unable to open after upgrade to 0.12.10" (issue-172)
- Fixed error reported in "Object.add is deprecated" (issue-161)
- Feature request: "Auto Reveal Active file in Tree" (issue-158)
- Feature request: "Open from command line" (issue-165)
- Prepare 0.12.9 release
- Fixed error reported in "Disable/Hide FTP Message Log in config" (issue-117)
- Fixed error reported in "Encoding when saving file to remote always utf-8" (issue-155)
- Feature request: "Support for file-icons package" (issue-125)
- Feature request: "Fuzzy finder for remote files" (issue-109)
- Fixed error reported in "Path to private keyfile not editable" (issue-48)
- Fixed error reported in "Cannot connect to servers after resuming from suspend" (issue-76)
- Fixed error reported in "Not able to get directory listing for regular FTP to an IBM i (or AS/400 or iSeries)" (issue-123)
- Update dependencies (minimatch)
- Fixed error reported in "Adding New Server" (issue-131)
- Fixed error reported in "Cannot Delete Server" (issue-129)
- Fixed error reported in "Uncaught ReferenceError: fs is not defined" (issue-122)
- Feature request: Option "Sort Servers By Name" (issue-106)
- Fix error reported in "Uncaught TypeError: Cannot read property 'collapse' of undefined..." (issue-119)
- Fix error reported in "Can't open multiple files with same path" (issue-114)
- Fix error reported in "Uncaught ReferenceError: reject is not defined" (issue-107)
- Fix error reported in "Unknown command" (issue-101)
- Fix error reported in "Uncaught Error: No transfer timeout (180 seconds): closing control connection" (issue-105)
- Fix error reported in "Uncaught Error: Timed out while waiting for handshake" (issue-102)
- Fix error reported in "Uncaught Error: All configured authentication methods failed" (issue-100)
- Fix deprecated message reported in "Object.add is deprecated" (issue-98)
- Fix error reported in "Failed to load the ftp-remote-edit package" (issue-97)
- Added Option "Open in Atom Dock" - Open the view as tab in atom dock instead of panel. Only available from Atom 1.17.0
- Added FTP Message Log - Shows sent/received FTP commands in log
- Changed refreshing behavior of the TreeView
- Feature request: Drag-and-Drop (issue-25)
- Feature request: Copy / Cut / Paste files (issue-24)
- Feature request: Rename copied file if exists to prevent collision of names (issue-61)
- Feature request: Statusbar for upload/download (issue-69)
- Feature request: Option "Disable Notification on save/upload" (issue-55)
- Feature request: Option "Hide Ignored Names" (issue-78)
- Feature request: Option "Opening hidden files" (e.g. htaccess) (issue-66)
- Feature request: Preview opened file in pending pane to have the same behavior than in Atom (issue-83)
- Fixed error reported in "Refreshing directory when moving a file using Rename" (issue-51)
- Fixed error reported in "Image view doesn't work" (issue-58)
- Fixed error reported in "Undo just opened file" (issue-62)
- Fixed error reported in "Uncaught SyntaxError: Unexpected token ? in JSON at position 0" (issue-44)
- Fixed error while creating a folder (issue-32)
- Fixed error while renaming a file/folder (issue-42)
- Feature request: Added hotkey for toggling "ctrl+space" (issue-37)
- Hide password in server settings (issue-36)
- Added Option to enable debug mode
- Fixed error reported in "Unsyncing after idle" (issue-28)
- Checks connection status everytime the "connect" function is called. Fixes issue on sftp "keep connection alive" error. (issue-28)
- Added dialog to change the password. To open run command "ftp-remote-edit:change-password". Empty password caused error and will no longer be accepted.
- Fixed error while creating a folder (issue-20)
- Improved speed by keeping the connections open
- The path in the dialogs is now corrected so that it corresponds to the schema. Spaces within the path caused errors.
- Fixed styles for light theme (issue-17)
- Feature request: Added setting to define path for ssh/sftp private keyfile
- Feature request: Added setting to define initial directory.
- New action "ftp-remote-edit: find" added to search in tree for a folder
- Refactoring of the complete source code
- Added UI like TreeView
- Added Keyboard Navigation
- Added function to remember the password during the session
- Added promises for ftp and sftp classes
- Extends settings (sortFoldersBeforeFiles, showOnRightSide)
- Fix errors
- Refactoring
- Error and file saved response implemented
- Better configuration interface
- Sftp integrated
- Added function new file, new directory, delete file, delete directory, rename file and rename directory.
- Better usability
- First Release