Skip to content

Releases: mollyim/mollysocket

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

1.0.0

02 Nov 20:31
Compare
Choose a tag to compare

🎉