Releases: mod-posh/Post2BlueSky
Releases · mod-posh/Post2BlueSky
v0.0.2.11 Release
[0.0.2.10] - 2024-01-17
There was an issue between 2.7 and 2.10, basically I was misunderstanding byteEnd. This has been corrected, byteEnd is now the the last character in the string to be linked from the start of the string. Originally this was just the length of the string replaced, this resulted in odd placements or no placements of the link.
What's Changed:
- Updated the logic to add the startIndex to the endIndex for a proper byteEnd value in the json
Full Changelog: v0.0.2.0...v0.0.2.11
BUGFIX Release
v0.0.2.9 Change up the anchor with the url
BUGFIX Release
v0.0.2.8 Output the post data for review
This release corrects an issue with how the links were presented.
Pre-release
[0.0.2.7] - 2024-01-17
This release corrects an issue with how the links were presented. The message retained the github markdown format which looked odd in a post, so it's been updated now to remove the markdown in favor of creating a link for just the word in the brackets
What's Changed:
- Added logic to process the message for each markdown block
- If the link is found
- The link is replaced with the anchor word and the message is updated
- The facet is created with the new location of the anchor in the message
BUGFIX Release
v0.0.2.10 Post should now have a proper link
This release makes the message a little more github friendly
Pre-release
This is a functional change, the Action now only posts a message,
Pre-release
[0.0.2.5] - 2024-01-16
This is a functional change, the Action now only posts a message, with an optional link(s)
What's Changed:
- Added logic to build the message
- If a link is present, test for a list
- iterate over the list of links to populate the embeds
BUGFIX Release
v0.0.2.4 Updated to include message variable
BUGFIX Release
v0.0.2.3 Updated to include verbose variable
BUGFIX Release
v0.0.2.2 Secrets not currently supported for composite actions