- π€·ββοΈ Actually fixed the issue with the `lightbox` class being added on images and displaying weird on the Micro.blog timeline. For real this time!

Changelog
- π Fixed a potential issue when viewing posts, that contained an image, from your blog on the Micro.blog timeline. It seems someone used the same "Lightbox" class name in the CSS π (it was me!)
- πΎ Enabled Apple Podcasts to be embedded with your content. Just copy the full share URL and everything else will just work β it will pick out if it's a whole podcast listing or an episode link.
- π§Ή Tweaked max heights on the post option options for categories and embeds.
- πΎ Added the ability to override the search text that is shown on the search bar on the archive page. Head on over to Overrides for your blog to change these.
- πΎπ Added the ability to change your post url/slug after it has been published. Just change it and it'll save. This will also keep track of any previously used URLs and redirect to the new one automatically.
- π Fixed a bug where a category would show on your blog when you only had drafts within it.
- π Fixed a bug that wouldn't correctly identify image only posts causing no content to be rendered in the post list, and would fail other checks.
- πΎ Image only posts now have a title set in the browser: [Image β The publish date].
- πΎ Titles that start with a bullet point, like this changelog post, will now no longer show the first bullet point so it looks nicer.
- πΎ Added the ability to add an Apple Music & Spotify embed using a shortcode. Just copy and paste the url and it'll do the rest.
- πΎ Considering the above, shortcodes with the full URL will now work also as it's smarter with removing what it doesn't need when rendering the page. So you can do something like this:
Shortcodes with full URL - ππΎ Also fixed an issue with displaying the full shortcodes in the title and description of your post content (which the browser displays) β it'll now use some placeholder text instead, like [YouTube Video].
- π Fixed a bug where a post that would auto-save, but is then published, would be duplicated between draft state and a published state β creating two posts...
- π€·ββοΈποΈπΎ Added experimental support for natively uploading images from a URL when you paste it into the editor β so copy a URL of an image, paste it into the editor, and it'll upload (hopefully). After upload you still have to delete the actual URL text (going to work on that, maybe). Enjoy.
- πΎ Added a shortcodes shortcut pop-up to the editor so you can easily add available shortcodes. I'll expand these as I get requests, so let me know. Clicking on one will insert the necessary markup into the editor.
Shortcodes Pop-Up
- π π Fixed an issue causing sites to error with a menu that linked to an internal page. Sorry folks!
- π Fixed an issue that prevented you from deleting a blog from your account.
- πΎπ§Ή I'm slowly tweaking the design of some parts of Scribbles and will continue to tweak. Notable are the editor options for categories, dates and settings, and also the explore page and some of the dropdowns in the header area of the site. Also updated the design of the categories page a little and experimenting. Tweaking as I go whilst trying to keep personality.
- ππΎ Added support for JSON+LD automatically for your blogs and posts.
- ππΎ Added sitemaps for your blogs, again this happens automatically. Of note, Scribbles will honour if a blog is set as private and not display.
- πΎ Added basic robots.txt for blogs also. Again, Scribbles will honour if a blog is set as private and set this value accordingly.
For all the above additions I'll be making changes to allow you to set certain specifics like a proper "Author" tag for your JSON+LD data. Robots.txt is basic right now and I'll be adding the ability for you to add your own rules.
- π Fixed a bug that when "hide summary" was selected and nothing was shown for a title-less post β it'll now show the post text. The summary is only hidden when a post with a title is used.
- π Fixed a bug that didn't apply summary truncation in the post list.
- π€ Made the domain name verification system smarter so that we don't trigger false positives when setting up domains on your blog β sometimes it would send an email even if you hosted elsewhere.
- π Fixed an error when selecting a blog with no posts and the empty (get started) view was trying to figure out if you have previously set up your blog or not.
- π Fixed an issue where in rare cases a 404 page would throw an error when no associated blog was found.
- π§Ή Gave the domains page a bit of a refresh to make it more informative.
- π Fixed an issue where a link to a post might return a 404. Sorry about that.