Skip to content

Commit

Permalink
Preparing release 1.3.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernie Jenny committed Apr 19, 2017
1 parent 77cc170 commit 71149b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions What's New.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ Dashed lines are no longer available to draw distortion visualisations, as they
6 March 2017
Zoom in and out maps with scroll wheel.
Larger raster maps can now be displayed on the Windows operating system.
Faster and more stable loading and rendering of OpenStreetMap.
OpenStreetMap now has optional graticule (lines of longitude and latitude), tropics and polar circles.
Faster and more stable loading and rendering of OpenStreetMap thanks to [JMapViewer].
OpenStreetMap now displays optional graticule (lines of longitude and latitude), tropics and polar circles.
Coordinates are now displayed in degrees, minutes and seconds for OpenStreetMap.
Added tooltip with coordinates for mouse pointer.
Updated launch4j to version 3.9 for Windows exe file.
Expand All @@ -167,3 +167,7 @@ Save and export file dialogs now suggest file names and file extensions.
On macOS maps are now zoomed to full extend when MapAnalyst launches.
Now using JMapProjLib for projection related code.

1.3.26
20 April 2017
Fixed “The file could not be saved” bug when saving a project file.
Fixed enabled status of OpenStreetMap menu items.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
identifier="ika.mapanalyst"
mainclassname="${main.class}"
icon="mac/appicon.icns"
shortversion="1.3.25"
shortversion="1.3.26"
copyright="© Bernhard Jenny, 2005–2017"
applicationCategory="public.app-category.graphics-design">
<classpath file="${dist.jar}" />
Expand Down
2 changes: 1 addition & 1 deletion src/ika/mapanalyst/ApplicationInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static String getApplicationName() {
* @return The version of this application.
*/
public static String getApplicationVersion() {
return "1.3.25";
return "1.3.26";
}

/**
Expand Down

0 comments on commit 71149b3

Please sign in to comment.