Skip to content

Releases: mod-posh/Post2BlueSky

This is a functional change, the Action now only posts a message, there is no message creation within the Action

16 Jan 21:05
Compare
Choose a tag to compare

[0.0.2.1] - 2024-01-16

This is a functional change, the Action now only posts a message, there is no message creation within the Action. This can be externalized by some other process.

What's Changed:

  1. Removed message creation logic
  2. Added logic to test incoming message
    1. If plain-text, create a record and repo then post
    2. If it's a record object missing a repo, one is constrcuted and then posted
    3. If it's a proper bsky post object, it's posted
  3. Moved the apikey and identifier into env variables
  4. Added verbose logic

v0.0.2.0

10 Jan 17:10
Compare
Choose a tag to compare

[0.0.2.0] - 2024-10-10

This is a breaking change from previous versions, I have moved from Python to Powershell for the script. This allows me to easily test and work on these locally, as most of what I write is actually in PowerShell or C#.

  • post2bsky.ps1: A rewrite of the script in PowerShell with better error handling and a more uniform layout.
  • post2bsky.yml: Updated to work with PowerShell script.
  • action.yml: Updated to work with PowerShell script.

Full Changelog: v0.0.1.3...v0.0.2.0

BUGFIX Release

09 Jan 20:26
Compare
Choose a tag to compare

Updated Action

09 Jan 16:13
Compare
Choose a tag to compare

BUGFIX Release

08 Jan 23:15
Compare
Choose a tag to compare

This release removed an unneeded library and corrected the licensing model.

Full Changelog: v0.0.1.0...v0.0.1.1

Initial Marketplace Release

08 Jan 19:51
Compare
Choose a tag to compare

Overview

Post2BlueSky is a GitHub Action designed to send notifications to BlueSky social media whenever new content is published. It's particularly useful for automated blog post updates.

Requirements

  • GitHub repository with GitHub Actions enabled.
  • BlueSky API key and Identifier.

v0.0.0.1

08 Jan 19:39
Compare
Choose a tag to compare

This is the first release of this workflow. Please see the readme for more detailed usage information.

Full Changelog: https://github.com/jeffpatton1971/Post2BlueSky/commits/v0.0.0.1