Skip to content

Commit c8e3e37

Browse files
v1.1.15
1 parent 62b2dad commit c8e3e37

File tree

4 files changed

+46
-6
lines changed

4 files changed

+46
-6
lines changed

CHANGELOG.md

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,47 @@
1-
## Changelog (Current version: 1.1.14)
1+
## Changelog (Current version: 1.1.15)
22

33
-----------------
44

5+
## 1.1.15 (2018 Apr 11)
6+
7+
### Release Notes
8+
9+
* Android Keystore & generic file upload limit handling update
10+
* Creating new workflow - minor UX improvement
11+
* Warning notification boxes' contents updated at several places for clarity
12+
13+
### Install or upgrade
14+
15+
To install this version, run the following commands (in a bash shell):
16+
17+
```
18+
bitrise plugin install --source https://github.com/bitrise-io/bitrise-workflow-editor.git --version 1.1.15
19+
```
20+
21+
To update the already installed plugin to the latest version:
22+
23+
```
24+
bitrise plugin update workflow-editor
25+
```
26+
27+
That's all, you're ready to go!
28+
29+
To run the workflow editor plugin call:
30+
31+
```
32+
bitrise :workflow-editor
33+
```
34+
35+
### Release Commits - 1.1.14 -> 1.1.15
36+
37+
* [5e54f5b] erosdome - Don’t show error in Android Keystore section (#280) (2018 Apr 11)
38+
* [ecba52c] erosdome - Message box opening update (#279) (2018 Apr 11)
39+
* [c8c9bd2] erosdome - Handle if in new workflow popup enter is pressed (#278) (2018 Apr 10)
40+
* [dd9356b] erosdome - Increase font size for triggers (#277) (2018 Apr 10)
41+
* [b4fa1c6] erosdome - Stack warning update (#276) (2018 Apr 10)
42+
* [a1ce0be] Norbert Kovach - Update secret info data (#275) (2018 Apr 10)
43+
44+
545
## 1.1.14 (2018 Mar 28)
646

747
### Release Notes
@@ -1938,4 +1978,4 @@ bitrise :workflow-editor
19381978

19391979
-----------------
19401980

1941-
Updated: 2018 Mar 28
1981+
Updated: 2018 Apr 11

bitrise-plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: workflow-editor
22
description: |-
33
Bitrise Workflow Editor.
44
executable:
5-
osx: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.1.14/workflow-editor-Darwin-x86_64
6-
linux: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.1.14/workflow-editor-Linux-x86_64
5+
osx: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.1.15/workflow-editor-Darwin-x86_64
6+
linux: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.1.15/workflow-editor-Linux-x86_64
77
requirements:
88
- tool: bitrise
99
min_version: 1.12.0

bitrise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
33

44
app:
55
envs:
6-
- RELEASE_VERSION: 1.1.14
6+
- RELEASE_VERSION: 1.1.15
77
- BIN_NAME: workflow-editor
88

99
- PORT: "1234"

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// VERSION ...
4-
const VERSION = "1.1.14"
4+
const VERSION = "1.1.15"

0 commit comments

Comments
 (0)