This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
Releases: njpanderson/push
Releases · njpanderson/push
0.5.2
- Fixed issue where the output panel would open regardless of whether there was an error during transfers.
- Fixed issue with messaging when selecting a service environment on files outside of a workspace root.
- Altered behaviour of CHANGELOG opening to not bother new users.
- A few other minor fixes.
0.5.1
- Fixed path detection and handling for certain cases in Windows. Sorry, Windows users! (Thanks, Matt!)
0.5.0
- Add support for environments within service configs. This is a big feature, please check the README!
- Altered the settingsFile configuration somewhat. New service settings files will be named
.push.settings.jsonc
to signify that they can contain comments. Your current service files will still work with the old filename, but if you have customised the filename, please take note of this setting and its partner setting,settingsFileGlob
. - Add persistent watchers. Up to 50 watchers will now be retained between restarts.
- Add command to create a new service config, regardless of whether one exists.
- Add Travis integration (mainly to improve automated testing and doc generation).
- Fixed the default status notice colour - it should now be visible!
- Fixed deleted handling within the transfer logic for both File and SFTP.
- Modified error reporting (a lot). Errors should now be clearer and less vague.
- Modified on demand handling to remove uploaded files from the upload queue.
- Altered service settings files to comment out optional items by default.
- Added an option to show this changelog when minor or major releases occur.
- Various other bugfixes and stability improvements.
0.4.61
- Fix issue with service files not being read correctly. (Thanks, all those that reported.)
0.4.6
- Fix issue with File service template producing the "SFTP" object. (Thanks, tbonzai!)
0.4.5
- Add windows environment variable support to all service
root
properties. (Thanks, ephemerant!) - Add autoUploadQueue setting (Thanks, ephemerant!)
- Make certain file stat collections more reliable.
- Fix issues with downloading folders from File sources.
- Better local symlink handling.
- Add "followSymlinks" option for uploading — this effectively disables the symlink following behaviour by default.
- Improved some language strings
0.4.4
- Fix issues with transfers to some File service locations on windows.
- Fix issue with collision detection in the File service.
- Fix "compare" function in the File service.
- Security/patch updates in dependencies.
0.4.3
- Fix issue with editing service configs from the command pallet.
0.4.2
- Fix issue with saved files not entering queue.
0.4.1
- Fix issue with scheme detection and insantiating commands from the command pallet.