Skip to content

Releases: mod-posh/Post2BlueSky

v0.0.2.11 Release

17 Jan 14:44
Compare
Choose a tag to compare

[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:

  1. 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

17 Jan 14:22
Compare
Choose a tag to compare
Pre-release
v0.0.2.9

Change up the anchor with the url

BUGFIX Release

17 Jan 14:07
Compare
Choose a tag to compare
Pre-release
v0.0.2.8

Output the post data for review

This release corrects an issue with how the links were presented.

17 Jan 13:54
Compare
Choose a tag to compare

[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:

  1. Added logic to process the message for each markdown block
  2. If the link is found
    1. The link is replaced with the anchor word and the message is updated
    2. The facet is created with the new location of the anchor in the message

BUGFIX Release

17 Jan 14:32
Compare
Choose a tag to compare
Pre-release
v0.0.2.10

Post should now have a proper link

This release makes the message a little more github friendly

16 Jan 23:15
Compare
Choose a tag to compare

[0.0.2.6] - 2024-01-16

This release makes the message a little more github friendly, links should be notated in github markdown.

What's Changed:

  1. Added logic to build the message
  2. If a link is present it is parsed out
    1. iterate over the list of links to populate the facets

This is a functional change, the Action now only posts a message,

16 Jan 22:31
Compare
Choose a tag to compare

[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:

  1. Added logic to build the message
  2. If a link is present, test for a list
    1. iterate over the list of links to populate the embeds

BUGFIX Release

16 Jan 21:25
Compare
Choose a tag to compare
Pre-release
v0.0.2.4

Updated to include message variable

BUGFIX Release

16 Jan 21:18
Compare
Choose a tag to compare
Pre-release
v0.0.2.3

Updated to include verbose variable

BUGFIX Release

16 Jan 21:14
Compare
Choose a tag to compare
Pre-release
v0.0.2.2

Secrets not currently supported for composite actions