diff --git a/xtrn/DDMsgReader/DDMsgReader.cfg b/xtrn/DDMsgReader/DDMsgReader.cfg index 51a5c154f9bea8f362c3be4a8d7175b58ffc4292..ffb7e8cb3b622995dc37779697a81ac97eb00984 100644 --- a/xtrn/DDMsgReader/DDMsgReader.cfg +++ b/xtrn/DDMsgReader/DDMsgReader.cfg @@ -34,7 +34,7 @@ readingPostOnSubBoardInsteadOfGoToNext=false ; The filename (without the extension) and maximum number of lines to use for ; the header file to display above the message areas in the message chooser areaChooserHdrFilenameBase=areaChgHeader -areaChooserHdrMaxLines=5 +areaChooserHdrMaxLines=6 ; The theme file name (for colors, strings, etc.) themeFilename=DefaultTheme.cfg \ No newline at end of file diff --git a/xtrn/DDMsgReader/DDMsgReader.js b/xtrn/DDMsgReader/DDMsgReader.js index 91b92a462ed9fe42a96127bf3e57d2f98bf05e02..70775bb9f4ea4366de6d2be985efa7c470f7a2e4 100644 --- a/xtrn/DDMsgReader/DDMsgReader.js +++ b/xtrn/DDMsgReader/DDMsgReader.js @@ -123,6 +123,8 @@ * in a sub-board rather than going to the next sub-board. * 2016-02-06 Eric Oulashin Started working on the ability to display a custom header * above the message area chooser lists. + * 2016-02-19 Eric Oulashin Version 1.10 + * Releasing this version. */ /* Command-line arguments (in -arg=val format, or -arg format to enable an @@ -214,8 +216,8 @@ if (system.version_num < 31500) } // Reader version information -var READER_VERSION = "1.10 Beta 8"; -var READER_DATE = "2016-02-16"; +var READER_VERSION = "1.10"; +var READER_DATE = "2016-02-19"; // Keyboard key codes for displaying on the screen var UP_ARROW = ascii(24); diff --git a/xtrn/DDMsgReader/Enhanced header examples/enhMsgHeader-withoutTimeZone.ans b/xtrn/DDMsgReader/Enhanced header examples/enhMsgHeader-withoutTimeZone.ans new file mode 100644 index 0000000000000000000000000000000000000000..32c4002d9601df30f923e966d373cc3e27763f7e --- /dev/null +++ b/xtrn/DDMsgReader/Enhanced header examples/enhMsgHeader-withoutTimeZone.ans @@ -0,0 +1,8 @@ +[1;36m��[0;36;40m� [1m@GRP-L#########@ @SUB-L####################@[30m���������������������������[0;36;40m��[1mĿ[0m +[36m�[1;30m���[32mM[0;32;40msg#[1;36m: [34m@MSG_NUM_AND_TOTAL-L###############################################@[0;36;40m�[0m +[1;30m����[32mF[0;32;40mrom[1;36m: [34m@MSG_FROM-L########################################################@[30m�[0m +[1;30m����[32mT[0;32;40mo [1;36m: [34m@MSG_TO-L##########################################################@[30m�[0m +[1;30m����[32mS[0;32;40mubj[1;36m: [34m@MSG_SUBJECT-L#####################################################@[30m�[0m +[1;30m����[32mD[0;32;40mate[1;36m: [34m@MSG_DATE-L########################################################@[30m�[0m +[36m�[1;30m���[32mA[0;32;40mttr[1;36m: [34m@MSG_ALLATTR-L#####################################################@[0;36;40m�[0m +[1;36m��[0;36;40m��[1;30m�����������������������������������������������������������������������[0;36;40m��[1m��[0m diff --git a/xtrn/DDMsgReader/Read Me.txt b/xtrn/DDMsgReader/Read Me.txt index 0133439ae24a5596c06b0b5fdf8bb1fea948cf96..1d6de80eb6ba114377242dd1ba27cdb911d2df3d 100644 --- a/xtrn/DDMsgReader/Read Me.txt +++ b/xtrn/DDMsgReader/Read Me.txt @@ -1,6 +1,6 @@ Digital Distortion Message Reader Version 1.10 - Release date: 2016-??-?? + Release date: 2016-02-19 by diff --git a/xtrn/DDMsgReader/Revision history.txt b/xtrn/DDMsgReader/Revision history.txt index 9513bfcee7110719b8802266f18cdcc6cdf94245..62af2c2b388000e696b30a9081a0e62a22fb05cb 100644 --- a/xtrn/DDMsgReader/Revision history.txt +++ b/xtrn/DDMsgReader/Revision history.txt @@ -5,7 +5,7 @@ Revision History (change log) ============================= Version Date Description ------- ---- ----------- -1.10 2016-??-?? Added a new configuration option, +1.10 2016-02-19 Added a new configuration option, readingPostOnSubBoardInsteadOfGoToNext, that affects what happens after the user reads the last message on a sub-board (for normal reading, not for newscans etc.): If