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

Releases: beeper/linkedin

v0.5.4

Choose a tag to compare

@sumnerevans sumnerevans released this 23 Dec 08:55
v0.5.4
62c9006

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

Choose a tag to compare

@sumnerevans sumnerevans released this 19 Aug 19:47
v0.5.3
8bba0b1

Migrated to GitHub. You should change all of your Docker images to point to ghcr rather than registry.gitlab.com. For example:

registry.gitlab.com/beeper/linkedin:latest

should become

ghcr.io/beeper/linkedin:latest

You'll also need to change your git commit URLs.

Features

  • Implemented typing notifications
  • Implemented read receipts

Other changes:

  • Switched to GitHub Actions for CI/CD
  • Added pre-commit config to help prevent bad pushes
  • Upgraded mautrix to ^0.17.6
  • Upgraded linkedin-messaging to ^0.5.2
  • Converted to use isort instead of flake8-import-order

v0.5.2

Choose a tag to compare

@sumnerevans sumnerevans released this 19 Aug 19:18
v0.5.2
2986f5b
  • Upgraded mautrix to ^0.14.0
  • Major improvements across the board for message send status reporting via native Matrix notices and via message send checkpoints.