Releases: aidenlx/obsidian-icon-shortcodes
Releases · aidenlx/obsidian-icon-shortcodes
0.8.2
0.8.1
0.8.0
0.8.0 (2022-03-04)
Bug Fixes
- browser-packs: icon pack manifest url is now pointed to master branch (269d58a)
- fix lib failed to build (1464122)
- icon-in-editor: icon menu can now be triggered properly when included in headings, quote, etc (3ff48bc)
- post-ps: code blocks and math equations are escaped properly now (44146ea)
Features
- browser-pack: improve icon download in China (814eb6b)
- icon-in-editor: add click menu to change/delete icon (5dc96de)
- icon-in-editor: cursor can now skip icon shortcode (770ebb2)
- icon-in-editor: support source mode (b3bfdd8)
- initial implementation for icons in editor (797e76f)
- suggester: add option to only trigger suggester if there is a trailing space before the colon (74a559f), closes #26
0.7.0
0.6.2
0.6.2 (2022-01-05)
Bug Fixes
- icon-manager: fix icon not updated when star (4270e79)
- pack-manager: fix only first 20 result shown (e0035a9)
Features
- api: add getIconData() (065e492)
- api: postProcessor now accept markdown string (44d435d)
- settings: add button to reload custom icons (28a9fe6)
Performance Improvements
0.6.1
0.6.0
0.6.0 (2021-11-27)
Bug Fixes
- pack-manager: backupCustomIcons() no longer opens backup zip when finished (b0afde7)
- pack-manager: change icon dir to .obsidian/icons to avoid sync conflict; fix failed to load when customIconsDir not exist (76c93ff)
- pack-manager: fix backup icon not working (e6bc2dc)
- pack-manager: fix broken rename() and star() method (ff82174)
- pack-manager: fix failed to star icon (b1cf68b)
- pack-manager: fix filepath not updated when rename/star icon (da7b956)
- pack-manager: renameIconFile() is now working (d016e9e)
Features
- add icon update prompt on load (b459fbe)
- add support for bitmap icons (png, jpg, webp...) (50c0914), closes #9
- api: expose version and utils: compare, satisfies (cb3cc01)
- pack-manager: backup custom icons in a zipped file (8938309), closes #10
- pack-manager: backupCustomIcons() now support backup one icon pack (1668306)
- pack-manager: icons now stores as dedicated files (c77256a), closes /github.com/obsidianmd/obsidian-releases/pull/640#issuecomment-969926491
- pack-manager: import file with existing id no longer override existing icon (2ba067a)
- pack-manager: restore from backup zip file (fde5b7f)
- settings: add button to open custom icon folder; adjust interface (ad8764f)
- settings: new custom icon entry now automatically scroll into view (92a58fe)