From 255e20607d3d749a0387662fa6a7b0ab57036ebc Mon Sep 17 00:00:00 2001 From: nightfox <> Date: Mon, 15 Feb 2016 23:01:01 +0000 Subject: [PATCH] Changed to version 1.10 non-beta (official release). --- xtrn/DDAreaChoosers/DDFileAreaChooser.js | 7 +++++-- xtrn/DDAreaChoosers/DDMsgAreaChooser.js | 3 ++- xtrn/DDAreaChoosers/Read Me.txt | 2 +- xtrn/DDAreaChoosers/Revision history.txt | 6 ++++-- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/xtrn/DDAreaChoosers/DDFileAreaChooser.js b/xtrn/DDAreaChoosers/DDFileAreaChooser.js index 63ee3f9449..d93c9a156e 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 90737eb2b5..3c90dc3ba9 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 42de386d79..183d2ec472 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 0b78364a29..77f927ccb8 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 -- GitLab