From 4028f8a55432bd353ab2d618d0ce2a0b2449cd18 Mon Sep 17 00:00:00 2001 From: nightfox <> Date: Fri, 19 Feb 2016 15:48:01 +0000 Subject: [PATCH] Updated the version to 1.11 for the official release with the bug fix related to page number update in the message group/flie library list --- xtrn/DDAreaChoosers/DDFileAreaChooser.js | 7 +++++-- xtrn/DDAreaChoosers/DDMsgAreaChooser.js | 8 ++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/xtrn/DDAreaChoosers/DDFileAreaChooser.js b/xtrn/DDAreaChoosers/DDFileAreaChooser.js index 92d6b53ef1..6f3dee9b22 100644 --- a/xtrn/DDAreaChoosers/DDFileAreaChooser.js +++ b/xtrn/DDAreaChoosers/DDFileAreaChooser.js @@ -55,6 +55,9 @@ * 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 + * 2016-02-19 Eric Oulashin 1.11 Bug fix: The page number wasn't being updated + * properly when changing pages in the file + * libraries */ /* Command-line arguments: @@ -83,8 +86,8 @@ if (system.version_num < 31400) } // Version & date variables -var DD_FILE_AREA_CHOOSER_VERSION = "1.10"; -var DD_FILE_AREA_CHOOSER_VER_DATE = "2016-02-15"; +var DD_FILE_AREA_CHOOSER_VERSION = "1.11"; +var DD_FILE_AREA_CHOOSER_VER_DATE = "2016-02-19"; // Keyboard input key codes var CTRL_M = "\x0d"; diff --git a/xtrn/DDAreaChoosers/DDMsgAreaChooser.js b/xtrn/DDAreaChoosers/DDMsgAreaChooser.js index fc67e3b18a..b185cabf61 100644 --- a/xtrn/DDAreaChoosers/DDMsgAreaChooser.js +++ b/xtrn/DDAreaChoosers/DDMsgAreaChooser.js @@ -53,6 +53,10 @@ * 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 + * 2016-02-19 Eric Oulashin 1.11 Bug fix: The page number wasn't being updated + * when changing pages in the message groups + * when using the arrow keys to scroll between + * pages */ /* Command-line arguments: @@ -81,8 +85,8 @@ if (system.version_num < 31400) } // Version & date variables -var DD_MSG_AREA_CHOOSER_VERSION = "1.10"; -var DD_MSG_AREA_CHOOSER_VER_DATE = "2016-02-15"; +var DD_MSG_AREA_CHOOSER_VERSION = "1.11"; +var DD_MSG_AREA_CHOOSER_VER_DATE = "2016-02-19"; // Keyboard input key codes var CTRL_M = "\x0d"; -- GitLab