Skip to content

Releases: johansan/obsidian-featured-image

1.2.4

07 Jan 10:19

Choose a tag to compare

Changed

  • Removed the setting 'Optimize settings for Notebook Navigator' since this plugin is no longer needed for Notebook Navigator.

1.2.3

17 Dec 13:17

Choose a tag to compare

New

  • New setting: Frontmatter image source properties. Comma-separated list of frontmatter properties to check for image paths/URLs before scanning the document. Use this setting if you have links to external images in one of your properties and want to use that in Notebook Navigator.
  • AVIF support: Featured Image will now properly read and process AVIF images.
  • SVG support: Featured Image will now properly read and process SVG images.

Improved

  • Settings now support the new SettingGroup API in Obsidian 1.11 and later. Settings groups are now clearly outlined.

1.2.2

28 Oct 20:45

Choose a tag to compare

Improvements

  • Added support for image titles in markdown links
  • Plugin will now warn to console when encountering http:// links. Please do not use http:// links, they will not be processed by Featured Image. Switch to https://
  • Improved URL decoding made it more stable
  • All bulk operations will now add 1.5 seconds to mtime instead of not changing mtime. This makes it behave better with external sync providers.

Changes

  • Removed video processing from the plugin. It added extreme amounts of complexity and cross-platform issues. Featured Image should be light-weight and fast, video processing made it error prone and slow

1.2.1

11 Oct 19:57

Choose a tag to compare

Improvements

  • New button in settings: Optimize settings for Notebook Navigator. Just click it and settings will be adjusted for best performance in Notebook Navigator and Featured Image will then re-render all thumbnails with these new settings.

Changes

  • Changed thumbnail format from JPG to WEBP for transparency support

1.2.0

11 Oct 10:42

Choose a tag to compare

New features

  • Moving or renaming images that are used for features will now also update the feature property
  • New settings: "Download external images to thumbnails folder" and "Download YouTube thumbnails". Disable to prevent Featured Image from downloading external images to your vault.
  • Video file support. The first frame for video files <200mb will now be set as featured image. This is controlled in settings with the new "Capture video poster frame" option. Disable it to prevent video files from being set as feature images.

Fixed

  • Images stored in relative paths are now resolved correctly

1.1.20

30 Aug 13:08

Choose a tag to compare

Featured Image now supports English • Deutsch • Español • Français • 日本語 • 中文

Minimum Obsidian version changed to 1.8.0 for multilanguage support

1.1.19

30 Aug 11:16

Choose a tag to compare

Added automatic removal of unused resized feature images when features are changed or removed.

Changed default resized frontmatter property to thumbnail (was featureResized).

1.1.18

29 Aug 17:30

Choose a tag to compare

Cleaned up menu settings, moved advanced settings into a new "Advanced settings" section.

Lots of internal code cleanup. Moved to ESLINT 9 with the official Obsidian eslint plugin. The build process enforces zero tolerance for errors and warnings. All TypeScript is fully typed with no explicit any, and the codebase is validated with ESLint, Prettier, and dead code detection.

1.1.17

28 Jun 16:31

Choose a tag to compare

Fixes

  • Improved batch processing notifications from every 20 file processed, to every 5 seconds processing.
  • Renamed "Thumbnail download folder" in Settings to "Download folder"

1.1.16

18 May 07:48

Choose a tag to compare

Improvements

  • Added vertical alignment (top, center, bottom) for cropped and resized thumbnail images
  • Added horizontal alignment (left, center, right) for cropped and resized thumbnail images
  • Added new command "Re-render all resized thumbnails" to update resized thumbnails with new settings