Skip to content

Commit

Permalink
Merge pull request #6 from mschmidtkorth/develop
Browse files Browse the repository at this point in the history
Re-commit for release 1.1.8
  • Loading branch information
mschmidtkorth authored Feb 22, 2020
2 parents 2dd72a7 + 5f0e9b1 commit 07a404b
Show file tree
Hide file tree
Showing 7 changed files with 394 additions and 194 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ node_modules/
src/OrgExplorer.ts
src/command/OrgExplorer.ts
src/media/Backup
_DO_NOT_COMMIT/
src/test
_DO_NOT_COMMIT/
*.zip
*.mov
*.mp4
111 changes: 67 additions & 44 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,65 +1,59 @@
# Changelog

## 0.0.1
## 1.1.8

- Initial release
### Fixed

### Added
- **>MSK: Open Current File In Org** Improved file handling
- Updated general notifications to disappear automatically
- Improved path handling

- New command **>MSK: Compare Permissions**: Compare permission files between your current branch and `master`

## 0.0.2
## 1.1.7

### Added

- New command **>MSK: Open Org**: Open a Scratch Orgs or Dev Hub
- Setting to define default working directory

## 0.0.3

### Added
- New command **>MSK: Show Help for File In Org**: Show the Metadata API help for the currently opened file.

- Keyboard shortcuts and context bindings to improve UX
- Actions on notification messages
- Check for mergeProfileOrPermSet.sh
### Fixed

### Removed
- **>MSK: Open Current File In Org** Command was not working when initiated via Command Palette

- `msk.listPermissions` which is included in `msk.comparePermissions`

## 0.0.4
## 1.1.6

### Added

- New command **>MSK: Delete Scratch Org**: Delete a Scratch Org (instead of opening it)
- New command **>MSK: Validate Changes**: Validate a deployment against a Scratch Org or Sandbox
- **>MSK: Compare Permissions** Improved merge markers to be recognized by VS Code and added auto-jump to first marker

## 0.0.5

Feature-completion.
## 1.1.5

### Modified
### Added

- Selection of any org to validate against
- **>MSK: Compare Permissions** Added selection of branch to compare with

## 1.0.0

## 1.1.4

### Modified

- Code cleanup
- Updated instructions and Readme

## 1.0.1

## 1.1.3

### Modified

- Improved user notifications
- Code cleanup
- Replaced `mergeProfileOrPermSet.sh` with `mergeProfileOrPermSet.js` to make it OS-agnostic

## 1.0.2

## 1.1.0

### Added

- New command **>MSK: Open Current File In Org**: Show the currently opened file in your Salesforce org
- Bundled `mergeProfileOrPermSet.sh` with extension


## 1.0.3

Expand All @@ -68,42 +62,71 @@ Feature-completion.
- Context menu entries for **>MSK: Open Current File In Org** and **>MSK: Compare Permissions** when right-clicking a file
- View button/icon for **>MSK: Open Current File In Org** when opening a file (top right)

## 1.1.0

## 1.0.2

### Added

- Bundled `mergeProfileOrPermSet.sh` with extension
- New command **>MSK: Open Current File In Org**: Show the currently opened file in your Salesforce org

## 1.1.3

## 1.0.1

### Modified

- Replaced `mergeProfileOrPermSet.sh` with `mergeProfileOrPermSet.js` to make it OS-agnostic
- Improved user notifications
- Code cleanup

## 1.1.4

## 1.0.0

### Modified

- Updated instructions and Readme
- Code cleanup

## 1.1.5

## 0.0.5

Feature-completion.

### Modified

- Selection of any org to validate against


## 0.0.4

### Added

- **>MSK: Compare Permissions** Added selection of branch to compare with
- New command **>MSK: Delete Scratch Org**: Delete a Scratch Org (instead of opening it)
- New command **>MSK: Validate Changes**: Validate a deployment against a Scratch Org or Sandbox

## 1.1.6

## 0.0.3

### Added

- **>MSK: Compare Permissions** Improved merge markers to be recognized by VS Code and added auto-jump to first marker
- Keyboard shortcuts and context bindings to improve UX
- Actions on notification messages
- Check for mergeProfileOrPermSet.sh

### Removed

- `msk.listPermissions` which is included in `msk.comparePermissions`

## 1.1.7

## 0.0.2

### Added

- New command **>MSK: Show Help for File In Org**: Show the Metadata API help for the currently opened file.
- New command **>MSK: Open Org**: Open a Scratch Orgs or Dev Hub
- Setting to define default working directory

### Fixed

- **>MSK: Open Current File In Org** Command was not working when initiated via Command Palette
## 0.0.1

- Initial release

### Added

- New command **>MSK: Compare Permissions**: Compare permission files between your current branch and `master`
Binary file added bin/msk-sfdx-toolbox-1.1.8.vsix
Binary file not shown.
Binary file modified images/OpenFileInOrg.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "Michael Schmidt-Korth",
"email": "mschmidtkorth@salesforce.com"
},
"version": "1.1.7",
"version": "1.1.8",
"preview": false,
"icon": "images/salesforceDX.png",
"galleryBanner": {
Expand Down
Loading

0 comments on commit 07a404b

Please sign in to comment.