mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Updates version information
This commit is contained in:
parent
d5c25527ac
commit
3a95001d1f
@ -1,5 +1,13 @@
|
|||||||
# OnionShare Changelog
|
# OnionShare Changelog
|
||||||
|
|
||||||
|
## 2.6.2
|
||||||
|
|
||||||
|
* Security fix: Removes newlines from History item path
|
||||||
|
* Security fix: Set a maximum length of 524288 characters for text messages in Receive mode
|
||||||
|
* Security fix: Allows only specific ASCII characters for usernames and removes control characters
|
||||||
|
* Security fix: Forcefully disconnect user from chat on `disconnect` event
|
||||||
|
* Security fix: Handle username validation excpeptions to prevent silent joining
|
||||||
|
|
||||||
## 2.6.1
|
## 2.6.1
|
||||||
|
|
||||||
* Release updates: Automate builds with CI, make just 64-bit Windows release, make a single universal2 release for both Intel and Apple Silicon macOS
|
* Release updates: Automate builds with CI, make just 64-bit Windows release, make a single universal2 release for both Intel and Apple Silicon macOS
|
||||||
|
@ -1 +1 @@
|
|||||||
2.6.1
|
2.6.2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "onionshare_cli"
|
name = "onionshare_cli"
|
||||||
version = "2.6.1"
|
version = "2.6.2"
|
||||||
description = "OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable web address so others can download files from you, or upload files to you. It does _not_ require setting up a separate server or using a third party file-sharing service."
|
description = "OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable web address so others can download files from you, or upload files to you. It does _not_ require setting up a separate server or using a third party file-sharing service."
|
||||||
authors = ["Micah Lee <micah@micahflee.com>"]
|
authors = ["Micah Lee <micah@micahflee.com>"]
|
||||||
license = "GPLv3+"
|
license = "GPLv3+"
|
||||||
|
@ -24,6 +24,6 @@
|
|||||||
<update_contact>micah@micahflee.com</update_contact>
|
<update_contact>micah@micahflee.com</update_contact>
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
<releases>
|
<releases>
|
||||||
<release type="development" date="2024-02-20" version="2.6.1" />
|
<release type="development" date="2024-03-18" version="2.6.2" />
|
||||||
</releases>
|
</releases>
|
||||||
</component>
|
</component>
|
||||||
|
2
desktop/poetry.lock
generated
2
desktop/poetry.lock
generated
@ -1018,7 +1018,7 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "onionshare-cli"
|
name = "onionshare-cli"
|
||||||
version = "2.6.1"
|
version = "2.6.2"
|
||||||
description = "OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable web address so others can download files from you, or upload files to you. It does _not_ require setting up a separate server or using a third party file-sharing service."
|
description = "OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable web address so others can download files from you, or upload files to you. It does _not_ require setting up a separate server or using a third party file-sharing service."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8,<3.12"
|
python-versions = ">=3.8,<3.12"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "onionshare"
|
name = "onionshare"
|
||||||
version = "2.6.1"
|
version = "2.6.2"
|
||||||
description = "OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable web address so others can download files from you, or upload files to you. It does _not_ require setting up a separate server or using a third party file-sharing service."
|
description = "OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable web address so others can download files from you, or upload files to you. It does _not_ require setting up a separate server or using a third party file-sharing service."
|
||||||
authors = ["Micah Lee <micah@micahflee.com>"]
|
authors = ["Micah Lee <micah@micahflee.com>"]
|
||||||
license = "GPLv3+"
|
license = "GPLv3+"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
# The version must be hard-coded because Snapcraft won't have access to ../cli
|
# The version must be hard-coded because Snapcraft won't have access to ../cli
|
||||||
version = "2.6.1"
|
version = "2.6.2"
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="onionshare",
|
name="onionshare",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
project = "OnionShare"
|
project = "OnionShare"
|
||||||
author = copyright = "Micah Lee, et al."
|
author = copyright = "Micah Lee, et al."
|
||||||
version = release = "2.6.1"
|
version = release = "2.6.2"
|
||||||
|
|
||||||
extensions = ["sphinx_rtd_theme"]
|
extensions = ["sphinx_rtd_theme"]
|
||||||
templates_path = ["_templates"]
|
templates_path = ["_templates"]
|
||||||
@ -25,7 +25,7 @@ languages = [
|
|||||||
("Tiếng Việt", "vi"), # Vietnamese
|
("Tiếng Việt", "vi"), # Vietnamese
|
||||||
]
|
]
|
||||||
|
|
||||||
versions = ["2.3", "2.3.1", "2.3.2", "2.3.3", "2.4", "2.5", "2.6", "2.6.1"]
|
versions = ["2.3", "2.3.1", "2.3.2", "2.3.3", "2.4", "2.5", "2.6", "2.6.1", "2.6.2"]
|
||||||
|
|
||||||
html_theme = "sphinx_rtd_theme"
|
html_theme = "sphinx_rtd_theme"
|
||||||
html_logo = "_static/logo.png"
|
html_logo = "_static/logo.png"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: onionshare
|
name: onionshare
|
||||||
base: core22
|
base: core22
|
||||||
version: "2.6.1"
|
version: "2.6.2"
|
||||||
summary: Securely and anonymously share files, host websites, and chat using Tor
|
summary: Securely and anonymously share files, host websites, and chat using Tor
|
||||||
description: |
|
description: |
|
||||||
OnionShare lets you securely and anonymously send and receive files. It works by starting
|
OnionShare lets you securely and anonymously send and receive files. It works by starting
|
||||||
|
Loading…
Reference in New Issue
Block a user