diff --git a/RELEASE.md b/RELEASE.md index 5d28a40f..e69a8184 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -14,6 +14,8 @@ Before making a release, you must update the version in these places: - [ ] `docs/source/conf.py` (`version` at the top, and the `versions` list too) - [ ] `snap/snapcraft.yaml` +If you update flask-socketio, ensure that you also update the [socket.io.min.js](https://github.com/micahflee/onionshare/blob/develop/cli/onionshare_cli/resources/static/js/socket.io.min.js) file to a version that is [supported](https://flask-socketio.readthedocs.io/en/latest/#version-compatibility) by the updated version of flask-socketio. + Use tor binaries from the latest Tor Browser: - [ ] `desktop/scripts/get-tor-osx.py` diff --git a/cli/onionshare_cli/resources/templates/receive.html b/cli/onionshare_cli/resources/templates/receive.html index c28813ea..159bfac5 100644 --- a/cli/onionshare_cli/resources/templates/receive.html +++ b/cli/onionshare_cli/resources/templates/receive.html @@ -21,11 +21,13 @@ {% if not disable_text and not disable_files %}
Submit Files or Messages
-You can submit files, a message, or both
+You can submit files, a message, or both.
+Remember, you are accessing this service anonymously! Provide contact info if you want a response to the message.
{% endif %} {% if not disable_text and disable_files %}Submit Messages
-You can submit a message
+You can submit a message.
+Remember, you are accessing this service anonymously! Provide contact info if you want a response to the message.
{% endif %} {% if disable_text and not disable_files %}Submit Files
@@ -61,4 +63,4 @@