Skip to content

Commit

Permalink
Fix icon missing for succesful actions in activity view.
Browse files Browse the repository at this point in the history
FIx change log dates.
  • Loading branch information
Codeneos committed Dec 18, 2019
1 parent 0b3a197 commit bc4442e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog Vlocity Salesforce Integration for VSCode

## [0.12.9] - 2019-12-19
## [0.12.10] - 2019-12-18
- Fix icon missing for succesful actions in activity view

## [0.12.9] - 2019-12-18
- Support for Salesforce Refresh data from server
- Fix issue with deploying certain metadata types
- Deprecated old configuration for setting the username and password manually.
Expand All @@ -10,17 +13,17 @@
- Change UI Icon for completed activities.
- Store Salesforce prefered API version in config.

## [0.12.6] - 2019-12-19
## [0.12.6] - 2019-12-09
- Fixed build error
- Added option to select max depth during refresh and explorer export
- Optimize datapack loading
- Fix issue with content version query definition from Vlocity

## [0.12.5] - 2019-12-19
## [0.12.5] - 2019-12-09
- Fixed circular json error during export from datapack explorer.
- Added activity explorer icons.

## [0.12.4] - 2019-12-18
## [0.12.4] - 2019-12-08
- Report past and running operations in the new activity screen
- Better handling of export errors by setting ignoreAllErrors property which prevents exports from failing when a dependency fails.
- Better handling of deploy errors.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vlocode",
"displayName": "Salesforce Vlocity Integration",
"description": "Salesforce and Vlocity development and deployment extension for VSCode",
"version": "0.12.9",
"version": "0.12.10",
"license": "MIT",
"icon": "resources/icon.png",
"author": {
Expand Down
1 change: 1 addition & 0 deletions resources/dark/checked.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions resources/light/checked.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bc4442e

Please sign in to comment.