Skip to content

Commit

Permalink
Version 0.4.0 - Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Oblongmana committed Jun 8, 2020
1 parent 3fbea0b commit 81f29fb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ Notable changes to the Salesforce Reference Extension.
<!-- omit in toc -->
## Table of Contents
- [Unpublished](#unpublished)
- [0.4.0 - Beta](#040---beta)
- [0.3.0 - Beta](#030---beta)
- [0.2.0 - Beta](#020---beta)
- [0.1.1 - Beta](#011---beta)

## Unpublished

## 0.4.0 - Beta
- Add an extension icon
- Show error if trying to retrieve reference Tables of Contents while offline, and another message if unexpected errors occur

## 0.3.0 - Beta
- Add a command for searching for the current word, or selected text
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ A port of my original [plugin for Sublime Text](https://github.com/Oblongmana/su
- [Notable Differences to the original Sublime Text 3 version](#notable-differences-to-the-original-sublime-text-3-version)
- [Release Notes](#release-notes)
- [Unpublished](#unpublished)
- [0.4.0 - Beta](#040---beta)
- [0.3.0 - Beta](#030---beta)
- [0.2.0 - Beta](#020---beta)
- [0.1.1 - Beta](#011---beta)
Expand Down Expand Up @@ -101,6 +102,8 @@ See [DIFFERENCES.md](DIFFERENCES.md) for information on the differences between
## Release Notes

### Unpublished

### 0.4.0 - Beta
- Add an extension icon
- Show error if trying to retrieve reference Tables of Contents while offline, and another message if unexpected errors occur

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "vscode-salesforce-doc-lookup",
"displayName": "Salesforce Reference",
"description": "Lookup Salesforce Documentation from within VSCode",
"description": "Lookup Salesforce Dev Documentation from within VSCode",
"publisher": "Oblongmana",
"icon": "images/SalesforceReferenceIcon.png",
"repository": {
"type": "git",
"url": "https://github.com/Oblongmana/vscode-salesforce-doc-lookup"
},
"version": "0.3.0",
"version": "0.4.0",
"engines": {
"vscode": "^1.45.0"
},
Expand Down

0 comments on commit 81f29fb

Please sign in to comment.