Skip to content

Commit 95489b3

Browse files
committed
v2.8.0
1 parent 9fe3977 commit 95489b3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

jacksum-file-browser-integration/jacksum-file-browser-integration.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
# Caja 1.26.0 on Ubuntu Linux 22.04
3333
# Caja 1.26.0 on Ubuntu Linux 22.04.1
3434
#
35+
# Dolphin 24.08.1 (KDE Framework 6.6.0) on Kubuntu 24.10
3536
# Dolphin 24.02.1 on KDE Neon 6.0, Release 22.04
3637
# Dolphin 21.12.3 (KDE Framework 5.92) on Kubuntu 22.04
3738
#
@@ -1771,7 +1772,7 @@ install_done() {
17711772
restart_fb caja "Caja"
17721773
;;
17731774
kde)
1774-
printf "Please restart Dolphin, Konqueror, or Krusader in order to make the change active.\n"
1775+
printf "Please restart %s in order to make the change active.\n" "$KDE_PROGNAME"
17751776
;;
17761777
rox)
17771778
# no restart required for ROX-Filer :)

jacksum-file-browser-integration/release_notes.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
Release Notes
22
-------------
3-
2.8.0, Apr 12, 2024
3+
2.8.0, Oct 20, 2024
44
- added support for KDE 6
55
- added support for PCManFM and PCManFM-Qt
66
- bug fix: line 1522: too many arguments (regression was introduced in 2.6.0)
77
- disabled shellcheck warnings for $f evaluation because it is a literal used by muCommander
88
- refactored the code a little
9+
- bundled HashGarten 0.17.0
910

1011
2.7.0, Apr 6, 2024
1112
- added support for muCommander 1.3.0+

0 commit comments

Comments
 (0)