Releases: shabegom/buttons
Buttons 0.5.1 - Templater Fixes
This release fixes a bunch of issues caused by the change in how Templater commands were being processed. It should solve many many many problems with creating a new note from a template.
What's Changed
Full Changelog: 0.5.0...0.5.1
It's aliiiive
Holy shit, look at all these awesome people that helped improve Buttons!
This release is going to break stuff. 🤷
Enhancement: Moved to more reliable templater processor
Bugfix: buttons now render in Live Preview mode when Obsidian starts (Lx)
Bugfix: improve reliability of templater option (Lx)
Enhancement: improve speed of remove option (Lx)
Feature: Add default folder and prompt for name settings (unxok)
Features: Button type copy for "copy text to clipboard", and custom color for button background and tex (rafa-carmo)
Feature: adds hidden attribute to buttons (Liimurr)
Enhancement: Create folder for new note if it doesn't exist (SabriDW)
Bugfix: fix template search with folders having "/" prefixed (Balake)
Feature: Open new tab when creating new file (0snug0)
Update Readme: new note from template (antulik)
What's Changed
- #101 #67 fixed by @cumany in #105
- Bug fix: improve
templater
option reliability by @Lx in #117 - Faster
remove
by @Lx in #118 - Change the template insertion method. by @Navirl in #162
- Update Readme: new note from template by @antulik in #163
- Add Prepend and Append logic to Command buttons by @pangolinsec in #169
- New Feature: Open new tab when creating new file by @0snug0 in #176
- Fixed remove in the modal (#97) by @RazMag in #182
- fix template search with folders having "/" prefixed by @Balake in #197
- Create folder for new note if it doesn't exist by @SabriDW in #199
- adds hidden attribute to buttons, and copy type button by @Liimurr in #200
- New features: Button type copy for "copy text to clipboard", and custom color for button background and text by @rafa-carmo in #202
- Add default folder and prompt for name settings by @unxok in #204
- Post pr merge fixes by @shabegom in #205
New Contributors
- @cumany made their first contribution in #105
- @Navirl made their first contribution in #162
- @antulik made their first contribution in #163
- @pangolinsec made their first contribution in #169
- @0snug0 made their first contribution in #176
- @RazMag made their first contribution in #182
- @Balake made their first contribution in #197
- @SabriDW made their first contribution in #199
- @Liimurr made their first contribution in #200
- @rafa-carmo made their first contribution in #202
- @unxok made their first contribution in #204
Full Changelog: 0.4.19...0.5.0
Bugfix: fix inline button positioning on mobile
What's Changed
- Inline button: fix on mobile by @OuchPotato in #141
New Contributors
- @OuchPotato made their first contribution in #141
Full Changelog: 0.4.18...0.4.19
Bugfix: Button Colors
This release fixes a bug introduced with Obsidian 1.0 where button colours weren't working
It also adds a note about the upcoming Buttons 1.0 release
What's Changed
Full Changelog: 0.4.17...0.4.18
Bugfix: Buttons render on obsidian load
Fix by @Lx to have buttons in live preview render properly when obsidian loads.
Bugfix: Templater and trimming whitespace
What's Changed
- Templater changed the templates folder setting, so Templater templates were broken. Should be fixed.
- Some folks were having issues with
calculate
buttons. I believe it could be a whitespace issue, so I'm trimming whitespace now...
Bugfix: Inline Buttons Render on Initial Load
In 0.4.13 I introduced a bugfix to render inline buttons on initial load. It kind of worked
In 0.4.14 I thought I made it better, but it stopped working altogether.
In this release, I think I have totally nailed it!!!
Bugfix: Inline Buttons Render on Initial Load of Mobile App
The previous fix in 0.4.13 is working beautifully for the desktop app. It is so nice! But it isn't working at all on mobile. So this update is to handle the mobile app.
Sidenote: testing the mobile app is hard! I didn't catch the bug until after the last release, and now I'm hoping this will fix it... 😨
Oh..this also adds the ability for you to use HTML in a button's name. pretty cool. 😉
Safer initial Inline Button rendering
in 0.4.12 I fixed a bug where inline buttons weren't rendering on first load of a vault. The fix was pretty janky, so I went back and made it safer and more likely to work. I also learned how to create and emit my own Events, which will come in handy for future development!