1.29.16.0: Updated version & History.txt

This commit is contained in:
tomcw 2020-11-01 18:20:41 +00:00
parent aa4a3c06d7
commit 8be128159c
2 changed files with 9 additions and 2 deletions

View File

@ -8,11 +8,18 @@ https://github.com/AppleWin/AppleWin/issues/new
Tom Charlesworth
1.29.16.0 - 1 Nov 2020
----------------------
. [Bug #851] RGB support: AppleColor card (-rgb-card-type apple) is now an alias for Video7's RGB-SL7 card (-rgb-card-type sl7).
. [Bug #850] RGB support: removed the preconditions for AN3 setting the RGB video mode flags.
- IOUDIS soft-switch is for //c only, so removed support for //e.
1.29.15.0 - 25 Oct 2020
-----------------------
. [Change #764] Fully support the RGB cards, and introduce a new 'Color (RGB Card/Monitor)' dedicated video mode.
- [PR #837] Support for 'Le Chat Mauve' Eve and Féline RGB cards.
- [PR #826] Support for Video7's SL7 RGB card.
- [PR #826] Support for Video7's RGB-SL7 card.
- New command line switch to select RGB card type: -rgb-card-type: apple (default), sl7, eve, feline
- New command line switches for SL7: -rgb-card-foreground <color> & -rgb-card-background <color>
- NB. The previous 'Color (RGB Monitor)' has now been renamed to 'Color (Composite Idealized)'.

View File

@ -1,4 +1,4 @@
#define APPLEWIN_VERSION 1,29,15,0
#define APPLEWIN_VERSION 1,29,16,0
#define xstr(a) str(a)
#define str(a) #a