This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Releases: valknight/Cohost.py
Releases · valknight/Cohost.py
0.5.1 - The Sharing Update
What's Changed
New Contributors
Full Changelog: release/0.4.1...release/0.5.1
(The 0.0.1 bump is because I forgot to do a version bump, so the initial release died)
release/0.4.1
What's Changed
- ~ [Post.py] Fixed a small breaking typo in the key for transparentShareOfPostId by @theturfster in #38
New Contributors
- @theturfster made their first contribution in #38
Full Changelog: release/0.4.0...release/0.4.1
0.4.0 - Full ask compatibility
0.3.3 - mypy type checking compatibility
0.3.2 - Slight notification fixes
No big release note on cohost-py account for this one just yet as I'm absolutely shattered from develop:brighton - but, wanted to get these fixes live ASAP.
Thanks to @lunasorcery for the following fixes!
[ This is a respun release, due to forgetting to bump the version number ]
0.3.1 - GIF Support
This is a super tiny release! It literally just adds support for posting GIFs. That's it. Enjoy!
0.3.0
- Added ability to ask asks, via "Project.ask"
- Lots of code cleanup and reformatting
0.2.4
wow! so many changes
new things:
- post editing! ( @CrCrate )
- posts don't need to have blocks to be posted! ( @valknight )
fixed things:
- changed user agent so cloudflare doesn't do a sad ( this is actually fixed in 0.2.3 but i forgot to do a github release for that ) ( @valknight )
code quality:
- removed backports dependency ( @oliviacrain )
- cleaned up unsued imports ( @oliviacrain )
0.2.2
- added
alt_text
option to AttachmentBlock - use it for all your alt_text / image description needs
0.2.1
- python 3.8 support! (and likely lower but I haven't tested, and that's the big one people want)
- notification improvements
- pagified notif support
- changed default notification count returned to 10
- fixed notifications of comments in relation to a deleted post
- previously this would explode and hang forever, and also tie your CPU at 100%. we decided this, technically speaking, was a Bad Thing
- added option to accurately get All Notifications if you really want that