Skip to content
Snippets Groups Projects
Commit 04766062 authored by nightfox's avatar nightfox
Browse files

Removed the "beta" for the official version 1.10 release.

parent 4028f8a5
Branches
Tags
No related merge requests found
......@@ -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
......@@ -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);
......
 @GRP-L#########@ @SUB-L####################@Ŀ
Msg#: @MSG_NUM_AND_TOTAL-L###############################################@
From: @MSG_FROM-L########################################################@
To : @MSG_TO-L##########################################################@
Subj: @MSG_SUBJECT-L#####################################################@
Date: @MSG_DATE-L########################################################@
Attr: @MSG_ALLATTR-L#####################################################@

Digital Distortion Message Reader
Version 1.10
Release date: 2016-??-??
Release date: 2016-02-19
by
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment