Skip to content

Releases: chrishasz/spgo

1.7.3

Choose a tag to compare

@chrishasz chrishasz released this 16 Jul 05:45

1.7.3 - 2021-07-12

Fixed

  • Issue a "minor" issue that prevented you from automatically publishing a major version on save

1.6.1

Choose a tag to compare

@chrishasz chrishasz released this 07 Mar 22:08

1.6.1 - 2020-03-07

Added

Changed

  • Performance Enhancement: spgo.json configuration files are now cached by workspace folder. No need to reload from disk every time.
  • To resolve this issue, I have adopted the context.workspaceState object for storing credential data locally (and still securely).

1.6.0

Choose a tag to compare

@chrishasz chrishasz released this 26 Feb 04:40

1.6.0 - 2020-01-25

Added

  • The ability to publish files from any directory in the local Workspace, not just from src. Documentation here. Thanks to everyone for the great feedback in this issue.

1.5.1

Choose a tag to compare

@chrishasz chrishasz released this 20 Dec 05:18

1.5.1 - 2019-12-14

Added

  • Support for retrieving and working with files from any level in a site collection (e.g. Root Site Collection, and SubSites). See here for more details.

Fixed

  • Fixed an issue where error detail was not being correctly written to the SPGo output logs for a certain class of SharePoint errors.
  • This issue where the Publish File and Configure Workspace commands would fail under certain conditions.

1.5.0

Choose a tag to compare

@chrishasz chrishasz released this 04 Dec 18:03

1.5.0 - 2019-12-03

Added

  • Support for multi-root workspaces. This involved a major change to the SPGo architecture for managing configuration and will allow me to support working with Sites under the Site Collection Root in the next release. Please see the documentation for more.

1.4.5

Choose a tag to compare

@chrishasz chrishasz released this 25 Oct 05:26

1.4.5 - 2019-10-22

Changed

  • Updated sppull from 2.4.1 to 2.5.1 to resolve download issues. Thanks tknaller for the PR!

1.4.3

Choose a tag to compare

@chrishasz chrishasz released this 09 Jul 17:36
3cc2c84

1.4.3 - 2019-07-09

Changed

  • Re-enabled bundling. Extension should load more quickly.

Fixed

  • These issues which prevented users from successfully working with the SP root web in the root site collection.

1.4.1

Choose a tag to compare

@chrishasz chrishasz released this 04 Jul 05:41

1.4.1 - 2019-06-21

Added

  • [Command] SPGO> Copy Absolute Url - Copies the absolute URL of the file on the server.
  • [Command] SPGO> Copy Relative Url - Copies the relative URL of the file on the server.
  • Big thank you to CPritch for developing both of these commands for SPGo and being SPGo's first community submission!

Changed

  • Started bundling SPGo for better performance.

Fixed

  • Resolved this issue with file comparison not working.

1.4.0

Choose a tag to compare

@chrishasz chrishasz released this 24 Jun 05:36
bfaa410

1.4.0 - 2019-06-21

Added

Changed

  • Updated the Build Locally documentation page to include instructions for f5 support in VSCode.

Fixed

  • This issue by applying a more OS-friendly approach to parsing the sourceDirectory property in spgo.jason.
  • Multiple bug-fixes from downstream dependencies.
  • Massive code cleanup, spelling mistakes fixed, linting, consistency.

1.3.5

Choose a tag to compare

@sg-chrishasz sg-chrishasz released this 20 Mar 03:45
2b34822

1.3.5 - 2019-3-19

Added

  • Better documentation for MFA. Updated documentation here

Changed

  • Increased the amount of data logged when an error or exception occurs.

Fixed

  • HTML escaped characters in filenames will now be handled properly. example: Style%20Library in the remoteFolders property will no longer cause a download error.
  • Fixed an issue where the first command run after storing credentials would cause a promise error and silently fail.