Skip to content

Commit

Permalink
changelog: update for v0.5.4
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <sumner@beeper.com>
  • Loading branch information
sumnerevans committed Dec 23, 2022
1 parent 4ede452 commit 62c9006
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# v0.5.4

**Migrated away from Poetry**. The dependency management was getting very
annoying, and it was quite different from the dependency management of all of
the other mautrix Python bridges, so I switched to use `setup.py` and
`requirements.txt`.

**Features**

* Added `login-manual` option to log in to LinkedIn using a manual login flow.

You can now pull the cookies manually from within an incognito browser after
logging in instead of using the (very unreliable) old login method.

* Added personal filtering space support.

**Internal**

* Updated to `mautrix>=0.18.7,<0.19`.
* Add support for SQLite.

# v0.5.3

**Migrated to GitHub**. You should change all of your Docker images to point to
Expand Down
2 changes: 1 addition & 1 deletion linkedin_matrix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.5.3"
__version__ = "0.5.4"
__author__ = "Sumner Evans <inquiries@sumnerevans.com>"

0 comments on commit 62c9006

Please sign in to comment.