Skip to content

Latest commit

 

History

History
99 lines (52 loc) · 2.26 KB

CHANGELOG.md

File metadata and controls

99 lines (52 loc) · 2.26 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.5.1] - 2025-01-26

Changed

  • Minor dependency updates

Fixed

  • Fixed an issue in which posted messages were not being tracked successfully on Bluesky, leading to duplicates
  • Cleaner filtering of reblogs and replies for Bluesky and Mastodon
  • Cleaner logging statements

[0.5.0] - 2025-01-19

Added

  • Implemented Bluesky connection with read and write support

Changed

  • Minor dependency updates

Fixed

  • Addressed a bug that caused messages to constantly push in a loop due to not keeping track of previously seen messages properly. New unit tests added to prevent this issue from arising again in the future.

[0.4.0] - 2025-01-11

Added

  • Implemented Twitter connection with support for write-only mode

Changed

  • Dependency updates

[0.3.0] - 2024-09-25

Changed

  • Dependency updates

Removed

[0.2.1] - 2023-09-27

Changed

  • Test coverage for Cohost Connection increased

[0.2.0] - 2023-09-26

Added

  • Initial implementation of a Cohost connection. This is the first version to officially support distinct channels!

Changed

  • Test coverage for Mastodon Connection increased

[0.1.2] - 2023-09-09

Added

  • Library is now marked as a typed package

Fixed

  • Messages retrieved from Mastodon will no longer include HTML tags

[0.1.1] - 2023-09-09

Added

  • Messages are now wrapped in a custom wrapper class to allow connections to provide with optional metadata

Fixed

  • Connections no longer will attempt to queue / distribute a fetched message that they actually posted before (i.e. only messages posted outside of each connection will be queued)
  • Use most recent Mastodon status to retrieve next min_id

[0.1.0] - 2023-09-09

Initial release!

Added

  • Initial implementation of the Barkr social media cross-posting tool.
  • Implementation of a Mastodon connection
  • Basic documentation for the project