Skip to content

Commit

Permalink
UVC: Updated readme and changelog, increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
e01306821 authored and afdia committed Sep 5, 2020
1 parent 66a39d5 commit 65f740e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 20 deletions.
4 changes: 4 additions & 0 deletions umlet-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<br/>

1.0.1 -- Selection Bugfix -- 2020-08-29:
* Fixed selection of element on right click after dragged out of palette

<br/>

1.0.0 -- **Out of Beta!** -- 2020-08-28:
* Extension settings with
Expand Down
36 changes: 18 additions & 18 deletions umlet-vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[umlet.com](https://www.umlet.com/) -- [[email protected]](mailto:[email protected]) -- [patreon.com/umlet](https://www.patreon.com/umlet)

</br>
</br>
<br/>
<br/>

## >> For a new diagram, create an empty text file with a ".uxf"-extension! <<

Expand All @@ -14,14 +14,14 @@ Then you can

You're ready to go -- enjoy!

</br>
</br>
<br/>
<br/>


![A gif demonstrating UMLet](https://s7.gifyu.com/images/800px-speed-up.gif)

</br>
</br>
<br/>
<br/>

# Introduction

Expand All @@ -35,8 +35,8 @@ It runs

The stand-alone version has the most extensive feature set; here is a brief [tutorial video](https://www.youtube.com/watch?v=3UHZedDtr28).

</br>
</br>
<br/>
<br/>

# Concepts

Expand All @@ -54,8 +54,8 @@ UMLet main goal is to allow users to sketch UML (and other) diagrams fast.

* It provides simple batch processing on the command line. You can thus convert the uxf-format (an XML dialect) to various file formats, e.g., for you LaTeX workflow.

</br>
</br>
<br/>
<br/>

# Links

Expand All @@ -65,15 +65,15 @@ UMLet main goal is to allow users to sketch UML (and other) diagrams fast.

* Read about UMLet's underlying ideas in our [papers](https://scholar.google.com/scholar?hl=en&as_sdt=0%2C5&q=umlet+uml+martin+auer&btnG=).

</br>
</br>
<br/>
<br/>

# *Hmm.., You a VS Code Extension Guru?*

*One technical issue still niggles us: handling copy/paste commands if triggerend via the menu on Windows, as there the focus is lost. We also use a "custom visual editor" -- those are just a bit problematic as activeTextEditor becomes null if another custom editor gets activated.. If you have any idea to better our current heuristic, let us know (and claim our bottle of Italian red)!*

</br>
</br>
<br/>
<br/>

# Your Support

Expand All @@ -87,10 +87,10 @@ We highly appreciate your support!

* (Finally, \*cough\*, we're also on [PayPal](https://www.paypal.com/donate?token=qqvXeoMHEtyT1MmjDW6qO-7N0-12zVqK8fq1L8QUCx2wqGAGYJRTq0ajEaUklM066SgEBxA-Oo_gq6vz) and [Patreon](https://www.patreon.com/umlet).)

</br>
</br>
</br>
</br>
<br/>
<br/>
<br/>
<br/>

*To our past contributors (chronologically) Thomas Tschurtschenthaler, Ludwig Meyer, Johannes Pölz, Elisabeth Blümelhuber, Julian Thöndel, and Thomas Bretterbauer: thanks! The UMLet Team -- Martin Auer, Andreas Fürnweger*

Expand Down
2 changes: 1 addition & 1 deletion umlet-vscode/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 umlet-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "umlet",
"displayName": "UMLet",
"description": "Free UML Tool for Fast UML Diagrams",
"version": "1.0.0",
"version": "1.0.1",
"publisher": "theumletteam",
"author": {
"name": "The UMLet Team"
Expand Down

0 comments on commit 65f740e

Please sign in to comment.