Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

15 lines (12 loc) · 1.13 KB

0.1.0 - First Release

  • Welcome Atomforce!
  • Atomforce can now intercept if the dw.json file exists in the project root, validate the file with the keys and values required for the connection and check if there is only one project connected.

0.2.0 - Filesystem Watcher

  • Added filesystem watcher (chokidar), which allows to intercept all the filesystem events needed to upload files to the WebDAV.
  • Added two configurations necessary for the file system
    • An ignored list array configurable in the Settings View
    • Ability to remain in watch or not in the Symlinks files and folders.
  • In future when Atom Filesystem Watcher will be completely stable and the API will be similar to chokidar it will be possible enable events via Atom Filesystem Watcher. Currently chokidar creates a rebuid error in macOS.

0.3.0 - Authentication for Sandbox

  • Added authentication for the Sandbox (DWDAV) with return of the hostname in the status bar tooltip.
  • Modal addition of error in case of non authorization and disabling of events on files.