Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Releases: valknight/Cohost.py

0.5.1 - The Sharing Update

14 Aug 21:22
af4631f
Compare
Choose a tag to compare

What's Changed

  • Adding share methods to Post and Project objects by @sakimori in #39

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

18 Mar 12:33
995d30c
Compare
Choose a tag to compare

What's Changed

  • ~ [Post.py] Fixed a small breaking typo in the key for transparentShareOfPostId by @theturfster in #38

New Contributors

Full Changelog: release/0.4.0...release/0.4.1

0.4.0 - Full ask compatibility

30 Sep 00:25
Compare
Choose a tag to compare

New features

  • add support for listing asks by @a-e-m in #34

Fixes

  • Explicitly add py.typed during build process by @aitorres in #33

New Contributors

  • @a-e-m made their first contribution in #34

Full Changelog: release/0.3.3...release/0.4.0

0.3.3 - mypy type checking compatibility

10 Sep 22:45
e72d685
Compare
Choose a tag to compare

0.3.2 - Slight notification fixes

12 Jul 22:54
5e780db
Compare
Choose a tag to compare

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!

  • Retain toPost during notification ungrouping - #30
  • Fixed reversed transparent share logic - #31

[ This is a respun release, due to forgetting to bump the version number ]

0.3.1 - GIF Support

11 Jul 04:07
Compare
Choose a tag to compare

This is a super tiny release! It literally just adds support for posting GIFs. That's it. Enjoy!

0.3.0

05 Jul 01:28
f0ae0be
Compare
Choose a tag to compare
  • Added ability to ask asks, via "Project.ask"
  • Lots of code cleanup and reformatting

0.2.4

08 Nov 21:44
Compare
Choose a tag to compare

wow! so many changes

new things:

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:

0.2.2

07 Nov 01:07
b136c73
Compare
Choose a tag to compare
  • added alt_text option to AttachmentBlock - use it for all your alt_text / image description needs

0.2.1

06 Nov 19:43
9ce55ee
Compare
Choose a tag to compare
  • 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