Skip to content

Commit

Permalink
v0.11.4 release details
Browse files Browse the repository at this point in the history
  • Loading branch information
mmp committed Aug 24, 2024
1 parent ebe86b8 commit ca153ba
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 6 deletions.
6 changes: 6 additions & 0 deletions ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,12 @@ var (
`Added airspace awareness information to the scenario information window`,
`STARS: fixed colors for WX buttons in the DCB when WX is available`,
`STARS: minor improvements to the rendering of tracks and position symbols`,
`Fixed a crash loading saved scenarios from the last release`,
`vice's documentation is substantially expanded and now discusses all currently-available functionality`,
`STARS sign-on list is more realistic. The list of signed-on controllers can now be found in the "scenario info" window`,
`STARS: multiple improvements to data block and radar track drawing accuracy`,
`STARS: added support for inverted numpads on keyboards`,
`STARS: fixed a number of bugs in "quicklook" and in MAPS and PREF management`,
}
)

Expand Down
39 changes: 33 additions & 6 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ <h4 class="callout-title">
<p>Your browser may warn about the installer being from an unknown publisher and when you run the installer, Windows will put up a window informing you that it has protected your PC and prevented the installer from running. Click "More Info" and then "Run anyway" to proceed with installation.</p>
</div><!--//callout-block-->
</div><!--//content-->
<a href="https://github.com/mmp/vice/releases/download/v0.11.3/Vice-v0.11.3-installer.msi" class="btn btn-primary"><i class="fas fa-download me-2"></i> Download Vice v0.11.3 for Windows</a>
<a href="https://github.com/mmp/vice/releases/download/v0.11.4/Vice-v0.11.4-installer.msi" class="btn btn-primary"><i class="fas fa-download me-2"></i> Download Vice v0.11.4 for Windows</a>
</section><!--//section-->

<section class="docs-section" id="install-mac">
Expand All @@ -766,7 +766,7 @@ <h2 class="section-heading"><i class="fa-brands fa-apple"></i> Macintosh</h2>
<p>On a Mac, download the <i>zip</i> file below; it contains a universal binary that runs
on both Intel and Apple CPUs. Note that MacOS Big Sur or a more recent version of OSX is required.
After opening the <i>zip</i> file, drag <i>Vice.app</i> to your <i>Applications</i> folder to install it.</p>
<a href="https://github.com/mmp/vice/releases/download/v0.11.3/Vice-v0.11.3-osx.zip" class="btn btn-primary"><i class="fas fa-download me-2"></i> Download Vice v0.11.3 for Mac</a>
<a href="https://github.com/mmp/vice/releases/download/v0.11.4/Vice-v0.11.4-osx.zip" class="btn btn-primary"><i class="fas fa-download me-2"></i> Download Vice v0.11.4 for Mac</a>
</section><!--//section-->

<section class="docs-section" id="install-linux">
Expand All @@ -793,6 +793,26 @@ <h2 class="section-heading">Reporting Bugs</h2>
<section class="docs-section" id="releases">
<h2 class="section-heading">Release History</h2>

<h3>0.11.4 (24 August 2024)</h3>
<ul>
<li>Fixed a crash loading saved scenarios from the last release.</li>
<li><i>vice</i> documentation is substantially expanded and now discusses all currently-available functionality.</li>
<li>STARS:
<ul>
<li>Made sign-on list more realistic. Signed-on controllers can now be found in the "scenario info" window
under "Controllers.</li>
<li>Multiple improvements to data block and radar track drawing accuracy.</li>
<li>Added support for inverted numpads on keyboards.</li>
<li>Fixed a number of "quicklook" bugs.</li>
<li>Additional small bug fixes to MAPS and PREF management.</li>
</ul>
<li>Facility engineering:
<ul>
<li>Added PDB adaptations "show_scratchpad2", "hide_gs", "show_aircraft_type", and "split_gs_and_cwt".</li>
</ul>
</li>
</ul>

<h3>0.11.3 (16 August 2024)</h3>
<ul>
<li>Fixed a crash when handing off to a different facility.</li>
Expand Down Expand Up @@ -3836,7 +3856,8 @@ <h4 id="stars-ssa-list">System Status Area List</h4>
<br>
<p>The red triangle indicates that STARS is functioning correctly; in <i>vice</i> it will always be there. The first line of text shows the current zulu time 03:07:27 and the altimeter at the primary airport for the current scenario, PHL. The following line shows the network status (always "OK/OK/NA" in <i>vice</i>) as well as the current radar mode, FUSED. Next is the current range shown from the scope's center, 17nm, and the length of predicted track lines (PTLs), 0.5 minutes. Next are the altitude filters, first for unassociated tracks and then for associated tracks (both in hundreds of feet.) The next few line again shows the altimeter at PHL and contains the altimeters at nearby airports in multi-airport scenarios.</p>
<p>A few lines are only shown when corresponding features are enabled. Here, "QL: 6S" indicates that TCP 6S has been <a href="#quicklook">quicklooked</a> and "TW OFF: MSAW" indicates that <a href="#stars-msaw">MSAW</a> has been disabled system-wide. Finally, we can see that <a href="#crda">CRDA</a> has been enabled for the runway pair 27R/17, with the "S" indicating "stagger" mode.</p>
<p>A few one keyboard commands are available to control the SSA list.</p>
<p>The SSA list is always visible; a keyboard command is
available to position it:</p>
<table class="table table-bordered">
<thead>
<tr>
Expand Down Expand Up @@ -3969,7 +3990,7 @@ <h4>Alert List</h4>
<td>Sets the position of the alert list on the STARS scope.</td>
</tr>
</tbody>
</table>
</table>

<h4>Sign On List</h4>

Expand Down Expand Up @@ -5679,10 +5700,16 @@ <h2 class="section-heading">STARS and Video Maps</h2>
<h3>Video Maps</h3>

<p>Video maps are specified separately from the rest of the configuration since they require fairly large files and are not generally edited by hand.
Video maps for <i>vice</i> can be generated from CRC video maps <i>crc2vice</i> utility program, which is available from the
Two utilities are available to generate maps for <i>vice</i> from other formats:</p>
<ul>
<li>They can be generated from CRC video maps using the <i>crc2vice</i> utility program, which is available from the
<a href="https://github.com/mmp/crc2vice/releases">crc2vice releases</a> page. See
its <a href="https://github.com/mmp/crc2vice/blob/master/README.md">README</a>
file for information about how to use it.
file for information about how to use it.</li>
<li>They can be generated from the FAA's DAT video map file format using <i>dat2vice</i>, which is available from the
<a href="https://github.com/mmp/dat2vice/releases">crc2vice releases</a> page. See
its <a href="https://github.com/mmp/dat2vice/blob/master/README.md">README</a> for more information.
</ul>

</section><!--//section-->

Expand Down

0 comments on commit ca153ba

Please sign in to comment.