diff --git a/doc/screenshot-1.1.0.png b/doc/screenshot-1.1.0.png new file mode 100644 index 0000000..741fb9b Binary files /dev/null and b/doc/screenshot-1.1.0.png differ diff --git a/pom.xml b/pom.xml index 7d09dba..77b6c93 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ de.markiewb.netbeans.plugins editor.zoom - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT nbm Editor zoom @@ -92,12 +92,17 @@ - This plugins adds a toolbar and menu items for "Zoom in/out text" actions + This plugins adds the actions "Zoom in"/"Zoom out"/"Zoom reset" to the menu bar and the editor toolbar <p> -<img src="https://raw.github.com/markiewb/nb-editor-zoom/master/doc/screenshot-1.0.0.png"/> +<img src="https://raw.github.com/markiewb/nb-editor-zoom/master/doc/screenshot-1.1.0.png"/> </p> <h2>Updates</h2> +<h3>1.1.0:</h3> +<ul> +<li>[<a href="https://github.com/markiewb/nb-editor-zoom/issues/2">Feature</a>]: Add reset zoom action</li> +<li>[<a href="https://github.com/markiewb/nb-editor-zoom/issues/3">Change</a>]: Move zoom actions to editor toolbar</li> +</ul> <h3>1.0.0:</h3> <ul> <li>initial version</li>