mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-01 12:31:59 +00:00
1.29.16.0: Updated version & History.txt
This commit is contained in:
parent
aa4a3c06d7
commit
8be128159c
@ -8,11 +8,18 @@ https://github.com/AppleWin/AppleWin/issues/new
|
|||||||
|
|
||||||
Tom Charlesworth
|
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
|
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.
|
. [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 #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 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>
|
- 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)'.
|
- NB. The previous 'Color (RGB Monitor)' has now been renamed to 'Color (Composite Idealized)'.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#define APPLEWIN_VERSION 1,29,15,0
|
#define APPLEWIN_VERSION 1,29,16,0
|
||||||
|
|
||||||
#define xstr(a) str(a)
|
#define xstr(a) str(a)
|
||||||
#define str(a) #a
|
#define str(a) #a
|
||||||
|
Loading…
Reference in New Issue
Block a user