Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Fruchtzwerg94 committed Jun 11, 2022
1 parent 2ecfbaa commit 4f9373f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# X.X.X.X (XX.XX.XXXX)
# 1.2.0.6 (11.06.2022)
- Added export of SVG files
- Added option to define the export size factor for PNG files
- Added context menu to copy to clipboard and export diagram
- Added corresponding line at error message if diagram generation fails due to a syntax error
- Added corresponding line to error message if diagram generation fails due to a syntax error
- Switched settings file format from *.ini to *.xml
- Fixed crash generating large documents with more than 10000 characters
- Fixed bottom status bar overlapping the diagrams horizontal scroll bar
Expand Down
4 changes: 2 additions & 2 deletions PlantUmlViewer/PlantUmlViewer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.1.5")]
[assembly: AssemblyFileVersion("1.1.1.5")]
[assembly: AssemblyVersion("1.2.0.6")]
[assembly: AssemblyFileVersion("1.2.0.6")]
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ PlantUML Viewer can be opened
![PlantUML Viewer](doc/PlantUmlViewer.png)
![PlantUML Viewer](doc/PlantUmlViewerDark.png)

By clicking the *Refresh* button the diagram gets generated out of the current opened document. The file extension doesn't matter. The diagram can be moved by dragging and zoomed by scrolling. The currently showed diagram can be exported as PNG image by clicking the *Export* button.
By clicking the *Refresh* button the diagram gets generated out of the current opened document. The file extension doesn't matter.
The diagram can be moved by dragging and zoomed by scrolling.
The currently showed diagram can be exported or copied to clipboard as PNG or SVG image by clicking the *Export* button or using the right click context menu.

Make sure *JAVA_PATH* is set in your system or set the right path to your Java installation in the plugins options.

Expand Down

0 comments on commit 4f9373f

Please sign in to comment.