Changes between Version 255 and Version 256 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2026-04-14T21:50:26Z (3 days ago)
Author:
Jiri Svoboda
Comment:

Update file management utilitiies and menu entries

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v255 v256  
    8888    * Added File / Edit (Ctrl-E) to open selected file in text editor
    8989    * Added File / New File (Ctrl-M) to create new empty or zero-filled file
    90     * Added File / Verify (Ctrl-V) to verify that file(s) can be read
     90    * Added File / New Directory (Ctrl-N) to create new directory
     91    * Added File / Verify (Ctrl-V) to verify that files/directories can be read
     92    * Added File / Copy (Ctrl-C) to copy files/directories
     93    * Added File / Rename (Ctrl-R) to rename files/directories
     94    * Added File / Move (Ctrl-X) to move files/directories to different location
     95    * Added File / Delete (Ctrl-D) to delete files/directories
    9196    * Opening a {{{.txt}}} file starts the text editor
    9297  * New file management utilities
    93     * displays progress if operation takes a long time
     98    * based on file management library
     99    * display progress if operation takes a long time
    94100    * operation can be aborted using Ctrl-C
    95101    * on I/O error the user can choose whether to abort or retry
    96102    * {{{newfile}}} creates a new empty or zero-filled file
     103    * {{{newdir}}} creates a new directory
    97104    * {{{verify}}} checks that files can be read
     105    * {{{copy}}} copies files/directories
     106    * {{{rename}}} renames files/directories
     107    * {{{move}}} moves files/directories to different location
     108    * {{{delete}}} deletes files/directories
    98109  * Fixed {{{mkfat}}} to correctly set volume label on FAT32
    99110  * Text editor