1.3.0
We're going live!
Though a tad belated...
Added
- ✨ Add preliminary support for Live Preview (#19)
- For icons that use regular emojis (non-Twemoji) or single letters, their positions have been adjusted.
- Positioning in general is also more consistent and better placed between modes
- Add Remove icon command
- Add Lock/Unlock banner position command (#31)
- A new
banner_lockfield is used to lock the banner position in place
- A new
- Add Banner drag modifier key command (#31)
- Alternatively to above, you can set a modifier key that must be used to drag the image, which can help avoid accidental banner movements
- While running commands, close unfinished YAML sections if needed
- When dragging a banner, it will now only add/update the appropriate drag position (
banner_xorbanner_y) instead of both - 🔧 Use ESBuild instead of Rollup for development, which is much faster and nicer
- 🔧 Quite a bit of cleanup to organize things and makes things easier on myself
- Especially for refactoring for live preview. That took a bit of moving around, ahah
Fixed
- Banner images will no longer go past its boundaries when manually entering a horizontal or vertical positional value
- For some reason, I never tested putting in like...10000 or something in there
- Remove banner command now only removes banner-specific fields, in case you had set an icon for the file.
- Fix Add/Change banner with local image command from showing no results when Banners folder is set to its default value (#33)
- Fix lower part of the banner being uninteractable when an icon is present
Changed
- When loading the plugin/opening a file, the banner source field will be pre-wrapped in quotes if it isn't already
- This is to avoid parsing errors for Live Preview
- Rename the Add/Change banner from clipboard command to Paste banner from clipboard
- Paste banner from clipboard command now wraps link in quotes
- I made the mistake of not doing this earlier, and thus why I have to do a precheck to pre-wrap the banner source field now, ay
Full Changelog: 1.2.2...1.3.0