What’s new in 0.2.2 (Aug 19, 2024)#
Enhancements#
Thumbnails#
ThumbnailConfignow supports a new option:max_animation_frames, to control the maximum number of frames for the animated thumbnail. This option is useful when the animation has too many frames, saving storage space and building time.quality_animatedchanged from15to50to improve the quality of the animation thumbnail. This change will not increase the animated thumbnail file size since frames are reduced by themax_animation_framesoption.
Cross-referencing#
the target of
GALLERY_HEADER.rstnow will be added a suffix_headerto avoid conflict with the example files.
Runtime#
Now, the runtime of building the gallery will be displayed in the console output. This feature is useful when you want to know how long it takes to build the gallery and optimize the building time by changing the configuration options of thumbnails.