mirror of https://github.com/MidnightCommander/mc
doc/NEWS: indentation.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
706f7894db
commit
cefc35e924
64
doc/NEWS
64
doc/NEWS
|
@ -3,26 +3,26 @@ Version 4.8.29
|
|||
- Core
|
||||
|
||||
* Add more options for panel filter (#1373):
|
||||
* "Files only" (#4209)
|
||||
* "Case sensitive" (#4334)
|
||||
* "Using shell patterns"
|
||||
- "Files only" (#4209)
|
||||
- "Case sensitive" (#4334)
|
||||
- "Using shell patterns"
|
||||
* Continue copy after interrupt (#4409)
|
||||
* Restore menu accelerator for "Sort order": back to "S"; change menu accelerator for "SFTP link" to "N" (#4373)
|
||||
* Add support for cross-compilation with PERL path different between --build and --host (#4399)
|
||||
* Bootstrap with autotools providing direct support for Apple M1
|
||||
* Port mc.ext to INI format and rename to mc.ext.ini (#4141, #3742, #3191)
|
||||
* Implement compound (AND) conditions (Type/Shell and Type/Regex pairs) to disambiguate overloaded extensions
|
||||
* There is no fallback to previous mc.ext format
|
||||
- Implement compound (AND) conditions (Type/Shell and Type/Regex pairs) to disambiguate overloaded extensions
|
||||
- There is no fallback to previous mc.ext format
|
||||
|
||||
- Editor
|
||||
|
||||
* Change location of all user's syntax related stuff to ~/.local/share/mc/syntax/ directory (#4413)
|
||||
* syntax/Syntax: document location of syntax files (#4320)
|
||||
* Improvements of syntax highlighting:
|
||||
* YAML: improve multiline blocks highliting (#4059)
|
||||
- YAML: improve multiline blocks highliting (#4059)
|
||||
* New syntax highlighting:
|
||||
* Privoxy (https://www.privoxy.org) actions files (#4384)
|
||||
* TOML (Tom's Obvious Minimal Language) (#4412)
|
||||
- Privoxy (https://www.privoxy.org) actions files (#4384)
|
||||
- TOML (Tom's Obvious Minimal Language) (#4412)
|
||||
|
||||
- Misc
|
||||
|
||||
|
@ -60,42 +60,42 @@ Version 4.8.28
|
|||
|
||||
- VFS
|
||||
|
||||
* Remove SMB support (#1)
|
||||
* Remove SMB support (#1)
|
||||
|
||||
- Editor
|
||||
|
||||
* Add syntax highlighting:
|
||||
* Ngspice/SPICE (http://ngspice.sourceforge.net/) (#4316, #4319)
|
||||
* DOT/Graphviz (https://graphviz.org/doc/info/lang.html) (#4322)
|
||||
* Add syntax highlighting:
|
||||
- Ngspice/SPICE (http://ngspice.sourceforge.net/) (#4316, #4319)
|
||||
- DOT/Graphviz (https://graphviz.org/doc/info/lang.html) (#4322)
|
||||
|
||||
- Viewer
|
||||
|
||||
* Support file/dir macros from mc.ect for standalone viewer (#4150)
|
||||
* Support file/dir macros from mc.ect for standalone viewer (#4150)
|
||||
|
||||
- Misc
|
||||
|
||||
* Minimal version of "check" utility is 0.9.10.
|
||||
* Code cleanup (#4270, #4330)
|
||||
* Support Shift+Fn keys for KiTTY (#4325)
|
||||
* Filehighlight:
|
||||
* graphical formats: avif, jp2, jxl, heic, heif, psb, psd (#4328)
|
||||
* Markdown (#4351)
|
||||
* Minimal version of "check" utility is 0.9.10.
|
||||
* Code cleanup (#4270, #4330)
|
||||
* Support Shift+Fn keys for KiTTY (#4325)
|
||||
* Filehighlight:
|
||||
- graphical formats: avif, jp2, jxl, heic, heif, psb, psd (#4328)
|
||||
- Markdown (#4351)
|
||||
|
||||
- Fixes
|
||||
|
||||
* FTBFS with ncurses build with --disable-widec (#4200)
|
||||
* There is no exit on Ubuntu PPC64 big endian (#3887)
|
||||
* Segfault on change panel mode (#4323)
|
||||
* Accelerator conflict in Left/Right menu (#4284)
|
||||
* move a lot of files across filesystems is slow (#4287)
|
||||
* mc.ext: wrong order of rules: general matches are made before more specific ones (#4273)
|
||||
* mc.ext: compressed man pages are shown unformatted (#4272)
|
||||
* ext.d/misc.sh: invoking /bin/cat on systems that have no /bin/cat (like NixOS) (#4298)
|
||||
* mcedit: errors in syntax definitions (#4286)
|
||||
* VFS: FISH: when uploading a symbolic link, it creates both the link and its target (#4281)
|
||||
* VFS: SFTP: timestamps are not preserved for uploaded symlink (#4285)
|
||||
* VFS: EXTFS: incorrect test of isoinfo (#4326)
|
||||
* Typo in skin files (#3146)
|
||||
* FTBFS with ncurses build with --disable-widec (#4200)
|
||||
* There is no exit on Ubuntu PPC64 big endian (#3887)
|
||||
* Segfault on change panel mode (#4323)
|
||||
* Accelerator conflict in Left/Right menu (#4284)
|
||||
* move a lot of files across filesystems is slow (#4287)
|
||||
* mc.ext: wrong order of rules: general matches are made before more specific ones (#4273)
|
||||
* mc.ext: compressed man pages are shown unformatted (#4272)
|
||||
* ext.d/misc.sh: invoking /bin/cat on systems that have no /bin/cat (like NixOS) (#4298)
|
||||
* mcedit: errors in syntax definitions (#4286)
|
||||
* VFS: FISH: when uploading a symbolic link, it creates both the link and its target (#4281)
|
||||
* VFS: SFTP: timestamps are not preserved for uploaded symlink (#4285)
|
||||
* VFS: EXTFS: incorrect test of isoinfo (#4326)
|
||||
* Typo in skin files (#3146)
|
||||
|
||||
|
||||
Version 4.8.27
|
||||
|
|
Loading…
Reference in New Issue