Skip to content

Commit 9c4431d

Browse files
authored
Remove tools/kde-dolphin-thumbnailer (#897)
Fixes #894 Reasons to remove: - It doesn't support current versions of KDE - We don't have C code expertise - It isn't checked in CI I've also used a Linebender style CHANGELOG entry
1 parent 6debc44 commit 9c4431d

File tree

6 files changed

+9
-131
lines changed

6 files changed

+9
-131
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ This changelog also contains important changes in dependencies.
88

99
## [Unreleased]
1010

11+
This release has an MSRV of 1.65 for `usvg` and 1.67.1 for `resvg` and the C API.
12+
13+
### Removed
14+
15+
- tools/kde-dolphin-thumbnailer. This was never a released tool, and it doesn't support current versions of KDE/dolphin ([#897][] by [@DJMcNab][])
16+
1117
## [0.45.0] - 2025-02-26
1218
This is the first release under the stewardship of [Linebender][], who is now responsible for maintenance of this crate.
1319
Many thanks to Yevhenii Reizner for the years of hard work that he has poured into this and other crates.
@@ -1270,9 +1276,12 @@ This release has an MSRV of 1.65 for `usvg` and 1.67.1 for `resvg` and the C API
12701276
- `font-size` attribute inheritance during `use` resolving.
12711277

12721278
[Linebender]: https://github.com/linebender
1279+
[@DJMcNab]: https://github.com/DJMcNab
12731280
[@michabay05]: https://github.com/michabay05
12741281
[@Shnatsel]: https://github.com/Shnatsel
12751282

1283+
[#897]: https://github.com/linebender/resvg/pull/897
1284+
12761285
[Unreleased]: https://github.com/linebender/resvg/compare/v0.45.0...HEAD
12771286
[0.45.0]: https://github.com/linebender/resvg/compare/v0.44.0...v0.45.0
12781287
[0.44.0]: https://github.com/linebender/resvg/compare/v0.43.0...v0.44.0

tools/kde-dolphin-thumbnailer/CMakeLists.txt

-33
This file was deleted.

tools/kde-dolphin-thumbnailer/README.md

-33
This file was deleted.

tools/kde-dolphin-thumbnailer/resvgthumbnailer.cpp

-35
This file was deleted.

tools/kde-dolphin-thumbnailer/resvgthumbnailer.desktop

-8
This file was deleted.

tools/kde-dolphin-thumbnailer/resvgthumbnailer.h

-22
This file was deleted.

0 commit comments

Comments
 (0)