Skip to content

Commit cdedce6

Browse files
committed
Prepares 0.2.0 release
1 parent fa0417a commit cdedce6

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ All notable changes to the Adobe Script Runner extension will be documented in t
44

55
## [Unreleased]
66

7+
## Released
8+
9+
## [0.2.0] 2018-03-29
10+
711
- Fixed bug when settings were not registered until app restart.
812
- Fixed issue with HOME "~/" paths.
9-
- Changed code flow. Splits everything to modules for easier maintenance and development. Also makes it easier to other apps to adopt the functionality.
10-
11-
## Released
13+
- Changed code flow. Splits everything to modules for easier maintenance and development. Also makes it easier for other apps to adopt the functionality.
14+
- Ports functionality to [Atom.io](https://atom.io/packages/adobe-script-runner).
1215

1316
## [0.1.2] 2018-03-14
1417

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Adobe Script Runner
2-
Script runner for Adobe applications right from VSCode.
2+
3+
Script runner for Adobe applications right from VSCode. Extension also available for [Atom.io](https://atom.io/packages/adobe-script-runner).
34

45
![Adobe Script Runner](/resources/Adobe-Script-Runner.gif)
56

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "adobe-script-runner",
33
"displayName": "Adobe Script Runner",
44
"description": "Run Adobe scripts from VSCode",
5-
"version": "0.1.2",
5+
"version": "0.2.0",
66
"publisher": "renderTom",
77
"icon": "resources/icon.png",
88
"galleryBanner": {

0 commit comments

Comments
 (0)