This is a minor release with two big improvements:
Lazy loading
@creinig noticed that you cannot invoke random tip without invoking the picker first. It turned out that the problem occurs when a plugin is loaded lazily by using a key mapping defined in plugin konfiguration. It was definitely a bug that helped me to implement lazy loading correctly. Check README if you want to see how to lazy load this plugin properly (actually it’s a copy of configuration that @creinig is using. A big thanks to him!
Configurable random tip footer
A few users complained that the footer under the random tip is annying. I did not want to remove it completely. But I introduced option show_daily_tip_footer that you can set to *fa…
This is a minor release with two big improvements:
Lazy loading
@creinig noticed that you cannot invoke random tip without invoking the picker first. It turned out that the problem occurs when a plugin is loaded lazily by using a key mapping defined in plugin konfiguration. It was definitely a bug that helped me to implement lazy loading correctly. Check README if you want to see how to lazy load this plugin properly (actually it’s a copy of configuration that @creinig is using. A big thanks to him!
Configurable random tip footer
A few users complained that the footer under the random tip is annying. I did not want to remove it completely. But I introduced option show_daily_tip_footer that you can set to false if you want so (default is true).
Full Changelog: v0.7.2...v0.7.3