- 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.
- 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.
- An ignored list array configurable in the
- 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
.
- 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.