Skip to content

Commit

Permalink
Merge pull request #443 from angrykoala/dev
Browse files Browse the repository at this point in the history
1.1.0
  • Loading branch information
angrykoala authored Apr 12, 2022
2 parents d3eca36 + a6bcc51 commit be5a131
Show file tree
Hide file tree
Showing 12 changed files with 13,465 additions and 2,983 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- run: sudo apt install icnsutils graphicsmagick rpm wine-stable wine32
- name: Build project
run: npm run dist-all
- name: Upload files
uses: JasonEtco/upload-to-release@master
with:
args: dist/Gaucho*
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Upload files
# uses: JasonEtco/upload-to-release@master
# with:
# args: dist/gaucho*
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ gtask.json

.docusaurus
build/
.parcel-cache
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.1.0 / 2022-04-12
==================

* Copy-command action in context menu
* Check for updates option is now outside of Display section
* Fixed problem with task timer not stopping
* Fixed missing Setup build for windows
* Updates disabled by default on dev mode
* Some minor dependencies updated

1.0.1 / 2021-10-07
==================

Expand Down
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,21 @@ Clone/download source code from the GitHub. Make sure you have _node_ and _npm_
1. snapcraft login
2. snapcraft upload Gaucho_0.6.0_amd64.snap --release=stable

### Contributing to Docs:
Gaucho Docs can be found at <https://angrykoala.github.io/gaucho/>.They have been built using [Docusaurus](https://docusaurus.io/).
#### Instructions:
The docs branch is [/docs][docsurl].Modifications to Docs should be done against [/docs][docsurl] branch.

Commands for Development:
* `npm install` to install dependencies for project.
* `npm start` start to run docusaurus locally in port 3000

Folders:
* /docs: Docs pages corresponding to items in menu(introduction,getting started etc) on Docs page.
* /src/pages: Pages for each item in page menu.

Instructions to deploy (only for collaborators):
* `npm deploy` will upload source code to <https://github.com/angrykoala/gaucho/tree/gh-pages>

### Troubleshooting

Expand All @@ -94,3 +109,5 @@ Gaucho is being developed and maintained as Open-Source software by @angrykoala
The original source code can be found at: <https://github.com/angrykoala/gaucho>

> You can find more information about Gaucho License [here](https://angrykoala.github.io/gaucho/license)
[docsurl]:https://github.com/angrykoala/gaucho/tree/docs
Loading

0 comments on commit be5a131

Please sign in to comment.