diff options
| author | Alexander Bikadorov <alex.bikadorov@kdemail.net> | 2024-12-14 15:30:26 +0100 |
|---|---|---|
| committer | Alexander Bikadorov <alex.bikadorov@kdemail.net> | 2024-12-30 13:13:38 +0100 |
| commit | 5973846ee091bda7f4a157afc99c2a2075f5e6e2 (patch) | |
| tree | b959a5c20038a1e77c0847defbfeafcfa3729cda | |
| parent | 62c46a5a2488b3e6d5c47c14785fb9ce43924d08 (diff) | |
Update changelog for release 2.9.0
| -rw-r--r-- | ChangeLog | 17 | ||||
| -rw-r--r-- | NEWS | 4 | ||||
| -rw-r--r-- | doc/ChangeLog | 18 |
3 files changed, 38 insertions, 1 deletions
@@ -1,3 +1,20 @@ +2.9.0 "Sixth Life" +===================== + + ADDED: Improve debugging kioslaves by using environment variables and also stdout instead of a separate log file. + ADDED: Save settings on crash and when signals are received + FIXED: [ 462086 ] Segmentation fault when using CTRL+Left/Right on a panel with invalid path + FIXED: [ 462307 ] File icons are drawn at wrong position if desktop scaling is active + FIXED: [ 474596 ] Krusader always crashes after drag-n-drop several files on info bar + FIXED: [ 476194 ] In more cases, the default behavior in Synchronizer should be to overwrite files + FIXED: [ 480319 ] "Synchronized browsing mode" between panels ignored when user uses "Back" or "Forward" button + FIXED: [ 485225 ] Krusader issue with mime types after P6 update + FIXED: [ 485865 ] Sharing from Krusader results in “org.kde.kdeconnect” is not installed error + FIXED: [ 486731 ] Krusader is unable to create thumbnails for pdf and other document/book formats and video formats appear as a static image instead of creating a preview for them + FIXED: [ 488241 ] Export and compress entry in context menu is missing + FIXED: [ 496184 ] Krviewer does not update window caption when file is saved with different name + FIXED: Flickering during folder space calculation + 2.8.1 "A New Day" ===================== @@ -7,6 +7,10 @@ +-------------------------------- 2.9.0 Sixth Life ----------------------- + +Port to KDE Frameworks 6 release. Also contains bugfixes and minor improvements. See ChangeLog. + -------------------------------- 2.8.1 A New Day ----------------------- Bug fix release. See ChangeLog. diff --git a/doc/ChangeLog b/doc/ChangeLog index 3b1061138..5998b2c60 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,6 +1,22 @@ The Krusader Handbook ChangeLog ------------------------------- - +2.9.0 "Sixth Life" +========================= +Date: 2024-12-30 + +ADDED: Improve debugging kioslaves by using environment variables and also stdout instead of a separate log file. +ADDED: Save settings on crash and when signals are received +FIXED: [ 462086 ] Segmentation fault when using CTRL+Left/Right on a panel with invalid path +FIXED: [ 462307 ] File icons are drawn at wrong position if desktop scaling is active +FIXED: [ 474596 ] Krusader always crashes after drag-n-drop several files on info bar +FIXED: [ 476194 ] In more cases, the default behavior in Synchronizer should be to overwrite files +FIXED: [ 480319 ] "Synchronized browsing mode" between panels ignored when user uses "Back" or "Forward" button +FIXED: [ 485225 ] Krusader issue with mime types after P6 update +FIXED: [ 485865 ] Sharing from Krusader results in “org.kde.kdeconnect” is not installed error +FIXED: [ 486731 ] Krusader is unable to create thumbnails for pdf and other document/book formats and video formats appear as a static image instead of creating a preview for them +FIXED: [ 488241 ] Export and compress entry in context menu is missing +FIXED: [ 496184 ] Krviewer does not update window caption when file is saved with different name +FIXED: Flickering during folder space calculation 2.8.0 "A New Day" ========================= |
