Releases: mollyim/mollysocket
Releases · mollyim/mollysocket
1.3.0
- 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
- Refactor cli:
- Add -v/-vv/-vvv to control verbosity
- Add -c to set config file
- Refactor config:
- Use environment vars
MOLLY_{PARAM_NAME}
(likeMOLLY_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
- Use environment vars in docker-compose
- Kill systemd service on stop
- Update dependencies
Thanks @reportingissue !
1.1.1
Change default allowed_endpoints
to ["https://ntfy.sh/", "https://up.conversations.im/", "https://fcm.distributor.unifiedpush.org/"]
1.1.0
- 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).