Skip to content

Commit

Permalink
release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hofstef committed Aug 9, 2024
1 parent 8b59d5e commit 749f0bb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
4 changes: 1 addition & 3 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
main:
- title: "Home"
url: /
- title: "User Guide (v2)"
- title: "User Guide"
url: /howto
- title: "User Guide (v1)"
url: /howto_v1
4 changes: 4 additions & 0 deletions _pages/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ Note: Yet to be released changes appear here.
- `Fix`: On Linux, sequence numbers are now displayed as circles (like on Windows and Mac).
- `Fix`: Improved cropping for image exports.

If you have used one of the `v2.0.0-beta` versions or the latest build (`v2.x.x.-dev`), we recommend clearing your local browser storage and then reloading the page. This will reset your icon configuration to default and delete the automatically saved drafts. Instructions:
- [Firefox](https://support.mozilla.org/en-US/kb/clear-cookies-and-site-data-firefox#w_clear-cookies-for-the-current-website)
- Chrome: In the address bar, click the button in the left corner (*show website information*), then *cookies and website date*, *manage website data*, and delete the data for egon.io.

## v1.5.1
The changelog for this version and previous releases can be found on [GitHub](https://github.com/WPS/egon.io/releases)
18 changes: 13 additions & 5 deletions _pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,20 @@ excerpt: "A lightweight tool to support [*Domain Storytelling*](https://domainst

[Domain Storytelling](https://domainstorytelling.org) is a collaborative, visual, and agile way to build domain-driven software. Egon.io is a lightweight tool to support it.

[<i class="fas fa-play"></i> Use V1 Online](app-v1){: .btn .btn--primary .btn--x-large}
[<i class="fas fa-play"></i> Use V2 Online](app-v2){: .btn .btn--primary .btn--x-large}
[<i class="fas fa-play"></i> Use the latest build Online](app-latest){: .btn .btn--primary .btn--x-large}
## Current Version:

[<i class="fas fa-play"></i> Use online](app-v2){: .btn .btn--primary .btn--x-large}
[<i class="fas fa-play"></i> Use latest build*](app-latest){: .btn .btn--primary .btn--x-large}
*) only recommended for testing new features

[<i class="fas fa-book"></i> Changelog](/changelog){: .btn .btn--info .btn--x-large}
[<i class="fas fa-code"></i> Source](https://github.com/WPS/domain-story-modeler){: .btn .btn--info .btn--x-large}
[<i class="fas fa-portrait"></i> Examples](https://github.com/WPS/egon.io-examples){: .btn .btn--info .btn--x-large}
[<i class="fas fa-book"></i> User Guide (v2)](/howto){: .btn .btn--info .btn--x-large}
[<i class="fas fa-book"></i> User Guide (v1)](/howto_v1){: .btn .btn--info .btn--x-large}
[<i class="fas fa-book"></i> User guide](/howto){: .btn .btn--info .btn--x-large}

## Legacy Version:

[<i class="fas fa-play"></i> Use V1 online](app-v1){: .btn .btn--primary .btn--x-large}
[<i class="fas fa-book"></i> User guide (v1)](/howto_v1){: .btn .btn--info .btn--x-large}

{: .center}

0 comments on commit 749f0bb

Please sign in to comment.