This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
Releases: njpanderson/push
Releases · njpanderson/push
0.8.2
0.8.0
- Updated many dependencies, including ssh2-sftp-client to version 4.
- Fixed a caching issue with remote directories.
- Removed
basename
option in underlying glob engine for file modes. If your pattern has no slashes, it will now apply to the whole path, instead of just the filename.
0.7.3
- Added support for multiple files to be selected within the explorer pane.
- Improved handling for transfer collissions (especially when dealing with multiple single files).
- Updated various dependencies.
- Various optimisations/bug fixes.
0.7.1
- Updated underlying SFTP / SSH libs - New OpenSSH formatted SSH keys are now supported properly.
- Optimised package payload.
0.7.0
- Added environment reminders - This is a change to the interface which you may notice in this version. Push will now remind you when your session has been inactive for over 30 seconds (or less if you switch away from vscode) when working within an applicable environment. Set
reminder
to false on any environments in which you don't want this behaviour. See README for more information. - Added a new explorer window - Queues and watch lists now appear in their own panels.
- Fixed issue with directory creation on download jobs.
- Improved display of diffs when comparing remote files.
0.6.23
- Updated vscode engine requirement.
- Minor lint updates.
0.6.22
0.6.22
- Moved
glob
dependency. Apologies to all those who found Push disabled this morning!
0.6.21
- Added
semver
dependency. Apologies to all those who found Push disabled this morning!
0.6.2
- Improved localisation handling, especially regarding invalid locales.
- Improved messaging in various places (commands, collission picker).
- Fixed issue with collission picker not detecting single file uploads.
- Many Windows path handling improvements.
- Fixed issue with the environment label not updating in certain scenarios.
- Fixed issue with environment changes sometimes not registering with the "Compare" command.
- Improved file error handling in some transfer types.
- Improved handling of transfer commands when the output window is focused.
- Various other smaller bugfixes and improvements.
0.6.1
- Fix to path globbing in Windows.
0.6.0
- Added "Upload/queue from commit hash" feature. You can now upload files changed in a specific Git commit.
- Added nicer icons for uploading, added a title menu upload button.
- Added option to ignore the project root when traversing upwards for service files.
- Altered default jsonc file comment to illustrate environments.
- Improvements to Uri handling across the codebase.
- Caching improvements.
- Many smaller improvements and fixes.