this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

release: 0.2.0

Signed-off-by: Nick Gerakines <12125+ngerakines@users.noreply.github.com>

+15
+15
CHANGELOG.md
··· 1 + ## [0.2.0] - 2024-11-07 2 + 3 + ### Changed 4 + 5 + - Add describeFeedGenerator endpoint (#1) 6 + - Typo in app.bsky.feed.generator example (#2) 7 + - Attempting to avoid 'Destination buffer is too small' error by creating decoding buffer 3x larger than max size 8 + - Compression configuration option 9 + - Post at-uri matching 10 + - Added match likes playbook 11 + - Updating readme to include COLLECTIONS 12 + - Setting version to 0.2.0 13 + 1 14 ## [0.1.2] - 2024-11-05 2 15 3 16 ### Added ··· 12 25 - Using i64 values from peer feedback. 13 26 - Optionally display deny post 14 27 - Setting version to 0.1.2 28 + - 0.1.2 15 29 16 30 ## [0.1.1] - 2024-11-05 17 31 ··· 24 38 - Setting version to 0.1.1 25 39 - 0.1.1 26 40 41 + [0.2.0]: https://github.com/astrenoxcoop/supercell/compare/0.1.2..0.2.0 27 42 [0.1.2]: https://github.com/astrenoxcoop/supercell/compare/0.1.1..0.1.2 28 43 [0.1.1]: https://github.com/astrenoxcoop/supercell/compare/0.1.0..0.1.1 29 44