Skip to content

Commit e28bbf4

Browse files
author
ag88
committed
release 0.9.0
fixes for mouse interactions in Java 11 requires Java 11 (JDK 11) to run added snapshot/screenshot sticky last_dir and settings, saved in prefs
1 parent 3b8a052 commit e28bbf4

File tree

7 files changed

+1289
-74
lines changed

7 files changed

+1289
-74
lines changed

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,27 @@ ant
3232

3333
# Pre-requisites
3434

35-
Release 0.9.0
35+
Release 0.9.0
3636
Java >= 11
3737

38-
- This release requires Java 11 to run.
39-
- some later releases of Java e.g. 9, 11 and above messed up the controls and panning with right mouse doesn't work\! if you encounter this issue use a Java 1.8 jdk/jre instead.
38+
- This release requires Java/JDK 11 or higher to run.
39+
- some later releases of Java e.g. 9, 11 and above messed up the controls and panning with right mouse doesn't work\! if you encounter this issue try Tools > "fix mouse interactions"
4040

41-
Release 0.8.0
42-
Java >= 8
43-
- this is the previous working release. This release requires Jjava 1.8 jdk/jre to run.
41+
Release 0.8.0
42+
Java 8
43+
- this is the previous working release. This release requires Java 1.8 jdk/jre to run.
4444
- if you are running Java 8, use this release.
4545

46+
# Changelog
47+
48+
Release 0.9.0
49+
- fixes for mouse interactions in Java 11
50+
- requires Java 11 (JDK 11) or higher to run
51+
- added snapshot/screenshot
52+
53+
Release 0.8.0
54+
- an initial stable release
55+
- requires Java 8 (JDK 8)
4656

4757
# note
4858
- the app resizes the model and relocates the origin to ease viewing manipulations

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<mkdir dir="dist"/>
4848
<zip destfile="dist/${tgtzipfile}">
4949
<zipfileset dir="libs" prefix="stlviewer/libs"/>
50+
<zipfileset dir="web" prefix="stlviewer/web"/>
5051
<zipfileset dir="." prefix="stlviewer">
5152
<include name="${tgtjarfile}"/>
5253
<include name="README.md"/>

src/images/camera.png

439 Bytes
Loading

0 commit comments

Comments
 (0)