A simple Ruby server using Sinatra that serves Bluesky custom feeds

release 0.1.6

+5 -1
+4
CHANGELOG.md
··· 1 + ## [0.1.6] - 2025-07-17 2 + 3 + - detect PDS hostname automatically in the `bluesky:publish` Rake task 4 + 1 5 ## [0.1.5] - 2025-03-20 2 6 3 7 - added support for feed content mode field (video feeds)
+1 -1
lib/blue_factory/version.rb
··· 1 1 module BlueFactory 2 - VERSION = "0.1.5" 2 + VERSION = "0.1.6" 3 3 end