diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,63 @@ +2.7.0 "Peace of Mind" +===================== + + ADDED: Ability to ignore defined directories from results in Search dialog + ADDED: Bookmark quick search (type symbols in bookmark menu to activate) + ADDED: Cache calculated directory sizes (last 1000 entries; not auto-updated) + ADDED: Command line option "-d" to activate debug message output + ADDED: New detailed tooltip for name column in panel view + ADDED: Per-icon fallback logic to support custom icon themes + ADDED: Popup file tree view - new "show/hide hidden folders" feature + ADDED: Popup file tree view - new "start from closest Place" feature + ADDED: Popup file tree view - new "start from current directory" feature + ADDED: Popup file tree view - support for dropping to panel + ADDED: Tab pinning - pinned tab is a locked tab with temporarily changeable address + ADDED: User setting to disable border decoration for current item in inactive panel + CHANGED: Default Multi Rename shortcut changed (Shift+F9 -> Shift+F2) to align with the default Rename shortcut (F2) + CHANGED: Show "0 Bytes" for calculated but empty directory sizes + FIXED: Activation of a found item with hash symbol in URL inside search dialog + FIXED: Bug with no-match indication when only the current item matches in Quick Search + FIXED: Panel columns may become invisible when settings are restored from config + FIXED: Regression in "Open in new tab" from popup menu + FIXED: When pressing a New Tab button the corresponding Panel is not selected + FIXED: [ 108023 ] Support "Sort by..." by keyboard shortcuts: CTRL+[1-4] + FIXED: [ 173655 ] Added changed and access time in detailed view + FIXED: [ 195749 ] Ctrl+Tab don't switch over edited files + FIXED: [ 267719 ] bookmarks shortcuts lost after opening bookmark manager + FIXED: [ 267756 ] Rename tab or add prefix to tab label + FIXED: [ 267765 ] Add delay before switching tabs with mouse-over + FIXED: [ 270756 ] Add option to hide tab bar + FIXED: [ 272108 ] Support for more KIO slaves in Network Connection + FIXED: [ 274404 ] Copy file dialog - include file name in the path + FIXED: [ 280270 ] Saved Locked Tabs each create extra tab on start + FIXED: [ 308351 ] Cannot run MountMan from menu + FIXED: [ 328928 ] Add text word wrap for all tooltips + FIXED: [ 363437 ] Edit field looses focus after closing one of Editor's/Viewer's tab + FIXED: [ 372964 ] At least one Oxygen icon in Krusader is not correctly seen (using Kubuntu 16.04) + FIXED: [ 372966 ] Some icons are not seen using a plain Ubuntu (not Kubuntu) 16.04 + FIXED: [ 376372 ] KrViewer window loses focus on closing tabs + FIXED: [ 378593 ] Problems copying the names of files with apostrophes + FIXED: [ 378839 ] Krusader freezes when asterisk ("*") is pressed in detailed view + FIXED: [ 379170 ] 2.6.0 - Regression: "Spacebar calculates disk space" feature is missing + FIXED: [ 379459 ] Krusader no longer minimizes to system tray + FIXED: [ 380421 ] In some cases the vertical "Popup panel" has a very high minimum width (caused by Viewer) + FIXED: [ 381179 ] Shortcut conflict: SHIFT+DEL used for cut and alternative delete + FIXED: [ 383372 ] Toggle Fullscreen Embedded Terminal bug + FIXED: [ 383544 ] Unable to create new folder/file if '..' item is selected in current folder + FIXED: [ 383558 ] Errors after approving or canceling Useractions -> System -> Backup current for '..' panel item + FIXED: [ 386217 ] Fix moving cursor with up/down to item not matching in quicksearch + FIXED: [ 386217 ] Pressing Arrow keys behaves incorrectly in quicksearch + FIXED: [ 386314 ] Install to a custom location doesn't work correctly + FIXED: [ 388266 ] Closing calculate occupied space window does not abort the calculation + FIXED: [ 389413 ] Krusader crashes when entering directories with read errors + FIXED: [ 389869 ] After deletion of selected files current item moves one down + FIXED: [ 390732 ] Cannot add Krusader to favorites in Gnome Dock + FIXED: [ 390990 ] Current item selection is lost after exiting from tar archives + FIXED: [ 390991 ] bookmark buttons on a toolbar disappear after closing Bookmark Editor + FIXED: [ 390994 ] [dev] Compiler warnings with gcc-6.4.0 + FIXED: [ 392218 ] Allow scrolling during filesystem changes in current directory + + 2.6.0 "Stiff Challenges" ========================= diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -7,6 +7,62 @@ +-------------------------------- 2.7.0 Peace of Mind ------------------- + +New feature: Quick Search in Bookmark menu + - Just type letters to search: bookmarks are matched by name prefix + - Once a single bookmark is matched, it's immediately triggered + - If multiple bookmarks are matched by the prefix, they are highlighted + and the first one is selected - hit Enter to activate the bookmark + - Accelerators work only if the keystroke is the first one + - Backspace is supported + - Search is case insensitive unless you type a capital letter + - Search bar visibility can be controlled in Konfigurator + - Search bar is intentionally a read-only field + +New feature: Tab pinning. + - A pinned tab is a locked tab with temporarily changeable address. + - Available from popup menu of a tab. + +New feature: Tooltip with file information when you hover a file name. + +New feature: Extended options for Tree Panel (activated by a popup menu at the header) + - Show/Hide hidden folders + - Start the tree from the closest Place (i.e. device) + - Start the tree from current directory + +New feature: -d option. + - Turns on debug output in Krusader. + - Helpful for bug reports - we encourage to attach debug console output to reports. + +Change: Default Multi Rename shortcut is changed (Shift+F9 -> Shift+F2) + to align with the default Rename shortcut (F2). + +Addressed issues of using custom icon themes and running in non-KDE environments. + - Icons are rendered according to per-icon fallback logic: + - Your active theme is matched first + - Fallback icon theme specified in Konfigurator is matched next + - Breeze or Oxygen are matched next if they are installed. + Please note that Breeze is icon-complete theme for Krusader, + Oxygen has also become icon-complete recently, and these themes + are considered to be weak dependencies of Krusader meaning that + in order to run smoothly one of these should be installed + (we don't require it's activated though). + - If no match is found, a special "missing" icon is rendered. + - Due to improved algorithms, your MIME icons (file type icons) should + look better (more icons are found, they are coming from an active theme + if found in there). + +Fixed 40+ issues including some regressions. See ChangeLog. + + + +-------------------------------- 2.4.0 - 2.6.0 ------------------------- + +News for these releases were not written at the release time. Please refer to ChangeLog. + + + -------------------------------- 2.3.0 New Horizons -------------------- New feature: QuickFilter: diff --git a/doc/features.docbook b/doc/features.docbook --- a/doc/features.docbook +++ b/doc/features.docbook @@ -463,7 +463,7 @@ - New features in the &krusader;-2.5.x "Clear Skies" + <title>New features in the &krusader;-2.5.0 "Clear Skies" release Ported to &kf5-full;. @@ -480,6 +480,29 @@ + + + New features in the &krusader;-2.7.0 "Peace of Mind" + release + + Quick Search in Bookmark menu. + + + + Pinned tabs. + + + + Tooltip with file information when you hover a file name. + + + + Extended options for Tree Panel at the Side Bar. + + + + + If you are using a development or Git version, it is possible that the latest