Skip to content

Commit

Permalink
Merge pull request #375 from angrykoala/dev
Browse files Browse the repository at this point in the history
0.8.0
  • Loading branch information
angrykoala authored Feb 1, 2020
2 parents b118f1d + a816dec commit 59314bd
Show file tree
Hide file tree
Showing 25 changed files with 3,728 additions and 3,230 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
release:
types: [published]

name: Publish
jobs:
build:
name: Publish Gaucho
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Build project
run: npm run dist-all
- name: Upload files
uses: JasonEtco/upload-to-release@master
with:
args: dist/gaucho*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.8.0 / 2020-02-01
==================

* Import/Export suites
* Duplicate suite option
* Tasks descriptions
* Quit option in context menu
* Modal alerts styles changed for better consistency
* Styles improved
* Suite name, Task name and description characters limit
* Dependencies updated, electron v7

0.7.0 / 2019-08-12
==================

Expand Down
Loading

0 comments on commit 59314bd

Please sign in to comment.