Skip to content

Commit

Permalink
v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei committed Feb 7, 2017
1 parent 2c3c82a commit cd86f00
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,47 @@

-----------------

## 0.9.3 (2017 Feb 07)

### Release Notes

* Deprecated trigger auto-update on start - fixed
* Variable key validation logic updated - only letters, numbers, underscore are allowed, and key cannot start with number
* On tab switch, show save prompt popup if next tab handles different source (e. g. when going from Workflows tab to Secrets tab) and previous tab has unsaved changes
* On page close, show confirm popup if there are unsaved changes

### Install or upgrade

To install this version, run the following commands (in a bash shell):

```
bitrise plugin install --source https://github.com/bitrise-io/bitrise-workflow-editor.git --version 0.9.3
```

To update the already installed plugin to the latest version:

```
bitrise plugin update workflow-editor
```

That's all, you're ready to go!

To run the workflow editor plugin call:

```
bitrise :workflow-editor
```

### Release Commits - 0.9.2 -> 0.9.3

* [2c3c82a] Krisztián Gödrei - Release automation (#47) (2017 Feb 07)
* [fe76f91] erosdome - v0.9.3 (2017 Feb 06)
* [ce61800] erosdome - prompt before tab close if there are unsaved changes (2017 Feb 06)
* [e0c0b1f] erosdome - Tab switch update (#44) (2017 Feb 06)
* [e6fd5c6] erosdome - variable key validation updated (2017 Feb 06)
* [105657f] erosdome - update deprecated triggers - fixed (2017 Feb 06)


## 0.9.2 (2017 Feb 03)

### Release Notes
Expand Down
4 changes: 2 additions & 2 deletions bitrise-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: workflow-editor
description: |-
Bitrise Workflow Editor.
executable:
osx: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/0.9.2/workflow-editor-Darwin-x86_64
linux: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/0.9.2/workflow-editor-Linux-x86_64
osx: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/0.9.3/workflow-editor-Darwin-x86_64
linux: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/0.9.3/workflow-editor-Linux-x86_64
requirements:
- tool: bitrise
min_version: 1.5.3
Expand Down

0 comments on commit cd86f00

Please sign in to comment.