Releases: mod-posh/Post2BlueSky
This is a functional change, the Action now only posts a message, there is no message creation within the Action
[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:
- Removed message creation logic
- Added logic to test incoming message
- If plain-text, create a record and repo then post
- If it's a record object missing a repo, one is constrcuted and then posted
- If it's a proper bsky post object, it's posted
- Moved the apikey and identifier into env variables
- Added verbose logic
v0.0.2.0
[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
Full Changelog: v0.0.1.2...v0.0.1.3
Updated Action
Full Changelog: v0.0.1.1...v0.0.1.2
BUGFIX Release
This release removed an unneeded library and corrected the licensing model.
Full Changelog: v0.0.1.0...v0.0.1.1
Initial Marketplace Release
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
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