Changes between Version 256 and Version 257 of ReleaseNotes/Mainline


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

File management library

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v256 v257  
    8686    * Added sequential disk read ({{{seq_read}}}) benchmark
    8787  * Navigator
     88    * uses the new file management library
    8889    * Added File / Edit (Ctrl-E) to open selected file in text editor
    8990    * Added File / New File (Ctrl-M) to create new empty or zero-filled file
     
    9697    * Opening a {{{.txt}}} file starts the text editor
    9798  * New file management utilities
    98     * based on file management library
     99    * based on new file management library
    99100    * display progress if operation takes a long time
    100101    * operation can be aborted using Ctrl-C
     
    120121    * The installer now has a user interface
    121122    * Added installer to start menu
     123    * Switched to new file management library for better progress updates
    122124    * You can now install to an existing MBR label if partition slot 1 is free
    123125
     
    149151    * Added mouse tracking support
    150152    * Added support for setting the terminal title
     153  * New file management library ({{{libfmgt}}})
    151154  * C library
    152155    * Fixed incorrect blocking chain printed by fibril deadlock detector