Skip to content

Commit

Permalink
Merge pull request #122 from magjac/prepare-for-release
Browse files Browse the repository at this point in the history
Prepare for release
  • Loading branch information
magjac authored Jan 3, 2020
2 parents a02a882 + ef5c721 commit 3f11bec
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
paths:
- ~/.npm
- ~/.cache
- run: make && npm run start:coverage & $(npm bin)/wait-on http://localhost:3000/ && npx cypress run --browser=chrome --headless --record --key a12725d3-851c-4e67-b432-079b4fb1a875 && yarn run codecov
- run: make && npm run start:coverage & $(npm bin)/wait-on http://localhost:3000/ && npx cypress run --browser=chrome --headless && yarn run codecov
workflows:
version: 2
build-and-integration-test:
Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ A web application for interactive visual editing of [Graphviz](http://www.graphv
[![CircleCI](https://circleci.com/gh/magjac/graphviz-visual-editor.svg?style=svg)](https://circleci.com/gh/magjac/graphviz-visual-editor)
[![codecov](https://codecov.io/gh/magjac/graphviz-visual-editor/branch/master/graph/badge.svg)](https://codecov.io/gh/magjac/graphviz-visual-editor)

*Disclaimer: This project just started (2018-07-17) and so far contains just some basic features. Apart from on-line help regarding keyboard shortcuts and mouse operations, there's still **no documentation** of the the rest of the UI (although it's fairly intuitive). The UI is probably going to change a lot in upcoming releases (The author is learning [Material UI](https://material-ui.com/) and [React](https://material-ui.com/) while coding).*

That said, it's perfectly possible to use it in its current state :smiley:.

## Installation ##

```
Expand Down Expand Up @@ -84,9 +80,3 @@ A limitation is a feature deliberately released without full functionality. A li
There are numerous cool features missing. They are or will be listed as [enhancement requests](https://github.com/magjac/graphviz-visual-editor/labels/enhancement) on [GitHub](https://github.com/magjac/graphviz-visual-editor).

There is also a [project board](https://github.com/magjac/graphviz-visual-editor/projects/1) showing the short-term activities.

The medium-term plan is:

* Implement some of the nicest-to-have features, learn from that and rework the UI.
* Provide documentation.
* Open up for collaboration.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphviz-visual-editor",
"version": "0.6.1-alpha",
"version": "0.6.1",
"description": "A web application for interactive visual editing of Graphviz graphs described in the DOT language",
"keywords": [
"Graphviz",
Expand Down
2 changes: 1 addition & 1 deletion src/AboutDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class AboutDialog extends React.Component {
for more information.
</DialogContentText>
<DialogContentText variant='caption' className={classes.copyright}>
&copy; 2018 Magnus Jacobsson Interactive AB
&copy; 2018-2020 Magnus Jacobsson Interactive AB
</DialogContentText>
</DialogContent>
</Dialog>
Expand Down

0 comments on commit 3f11bec

Please sign in to comment.