Skip to content

Releases: FlorianWoelki/obsidian-iconize

2.7.3

06 Nov 08:51
Compare
Choose a tag to compare

What's Changed?

  • Fix: issue with empty parent element for icon title functions
  • Fix: issue with emoji and text, parsed as emoji (#288)

Full Changelog: 2.7.2...2.7.3

2.7.2

03 Nov 08:43
Compare
Choose a tag to compare

What's Changed

  • Fix: issue with frontmatter property type (#290)
  • Fix: issue with changing font size of editor and icon above title (#287)

Developer Updates

  • Fix: issue with floating point numbers in setting font-size for svg

Full Changelog: 2.7.1...2.7.2

2.7.1

01 Nov 08:54
Compare
Choose a tag to compare

What's Changed

  • Fix: issue with using emoji in a frontmatter property (#284)
  • Docs: add documentation of using frontmatter with an icon for a file

Full Changelog: 2.7.0...2.7.1

2.7.0

31 Oct 08:34
Compare
Choose a tag to compare

What's Changed

  • Feat: add possibility to add icons based on frontmatter property icon (#38)
  • Refactor: use iconize class instead of obsidian-icon-folder

Developer Updates

  • Feat: add icon caching mechanism for not refetching items
  • Refactor: renamed all files to use kebab-case

Full Changelog: 2.6.1...2.7.0

2.6.1

25 Oct 06:36
Compare
Choose a tag to compare

What's Changed

  • Fix: issue with inline title icon and minimal theme #277

Full Changelog: 2.6.0...2.6.1

2.6.0

22 Oct 09:34
Compare
Choose a tag to compare

What's Changed

  • Feat: add icons and emojis support in notes by @nebspacefarer in #273
  • Fix: issue with preview mode and icon above title functionality

New Contributors

Full Changelog: 2.5.2...2.6.0

2.5.2

19 Oct 08:19
Compare
Choose a tag to compare

What's Changed

  • Feat: add support for emojis above titles

Developer Updates

  • Refactor: adjust icon.getByPath to respect emojis
  • Refactor: adjust icon.getIconByPath to return emojis as a string as well

Full Changelog: 2.5.1...2.5.2

2.5.1

18 Oct 07:11
Compare
Choose a tag to compare

What's Changed

  • Fix: issues with icons above titles for mobile
  • Fix: issue with removing icon pack on mobile

2.5.0

17 Oct 18:04
Compare
Choose a tag to compare

What's changed

  • Feat: add the ability to add the icon of the file to the top of the title (like in notion)
  • Fix: issue with icon in tab not updated for custom rules #269
  • Fix: issue with notes that have the same name switches icon #266

Developer Updates

  • Test: Iconize now has a test coverage of over ~60%
  • Refactor: most of the files are now in kebab-case
  • Refactor: improve API for icon tabs
  • Refactor: cleaned up custom rule functionality
  • CI: add unit test pipeline

2.4.2

08 Oct 12:41
Compare
Choose a tag to compare

What's Changed

  • Fix: issue with icon tabs and reading mode (#259)
  • Fix: issue with renaming and metadata being null for custom rules
  • Fix: issue with not normalized icon names for background checker

Full Changelog: 2.4.1...2.4.2