diff --git a/xtrn/DDAreaChoosers/DDFileAreaChooser.js b/xtrn/DDAreaChoosers/DDFileAreaChooser.js index 63ee3f94496754d9e51147501661b9eb58edf8a5..d93c9a156e017de29aefe2d03de6d3e02b7fb014 100644 --- a/xtrn/DDAreaChoosers/DDFileAreaChooser.js +++ b/xtrn/DDAreaChoosers/DDFileAreaChooser.js @@ -52,6 +52,9 @@ * line argument now specifies whether or not to * allow choosing the library, and it defaults * to true. + * 2016-02-14 Eric Oulashin 1.10Beta Started updating to allow a header ANSI/ASC + * to be displayed above the area list + * 2016-02-15 Eric Oulashin 1.10 Releasing this version */ /* Command-line arguments: @@ -80,8 +83,8 @@ if (system.version_num < 31400) } // Version & date variables -var DD_FILE_AREA_CHOOSER_VERSION = "1.10 Beta 1"; -var DD_FILE_AREA_CHOOSER_VER_DATE = "2016-02-14"; +var DD_FILE_AREA_CHOOSER_VERSION = "1.10"; +var DD_FILE_AREA_CHOOSER_VER_DATE = "2016-02-15"; // Keyboard input key codes var CTRL_M = "\x0d"; diff --git a/xtrn/DDAreaChoosers/DDMsgAreaChooser.js b/xtrn/DDAreaChoosers/DDMsgAreaChooser.js index 90737eb2b54d573a69f05e96deb9f9b6d7857456..3c90dc3ba93d1568269b5e26760b9b3a96a9a089 100644 --- a/xtrn/DDAreaChoosers/DDMsgAreaChooser.js +++ b/xtrn/DDAreaChoosers/DDMsgAreaChooser.js @@ -52,6 +52,7 @@ * to true. * 2016-02-12 Eric Oulashin 1.10Beta Started working on adding the ability to display * a header ANSI/ASCII file above the list. + * 2016-02-15 Eric Oulashin 1.10 Releasing this version */ /* Command-line arguments: @@ -80,7 +81,7 @@ if (system.version_num < 31400) } // Version & date variables -var DD_MSG_AREA_CHOOSER_VERSION = "1.10 Beta 3"; +var DD_MSG_AREA_CHOOSER_VERSION = "1.10"; var DD_MSG_AREA_CHOOSER_VER_DATE = "2016-02-15"; // Keyboard input key codes diff --git a/xtrn/DDAreaChoosers/Read Me.txt b/xtrn/DDAreaChoosers/Read Me.txt index 42de386d79cd7cc0778925ea1b9d2a2d062723c7..183d2ec4727a911ab159b209d7b39169146b8f65 100644 --- a/xtrn/DDAreaChoosers/Read Me.txt +++ b/xtrn/DDAreaChoosers/Read Me.txt @@ -1,6 +1,6 @@ Digital Distortion Area Choosers Version 1.10 - Release date: 2016-??-?? + Release date: 2016-02-15 by diff --git a/xtrn/DDAreaChoosers/Revision history.txt b/xtrn/DDAreaChoosers/Revision history.txt index 0b78364a2941d1572562044aad87a646fcc0ea9e..77f927ccb8560f501690c4980cfb1a815bc02696 100644 --- a/xtrn/DDAreaChoosers/Revision history.txt +++ b/xtrn/DDAreaChoosers/Revision history.txt @@ -5,12 +5,14 @@ Revision History (change log) ============================= Version Date Description ------- ---- ----------- -1.10 2016-??-?? Added the ability to display a custom header file above +1.10 2016-02-15 Added the ability to display a custom header file above the area lists in the area choosers. Added the configuration options areaChooserHdrFilenameBase and areaChooserHdrMaxLines to specify the filename (without the extension) and maximum number of lines from the header - file to use. + file to use. Also, when showing the message written + dates, the dates of all messages will be adjusted to the + BBS's local time zone for consistency. 1.09 2016-01-17 Added a command-line parameter to let the user choose a message sub-board only within their current message group, or file directory only within their current file