Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 62c9006

Browse files
committed
changelog: update for v0.5.4
Signed-off-by: Sumner Evans <sumner@beeper.com>
1 parent 4ede452 commit 62c9006

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# v0.5.4
2+
3+
**Migrated away from Poetry**. The dependency management was getting very
4+
annoying, and it was quite different from the dependency management of all of
5+
the other mautrix Python bridges, so I switched to use `setup.py` and
6+
`requirements.txt`.
7+
8+
**Features**
9+
10+
* Added `login-manual` option to log in to LinkedIn using a manual login flow.
11+
12+
You can now pull the cookies manually from within an incognito browser after
13+
logging in instead of using the (very unreliable) old login method.
14+
15+
* Added personal filtering space support.
16+
17+
**Internal**
18+
19+
* Updated to `mautrix>=0.18.7,<0.19`.
20+
* Add support for SQLite.
21+
122
# v0.5.3
223

324
**Migrated to GitHub**. You should change all of your Docker images to point to

linkedin_matrix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.5.3"
1+
__version__ = "0.5.4"
22
__author__ = "Sumner Evans <inquiries@sumnerevans.com>"

0 commit comments

Comments
 (0)