JAL-3830 added command line to whatsnew and releases
authorBen Soares <b.soares@dundee.ac.uk>
Fri, 4 Mar 2022 13:48:54 +0000 (13:48 +0000)
committerBen Soares <b.soares@dundee.ac.uk>
Fri, 4 Mar 2022 13:48:54 +0000 (13:48 +0000)
help/help/html/releases.html
help/help/html/whatsNew.html

index b91d3ac..8177708 100755 (executable)
@@ -138,6 +138,15 @@ li:before {
             Console and other window widgets in taskbar and dock rather
             than anonymous 'Java' icons
           </li>
+          <li>
+            <!-- JAL-3608 -->Options to allow user to choose the (Swing) Look and Feel used by Jalview
+          </li>
+          <li>
+            <!-- JAL-3830 -->New command line launcher scripts (.sh, .ps1, .bat) usable on
+            macOS, Linux/Unix, Windows and documentation in Help.  Installer wizard has option
+            to add this to PATH, or link to it in your PATH.
+          </li>
+
         </ul> <em>JalviewJS</em>
         <ul>
           <li>
@@ -185,9 +194,6 @@ li:before {
             <!-- JAL-3907 -->Improved compatibility of Jalview build
             with Java 17 (next LTS target)
           </li>
-          <li>
-            <!-- JAL-3608 -->Options to allow user to choose the (Swing) Look and Feel used by Jalview
-          </li>
 
         </ul>
 
index 4865615..d849aa2 100755 (executable)
@@ -74,6 +74,9 @@
           allocation</a></strong></li>
     <li>Import of annotated DNA and RNA loci via GenBank and EMBL
       style flatfile</li>
+    <li>New <strong>command line launcher scripts</strong> (.sh, .ps1, .bat) usable on
+            macOS, Linux/Unix, Windows and documentation in Help
+    </li>