Skip to content
Snippets Groups Projects
Commit b8345f80 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Merge branch 'dd_msg_reader_ansi_and_strict_improvements' into 'master'

DDMsgReader: Scrolling ANSI and "use strict" improvements

See merge request !195
parents 29e3b5f4 7f95c937
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!195DDMsgReader: Scrolling ANSI and "use strict" improvements
source diff could not be displayed: it is too large. Options to address this: view the blob.
Digital Distortion Message Reader
Version 1.50
Release date: 2022-06-20
Version 1.51
Release date: 2022-07-05
by
......
......@@ -5,6 +5,15 @@ Revision History (change log)
=============================
Version Date Description
------- ---- -----------
1.51 2022-07-05 Graphic is now only used when using the scrollable
interface. Also, when creating the Graphic, now
subtracting 1 from the reading area height to avoid making
the Graphic one line too tall to avoid unnecessary
scrolling.
When saving messages with ANSI codes, Graphic is only used
if the message has any ASCII drawing characters. (not sure
if this really matters much though).
Also, applied "use strict" and made some changes as necessary.
1.50 2022-06-20 When doing a text search, it now ignores the user scan
configuration for sub-boards, to ensure it will show any
results of the text search.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment