Skip to content

Commit 3cc2c84

Browse files
authored
Merge pull request #95 from chrishasz/1.4.3
1.4.3
2 parents 47f98b8 + 724abb0 commit 3cc2c84

6 files changed

Lines changed: 937 additions & 1053 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 1.4.3 - 2019-07-09
8+
### Changed
9+
- Re-enabled bundling. Extension should load more quickly.
10+
### Fixed
11+
- [These](https://github.com/chrishasz/spgo/issues/94) [issues](https://github.com/chrishasz/spgo/issues/93) which prevented users from successfully working with the SP root web in the root site collection.
12+
13+
14+
## 1.4.2 - 2019-07-04
15+
### Fixed
16+
- Summoned the spirit of 1776 to free SPGo from VSCode Packaging and dependency errors.
17+
718
## 1.4.1 - 2019-06-21
819
### Added
920
- [Command] `SPGO> Copy Absolute Url` - Copies the absolute URL of the file on the server.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ We love feedback! Please take a minute to complete our 2-question [Survey](https
1919

2020
### Features
2121

22-
* All of the great code authoring and management features of Visual Studio Code, plus the ability to...
22+
All of the great code authoring and management features of Visual Studio Code, plus the ability to...
23+
2324
* Check out files from SharePoint
2425
* Check out current file using command `>SPGo: Check Out the current file`
2526
* Check out current file with the hotkey combo: `Alt+Shift+C`

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ title: Chris Hasz
22
email: chrishasz@gmail.com
33
description: >-
44
I build Enterprise software teams at SAP SalesCloud, and also open source projects. #EnterpriseTwitter
5-
baseurl: "spgo"
5+
baseurl: "/spgo"
66
url: "https://www.chrishasz.com" # the base hostname & protocol for your site, e.g. http://example.com
77
favicon: /images/favicon.jpg
88
logo: /images/favicon.jpg

0 commit comments

Comments
 (0)