Skip to content

Releases: dscottboggs/mastodon-async

Fix notification dismissal route

21 Oct 14:35
2e07180
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

11 Jul 16:00
b0b620f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.3.0

v1.2.2

10 Jun 17:26
db6cbdb
Compare
Choose a tag to compare

These are just some bug fixes that have come through. As has been the case for a while now, keep an eye on the comb branch for progress towards v2.

Thank you very much to everyone who's been helping get this project over the finish line!

What's Changed

  • Update html2text requirement from 0.4.4 to 0.5.0 by @dependabot in #92
  • build: set the rust msrv to 1.65 by @joshka in #98
  • fix: authenticate in page_next/page_prev calls by @joshka in #97
  • fix: next/prev page handling in Page struct by @joshka in #99
  • Update html2text requirement from 0.5.0 to 0.6.0 by @dependabot in #101
  • Update criterion requirement from 0.4.0 to 0.5.1 by @dependabot in #102
  • Adding an explicit time >= 0.3.16 by @baummarten in #103

Full Changelog: v1.2.1...v1.2.2

Fix: replace `is_variant` with `derive_is_enum_variant`

19 Mar 16:04
e6aae90
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

1.2.0

27 Feb 14:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

29 Jan 12:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.1.0

v1.0.3

29 Dec 12:00
Compare
Choose a tag to compare

Better fixes #6 and adds various enhancements. Big thanks to @matthiasbeyer and @ckruse for contributing fixes and enhancements and providing valuable feedback.

Full Changelog: v1.0.1...v1.0.3

Bugfix release

26 Dec 22:51
Compare
Choose a tag to compare

This resolves #6 (where media filetype was not transmitted to the server) and #7 (where statuses posted with hashtags posted but parsing the response resulted in an error)

Add descriptions to media

25 Dec 12:11
Compare
Choose a tag to compare

Initial release

23 Dec 17:32
62dee52
Compare
Choose a tag to compare
Merge pull request #2 from dscottboggs/fix/examples

Pre-release tasks

- chang the name of the project from elefren to mastodon-async
- fix and updates some documentation
- fix the examples