Releases: jeremyfelt/shortnotes
Releases · jeremyfelt/shortnotes
Shortnotes 1.6.2
1.6.2
- Fix an issue when prepending reply markup to content during an oembed request. Thanks jorbin!
- Update
@wordpress/scripts
dependency to 26.15.0. - Add phpstan configuration.
- Remove old, unnecessary pre-PHP 5.6 notice.
- Confirm upcoming WordPress 6.4 support.
Shortnotes 1.6.1
1.6.1
- Remove
vendor/
directory from distribution. 🤦🏻♂️
Shortnotes 1.6.0
1.6.0
- Improve title generation when a note starts with a quote.
- Improve text formatting of notes posted to Mastodon through Share on Mastodon:
- Avoid duplicate dashes when a note with a quote is transformed for Mastodon.
- Remove leading and trailing double quotes of all flavors when a note with a quote is transformed for Mastodon.
- Ensure persisting line breaks for preformatted blocks with
<br>
tags. - Improve handling of lists and list items when transforming content for Mastodon.
- Update
@wordpress/scripts
dependency to 26.8.0.
Shortnotes 1.5.0
1.5.0
- Improve text formatting of notes posted to Mastodon through Share on Mastodon:
- Transform quote block to a text representation of the quote and citation.
- Transform embed blocks to a raw URL.
- Improve transformation of paragraph blocks.
- Improve extraction of anchor hrefs from markup.
- Properly reply to a previous note's corresponding Mastodon post.
- Remove hacky filtering of Share on Mastodon.
- This is technically a back-compat break for Share on Mastodon <0.9.
- Use the quote block to generate a note title, if available.
- Update
@wordpress/scripts
dependency to 25.5.1.
Shortnotes 1.4.0
1.4.0
- Integrate with Share on Mastodon plugin to send notes to Mastodon:
- Full note text is sent to Mastodon with stripped HTML.
- If a repy to URL is a Mastodon post, it will appear as a reply in Mastodon.
- Fix an issue where titles did not generate as expected on scheduled notes.
- Update
@wordpress/scripts
dependency to 24.6.0. - Confirm WordPress 6.1 support.