Skip to content

Releases: mollyim/mollysocket

1.5.2

11 Nov 19:01
Compare
Choose a tag to compare

Prevent updating credentials of an healthy connection. This could be used to disconnect another user account.

1.5.1

26 Oct 09:44
Compare
Choose a tag to compare
  • Add WebPush headers
  • Add VAPID support
  • Add QR code to link mollysocket
  • Allow clients to request a ping during registration
  • Update last registration for running connections
  • Add container based on alpine

1.5.0

25 Oct 14:23
Compare
Choose a tag to compare
1.5.0 Pre-release
Pre-release
  • Add WebPush headers
  • Add VAPID support
  • Add QR code to link mollysocket
  • Allow clients to request a ping during registration
  • Update last registration for running connections
  • Add container based on alpine

Note: CI is fixed with 1.5.1

1.4.1

17 Aug 15:17
a5b3081
Compare
Choose a tag to compare
  • Push test message when credentials are updated
  • Update dependencies

1.4.0

21 May 20:46
Compare
Choose a tag to compare
  • Send a ping for each new connection
  • Update dependencies

1.3.0

24 Mar 14:32
Compare
Choose a tag to compare
  • New option to disable the WebServer (thanks @networkException)
  • Reduce container size (thanks @pimlie)
  • Add --anonymized flag to redact sensitive information from the connection list command
  • Add connection ping command to send a test notification from MollySocket to Molly
  • Update dependencies

1.2.0

05 Dec 08:36
Compare
Choose a tag to compare

⚠️ Some config parameters were renamed, you may need to update your conf

  • Refactor cli:
    • Add -v/-vv/-vvv to control verbosity
    • Add -c to set config file
  • Refactor config:
    • Use environment vars MOLLY_{PARAM_NAME} (like MOLLY_DB) to configure MollySocket. This is useful with docker-compose
    • Config file doesn't need to set all parameters anymore
    • Change default allowed_endpoints to ["*"]
  • Use environment vars in docker-compose
  • Kill systemd service on stop
  • Update dependencies

Thanks @reportingissue !

1.1.1

17 Nov 18:23
Compare
Choose a tag to compare

Change default allowed_endpoints to ["https://ntfy.sh/", "https://up.conversations.im/", "https://fcm.distributor.unifiedpush.org/"]

1.1.0

13 Nov 11:36
Compare
Choose a tag to compare
  • Reduce number of push messages: non-urgent messages (read receipt, view indicator, etc.) are not pushed.
  • This is the first version to support notifications with locked databases (feature coming soon to the Android app).

1.0.1

07 Nov 15:25
Compare
Choose a tag to compare

Fix status for invalid endpoint and uuid