Change log:
0.2.4
=====
- Check for sparse video files only on plugin side
- Set Max file sizes
- Add Fujifilm RAF support (Bug #14522)
- Add more media types for audio cover thumbnails (Bug #12041)
- Fix a typo in desktop-thumbnailer-provider.c (Bug #14925)
- Update URLs in README and configure.ac
- Fix g_type_class_add_private is deprecated
- Bump glib version
- Translation Updates: Albanian, Basque, Belarusian, Catalan, Dutch (Flemish),
Finnish, French, Galician, Hebrew, Italian, Kazakh, Lithuanian, Polish,
Portuguese (Brazilian), Romanian, Russian, Slovak, Swedish, Ukrainian
The PLIST was not reflecting optional dependencies correctly. (It was
also not necessary to include ffmpeg3 as a fixed dependency in the make
file. That gets pulled in via ffmpegthumbnailer anyway, which is an
option.) No PKGREVISION, because this doesn't affect the default build.
0.2.3
=====
- Test sparse files only for regular files (bug #14693).
- Fix uninitialized variable (bug #14688)
0.2.2
=====
- Added check to avoid sparse files, that cause high cpu and
memory load. (bug #12259).
- Use hash table to avoid scanning xdg user path twice when
searching for desktop thumbnailers.
- Close desktop thumbnailers directory when done from it.
- Accept network paths in ffmpeg thumbnailer plugin.
- Use pkg-config to find FreeType > 2.9.1.
- Translation Updates: Czech, Finnish, Hungarian, Italian,
Greek and English (Australia).
0.2.1
=====
- #9231 Handle 0 mtime threshold on Cleanup DBus method. This fixes
running across all thumbnails that was causing very high I/O bandwidth
usage when a file with a thumbnail gets deleted. (On dbus Cleanup method).
0.2.0
=====
- Stable release of tumbler ported to GDbus, in addition
also fixes the bugs fixed by the version 0.1.32.
0.1.92.1
========
- Fixe missing entry of the new desktop thumbnailer plugin
in tumbler.rc.
0.1.92
======
- Add support for loading thumbnailers from *.thumbnailer files
(enhancement bug #7475)
0.1.90
======
- Tumbler relies now on gdbus instead of dbus-glib