- Fix for #26. Remove accidental loop.
- Fix for #24 (more like a workaround, still looking into alternatives)
- README and package description update
- All notifications are dismissible
- Fix for uncaught file exceptions (#23, #22, #20, #18, #17, #16, #15, #13, #11)
- Added
Additional Java Arguments
to configuration - Added
Additional PlantUML Arguments
to configuration
- Clarification of configuration names and descriptions
- Fix for #10 Java Command: Setting default does not work
- Improve file path error handling (#8)
- Option to use js-beautify on XML
Open Diagram
context menu command
Copy Diagram
context menu command
- Fix uncaught TypeError when using 'Bring To Front' and output window closed (#6)
- Support for scaled zoom
- Keybindings added
- Context menu entries added
- Improvements to notifications (#4)
- Error notifications, hopefully useful ones
- Displayed if there is a problem with
Graphviz Dot Location
,PlantUML Jar Location
orJava Command
- Button to open package settings
- Displayed if there is a problem with
- Update control style, blends with theme most of the time
- Show throbber while generating diagrams
- Global
Output Format
setting with png and svg options, default svg - Per preview control for output format
- Changed
Use Temp Directory
default to true
Use Temp Directory
global setting and per preview control (#3)- Only tested on OS X
Bring To Front
defaulted to false- This feature may be removed, clarification:
- Put it in due to annoyance with the
window:focus-next-pane
/pane:show-next-item
workflow and fuzzy-finder not showing all open items - Toggling the preview accomplishes the same outcome due to files only regenerating if required
- Does preserve the state (zoom and such) of the preview, which toggling would lose, but there are probably other ways to deal with this issue (serialization?)
- Put it in due to annoyance with the
- Bring To Front feature, not sure about it, defaulted to true
- Minor refactor
Zoom To Fit
default set to true- Added 'Display Filename Above UML Diagrams', default true
- Fix issue #2 - Preview does not scroll on windows.
- Handle filename provided with @startuml
- Handle multiple @startuml/@enduml in single file
- Added config setting for Graphviz dot location
- Support for displaying multipage uml diagrams
- Update README and project description
- Fix issue #1 - 'Zoom To Fit' set on file save.
- Every feature added
- Every bug fixed