Version Numbering Scheme
The Newt-Web version number takes this form: Version A.B-CCCC Built on YYYY-MMM-DD.
- A is the Major Version Number, incremented only when many new features are added all at once, or the program configuration is substantially changed.
- B is the Minor Version Number, incremented on every release. It is reset to zero
when the major version number changes.
- CCCC is the Edit Number. It is incremented every time the sources are modified,
which usually occurs many times before a release. It is never reset.
- YYYY-MMM-DDD is the build date, and is updated whenever the edit number changes
on a new day.
There is also a File Version number of the form A.B, used when the save file
version format changes, so that we can read older format files without issues.
Release History
- V1.2-0088 Build on 2024-Sep-26 Fixed File Save for newer versions of PHP.
- V1.2-0087 Built on 2017-Sep-07 No funtional changes. Updated links to use https://.
- V1.2-0086 Built on 2016-Apr-12 Adjusted spin-box parameters to prevent spurious warnings on Specifications Page.
- V1.2-0085 Built on 2012-Apr-08: Fixed a few HTML 5
Validation issues, no functional changes.
- V1.1-0084 Built on 2012-Mar-08: Full HTML5 Conformance.
Fixed units in reporting angular field of view diameters.
Tube ID now automatically increased to be equal to Primary Diameter when it is smaller.
- V1.0-0083 Built on 2011-Mar-22: Initial Release now that IE9 & FF4 are released.
- V0.22-0081 Built on 2011-Mar-09: Release Candidate 3;
File Save now through server; Drag&Drop
- V0.21-0075 Built on 2011-Mar-02: Release Candidate 2; typos fixed, focuser tube gradient lightened to
make vignetting easier to see.
- V0.20-0074 Built on 2011-Mar-01: Release Candidate; app cache removed due to browser
instability.
- V0.19-0072 Built on 2011-Feb-28: Extensive testing, several fixes; Diagonal Sizing
Assistance added
- V0.18-0067 Built on 2011-Feb-26: Browser version detection and warnings on startup, proofing,
grammar &
consistency fixes.
- V0.17-0065 Built on 2011-Feb-25: Fixed zoom bug IE9rc; Illuminated Widths now not less than 0.
- V0.16-0062 Built on 2011-Feb-24: Recolor scope drawing, clip rays that miss diagonal.
- V0.15-0058 Built on 2011-Feb-23: Many formatting, help, title and HTML5 improvements.
- V0.14-0055 Built on 2011-Feb-22: Redid diagonal sizing, now one button for a range.
- V0.13-0053 Built on 2011-Feb-22: Added initial try at diagonal sizing.
- V0.12-0050 Built on 2011-Feb-22: Added zoom and automatic resizing of height in Ray Trace pane.
- V0.11-0046 Built on 2011-Feb-21: Telescope Drawing now operational, but no zoom.
- V0.10-0044 Built on 2011-Feb-20: Telescope Help, fixed bug in file export.
- V0.9-0041 Built on 2011-Feb-19: Local Storage initial implantation (needs
more testing)
- V0.8-0038 Built on 2011-Feb-17: Off-line status in About tab
- V0.7-0035 Built on 2011-Feb-16: Off-line application caching, minor shadow
tweaks.
- V0.6-0030 Built on 2001-Feb-15: Tested on IE9rc, Added Help Pane, Help Pages, cleaned up visual design.
This page added and release history recording begins.
- V0.1-0001 Built on 2011-Feb-05: Newt-Web project started, Tabbed framework
created and Newt 2.5 sources
began being converted from C++ to JavaScript and made into a web application