Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Releases: njpanderson/push

0.8.2

08 Jan 23:16
Compare
Choose a tag to compare
  • Fixed an issue relating to connections being dropped in SFTP without Push recycling the old connection class.

0.8.0

04 Jan 15:56
Compare
Choose a tag to compare
  • 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

27 Dec 20:42
Compare
Choose a tag to compare
  • 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

21 Apr 18:47
Compare
Choose a tag to compare
  • Updated underlying SFTP / SSH libs - New OpenSSH formatted SSH keys are now supported properly.
  • Optimised package payload.

0.7.0

21 Apr 11:10
Compare
Choose a tag to compare
  • 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

05 Feb 19:24
Compare
Choose a tag to compare
  • Updated vscode engine requirement.
  • Minor lint updates.

0.6.22

04 Feb 19:24
Compare
Choose a tag to compare

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

02 Feb 17:41
Compare
Choose a tag to compare
  • 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

07 Nov 07:25
Compare
Choose a tag to compare
  • Fix to path globbing in Windows.

0.6.0

06 Nov 20:01
Compare
Choose a tag to compare
  • 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.