diff --git a/mystic/todo.pas b/mystic/todo.pas index 61c6055..f48a2ce 100644 --- a/mystic/todo.pas +++ b/mystic/todo.pas @@ -21,10 +21,8 @@ BUGS AND POSSIBLE ISSUES compile (IceDevil) ! After data file review, add missing variables to various MPL Get/Put functions. -! RAR internal viewer does not work with files that have embedded comments ! Test midnight rollovers for time (flag for user to be immune to timecheck) ! Fixed REAL2STR per Gryphon -! Free diskspace check in Linux FUTURE / IDEAS / WORK IN PROGRESS / NOTES ========================================= diff --git a/mystic/whatsnew.txt b/mystic/whatsnew.txt index b2626e8..f9b65ae 100644 --- a/mystic/whatsnew.txt +++ b/mystic/whatsnew.txt @@ -2395,3 +2395,25 @@ auto_zmodem = true + + ! NodeSpy's telnet client was saving the phone directory in the wrong + directory after a Zmodem upload was completed. + + ! The internal RAR archive viewer was not working when a .RAR file had a + comment in the file. + + ! Fixed an issue with the minimum upload space check in Linux. + + + Mystic can now view archives within an archive instead of just text files. + So for example if you have MYZIP.ZIP and inside that file there is another + ZIP/LZH/LHA/ARJ/RAR file, you can View it's contents using the (V)iew + command. If the file you've entered is not a valid archive, it will try + to display it as a text file as it has in the past. + + ! Fixed an issue with the previous page command in the standard file + listing, where it could sometimes show the file uploader text before the + actual filename text. + + ! More Zmodem upload fixes with SyncTerm + +