Skip to content

Commit 3f11bec

Browse files
authored
Merge pull request #122 from magjac/prepare-for-release
Prepare for release
2 parents a02a882 + ef5c721 commit 3f11bec

File tree

5 files changed

+4
-14
lines changed

5 files changed

+4
-14
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
paths:
6161
- ~/.npm
6262
- ~/.cache
63-
- 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
63+
- run: make && npm run start:coverage & $(npm bin)/wait-on http://localhost:3000/ && npx cypress run --browser=chrome --headless && yarn run codecov
6464
workflows:
6565
version: 2
6666
build-and-integration-test:

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ A web application for interactive visual editing of [Graphviz](http://www.graphv
77
[![CircleCI](https://circleci.com/gh/magjac/graphviz-visual-editor.svg?style=svg)](https://circleci.com/gh/magjac/graphviz-visual-editor)
88
[![codecov](https://codecov.io/gh/magjac/graphviz-visual-editor/branch/master/graph/badge.svg)](https://codecov.io/gh/magjac/graphviz-visual-editor)
99

10-
*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).*
11-
12-
That said, it's perfectly possible to use it in its current state :smiley:.
13-
1410
## Installation ##
1511

1612
```
@@ -84,9 +80,3 @@ A limitation is a feature deliberately released without full functionality. A li
8480
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).
8581

8682
There is also a [project board](https://github.com/magjac/graphviz-visual-editor/projects/1) showing the short-term activities.
87-
88-
The medium-term plan is:
89-
90-
* Implement some of the nicest-to-have features, learn from that and rework the UI.
91-
* Provide documentation.
92-
* Open up for collaboration.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphviz-visual-editor",
3-
"version": "0.6.1-alpha",
3+
"version": "0.6.1",
44
"description": "A web application for interactive visual editing of Graphviz graphs described in the DOT language",
55
"keywords": [
66
"Graphviz",

src/AboutDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class AboutDialog extends React.Component {
110110
for more information.
111111
</DialogContentText>
112112
<DialogContentText variant='caption' className={classes.copyright}>
113-
&copy; 2018 Magnus Jacobsson Interactive AB
113+
&copy; 2018-2020 Magnus Jacobsson Interactive AB
114114
</DialogContentText>
115115
</DialogContent>
116116
</Dialog>

0 commit comments

Comments
 (0)