Little dev note
Hi all,
Things are proceeding very well with the project and in normal circumstances I'd start the process to go to a stable version and out of beta (we need to come up with a good name for the project!!)
However as many of you know my kid just had his SECOND liver transplant (he's 3yo). This means I'm way way slower than I'd like to be <3
Changelogs
bugfixes
- Fix positioning on time filter so on mobile it doesn't go outside the viewport
- Remove ugly scrollbar on search result tabs when it needs scrolling, it looks better without
- Plugins/themes/engines were not understanding default values and were always falsly showing as configured. They now show an orange dot if they have required fields not being configured and a green dot if nothing is needed for the plugin to work by default.
- Make sure plugin assets are only loaded if a plugin is enabled
- Change google user agents, we're starting to play cat and mouse with google lol
features
- Improve system to pull extensions into the store, repos automatically pull on refresh but individual plugins will need to be manually updated (or you can update them all with the handy "update all" button). Developers will need to remember to update the
package.jsonof extension repositories so the store knows new versions are available. This way users can make conscious decisions based on changelog rather than blindly update everything. - Allow plugin developers to let user choose positioning of slot plugin via settings.
- Allow POST request from engines that use graphql