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

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Apr 6, 2022
1 parent 10a1181 commit 5ebf4be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# v0.1.3 (unreleased)
# v0.1.3 (2022-04-06)

* Added support for Matrix->Instagram replies.
* Added support for sending clickable links with previews to Instagram.
* Added support for creating DMs from Matrix (by starting a chat with a ghost).
* Added option to use [MSC2246] async media uploads.
* Added support for logging in with a Facebook token in the provisioning API.
* Added support for sending giphy gifs (requires client support).
* Changed some fields to stop the user from showing up as online on Instagram
all the time.
* Fixed messages on Instagram not being marked as read if last event on Matrix
Expand Down
2 changes: 1 addition & 1 deletion mautrix_instagram/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.1.2"
__version__ = "0.1.3"
__author__ = "Tulir Asokan <[email protected]>"

0 comments on commit 5ebf4be

Please sign in to comment.