Skip to content

Commit

Permalink
Updated PlantUML to 1.2022.8;
Browse files Browse the repository at this point in the history
Prepared for release
  • Loading branch information
Fruchtzwerg94 committed Oct 7, 2022
1 parent 001ecca commit 4a66442
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# X.X.X.X (XX.XX.XXXX)
# 1.4.0.8 (07.10.2022)
- Plugin target framework updated to .NET Framework 4.6.2
- PlantUML version updated to 1.2022.8
- Added support for multiple pages per document
- Added error if the input document is not UTF-8 encoded
- Added file name of generated diagram to bottom status bar
- Update plugin colors automatically if Notepad++ colors changed
- Fixed potential crash aborting the generation
- SVG.NET library updated to 3.4.3

# 1.3.0.7 (16.08.2022)
Expand Down
2 changes: 1 addition & 1 deletion PlantUmlViewer/PlantUmlViewer/PlantUmlViewer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ internal class PlantUmlViewer
{
public const string PLUGIN_NAME = "PlantUML Viewer";

private const string PLANT_UML_BINARY = "plantuml-1.2022.6.jar";
private const string PLANT_UML_BINARY = "plantuml-1.2022.8.jar";

private enum CommandId
{
Expand Down
Binary file modified doc/PlantUmlViewer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/PlantUmlViewerDark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4a66442

Please sign in to comment.