File kio-extras.changes of Package kio-extras

-------------------------------------------------------------------
Mon Apr 14 07:06:48 UTC 2025 - Christophe Marin <christophe@krop.fr>

- Update to 25.04.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/gear/25.04.0/
- Changes since 25.03.90:
  * imagethumbnail: Add most of kimageformats MIME types

-------------------------------------------------------------------
Sat Mar 29 08:42:32 UTC 2025 - Christophe Marin <christophe@krop.fr>

- Update to 25.03.90
  * New feature release
- Too many changes since 24.12.3, only listing bugfixes:
  * Extend using offscreen platform for thumbnail creation by using original platform theme. (kde#500173)
  * afc: Explicitly toUpper device ID when inserting (kde#487874)
  * Use offscreen platform plugin for thumbnailers (kde#500173)
  * smb: start WSDResolver's client before sending messages (kde#496809)
  * sftp: use stat instead of lstat (kde#497195)
  * Migrate NFS KIO worker to KIO::WorkerBase (kde#483237)
  * sftp: close connection on fatal errors (kde#495801)
  * thumbnails: remove fallback image/* for image thumbnailer (kde#460723)

-------------------------------------------------------------------
Tue Mar  4 13:01:04 UTC 2025 - Christophe Marin <christophe@krop.fr>

- Update to 24.12.3
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/gear/24.12.3/
- Changes since 24.12.2:
  * afc: Explicitly toUpper device ID when inserting (kde#487874)
  * smb: start WSDResolver's client before sending messages (kde#496809)

-------------------------------------------------------------------
Tue Feb  4 12:29:42 UTC 2025 - Christophe Marin <christophe@krop.fr>

- Update to 24.12.2
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/gear/24.12.2/
- Changes since 24.12.1:
  * [thumbnail] Fix assert message

-------------------------------------------------------------------
Tue Jan  7 18:53:05 UTC 2025 - Christophe Marin <christophe@krop.fr>

- Update to 24.12.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/gear/24.12.1/
- Changes since 24.12.0:
  * recentlyused: avoid fastInsert twice UDS_ACCESS_TIME

-------------------------------------------------------------------
Sun Dec  8 09:27:41 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Update to 24.12.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/gear/24.12.0/
- No code change since 24.11.90

-------------------------------------------------------------------
Mon Dec  2 08:43:08 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Update to 24.11.90
  * New feature release
- Changes since 24.11.80:
  * sftp: close connection on fatal errors (kde#495801)

-------------------------------------------------------------------
Sat Nov 16 17:29:48 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Update to 24.11.80
  * New feature release
- Changes since 24.08.3:
  * [FileNameSearch] Avoid repeated searches when following symlinks
  * thumbnail: image plugin add webp support
  * filenamesearch: use `ripgrep-all` or `ripgrep` for content search if available
  * add include moc
  * add pragma once
  * Remove leftover ServiceType desktop file for thumbnailers
  * recentlyused: override access time date with Backend value (kde#437382)
  * Implement new Windows executable thumbcreator.
  * kcms/proxy,trash: follow HIG on capitalization
  * kcms/webshortcuts: make labels more consistent
  * sftp: account for maximum request length when using sftp_aio (kde#488581)
  * thumbnail: Stop reading ServiceTypes key for plugins
  * thumbnail: Fetch the list of thumbnailer plugins only once
  * audiothumbnail and imagethumbnail: Mention supported mimetypes explicitly
  * [thumbnail] Print file name when asserting
  * Don't include quiet packages in feature_summary
  * kcms/netpref: Mimic Kirigami.FormLayout with flat QGroupBoxes
  * sftp: Use fancy defines from our own header if not available
  * sftp: Set permissions on mkdir rather than mkdir && chmod
  * sftp: fix windows build

-------------------------------------------------------------------
Tue Nov  5 10:43:23 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Update to 24.08.3
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/gear/24.08.3/
- Changes since 24.08.2:
  * thumbnail: image plugin add webp support
  * audiothumbnail and imagethumbnail: Mention supported mimetypes explicitly

-------------------------------------------------------------------
Tue Oct  8 12:01:36 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Update to 24.08.2
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/gear/24.08.2/
- Changes since 24.08.1:
  * sftp: account for maximum request length when using sftp_aio (kde#488581)

-------------------------------------------------------------------
Tue Sep 10 14:10:47 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Update to 24.08.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/gear/24.08.1/
- No code change since 24.08.0

-------------------------------------------------------------------
Mon Aug 19 07:13:53 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Update to 24.08.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/gear/24.08.0/
- Changes since 24.05.2:
  * [thumbnail] Print file name when asserting
  * sftp: Use fancy defines from our own header if not available
  * sftp: Set permissions on mkdir rather than mkdir && chmod
  * sftp: fix windows build
  * recentlyused: Add missing Messages.sh
  * filenamesearch: Add missing translation domain
  * filenameseearch: Full decode search and url parameter
  * thumbnails: Use direct lookup for plugins
  * [fish] Drop reference to deprecated errorPage
  * Enable smb only if DBus is enabled
  * Allow to enable activities only if DBus is enabled
  * [archive] Qt::DBus does not seem to be used here
  * Disable filenamesearch if DBus it disabled
  * Disable mtp if DBus it disabled
  * Disable DBus in kcms if requested
  * Add USE_DBUS CMake option to control DBus usage
  * Correct trash kcm dialog initialization (kde#486844)
  * Remove wrong warning about apps not supporting proxy settings
  * Don't build filenamesearch on Windows/macOS
  * [filenamesearch] Explicitly link against QtDBus
  * [kcms/webshortcuts] Explicitly link against QtDBus
  * [kcms/proxy] Explicitly link against QtDBus
  * Drop unused KSaveIOConfig::setAutoResume
  * thumbnail/svg: Scale small svgs
  * thumbnail/imageplugin: add image/x-adobe-dng support (kde#472372)

-------------------------------------------------------------------
Tue Jul  2 13:54:22 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Update to 24.05.2
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/gear/24.05.2/
- No code change since 24.05.1

-------------------------------------------------------------------
Wed Jun 12 07:33:20 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Update to 24.05.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/gear/24.05.1/
- Changes since 24.05.0:
  * Don't build filenamesearch on Windows/macOS
  * [filenamesearch] Explicitly link against QtDBus
  * [kcms/webshortcuts] Explicitly link against QtDBus
  * [kcms/proxy] Explicitly link against QtDBus

-------------------------------------------------------------------
Sun May 19 09:56:10 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Update to 24.05.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/gear/24.05.0/
- No code change since 24.04.80

-------------------------------------------------------------------
Sun May 19 09:46:03 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Make kcm_trash conflict with kio < 5.116 only (boo#1221438)

-------------------------------------------------------------------
Fri May  3 09:15:55 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Update to 24.04.80
  * New feature release
- Too many changes since 24.02.2, only listing bugfixes:
  * [thumbnail] Limit bits per pixel to 32 (kde#484183)
  * afc: Drop pretty name handling (kde#462381)
  * kcms/proxy: Fix warning regarding Chromium (kde#480847)
  * [fish] Use QByteArray for outBuf everywhere (kde#479707)

-------------------------------------------------------------------
Tue Apr  9 18:08:18 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Update to 24.02.2
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/gear/24.02.2/
- Changes since 24.02.1:
  * man, info: fix outdated use of kdoctools5-common resources, 6 variant now
  * [thumbnail] Limit bits per pixel to 32 (kde#484183)

-------------------------------------------------------------------
Tue Mar 19 15:26:27 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Update to 24.02.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/gear/24.02.1/
- No code change since 24.02.0

-------------------------------------------------------------------
Sat Mar 16 21:05:41 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Make kio-extras conflict with kio-extras5 versions older
  than 24.02.0
- Recommend ffmpegthumbs

-------------------------------------------------------------------
Wed Mar  6 09:55:04 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>

- Rename libkioarchive-devel to libkioarchive6-devel to not conflict
  with kio-extras5

-------------------------------------------------------------------
Fri Feb 23 13:59:25 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Update to 24.02.0
  * New feature release
- Changes since 24.01.95:
  * afc: Adjust Solid action to new URL format
  * afc: Drop pretty name handling (kde#462381)
  * sftp: unbreak gcc compat

-------------------------------------------------------------------
Fri Feb  9 16:08:31 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Update to 24.01.95
  * https://kde.org/announcements/megarelease/6/rc2/

-------------------------------------------------------------------
Wed Jan 17 15:45:37 UTC 2024 - Enrico Belleri <kilgore.trout@idesmi.eu>

- Enable Samba

-------------------------------------------------------------------
Tue Nov 28 14:14:57 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>

- Mention plugins in %files explicitly

-------------------------------------------------------------------
Tue Nov 14 18:17:31 UTC 2023 - Christophe Marin <christophe@krop.fr>

- Init kio-extras
openSUSE Build Service is sponsored by