mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-18 13:24:12 -05:00
Version bump to 2.6.dev1
This commit is contained in:
parent
18a3ebbb1b
commit
172d0315a6
@ -1,5 +1,9 @@
|
|||||||
# OnionShare Changelog
|
# OnionShare Changelog
|
||||||
|
|
||||||
|
## 2.6
|
||||||
|
|
||||||
|
* TODO
|
||||||
|
|
||||||
## 2.5
|
## 2.5
|
||||||
|
|
||||||
* Security fix: Sanitize the path parameter in History item widget to be plain text
|
* Security fix: Sanitize the path parameter in History item widget to be plain text
|
||||||
|
@ -1 +1 @@
|
|||||||
2.5
|
2.6.dev1
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "onionshare_cli"
|
name = "onionshare_cli"
|
||||||
version = "2.5"
|
version = "2.6"
|
||||||
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="2022-01-17" version="2.5" />
|
<release type="development" date="2022-06-19" version="2.6" />
|
||||||
</releases>
|
</releases>
|
||||||
</component>
|
</component>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "onionshare"
|
name = "onionshare"
|
||||||
version = "2.5"
|
version = "2.6"
|
||||||
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.5"
|
version = "2.6"
|
||||||
|
|
||||||
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.5"
|
version = release = "2.6"
|
||||||
|
|
||||||
extensions = ["sphinx_rtd_theme"]
|
extensions = ["sphinx_rtd_theme"]
|
||||||
templates_path = ["_templates"]
|
templates_path = ["_templates"]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: onionshare
|
name: onionshare
|
||||||
base: core18
|
base: core18
|
||||||
version: '2.5'
|
version: "2.6"
|
||||||
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
|
||||||
@ -15,7 +15,7 @@ apps:
|
|||||||
onionshare:
|
onionshare:
|
||||||
common-id: org.onionshare.OnionShare
|
common-id: org.onionshare.OnionShare
|
||||||
command: onionshare
|
command: onionshare
|
||||||
extensions: [ gnome-3-34 ]
|
extensions: [gnome-3-34]
|
||||||
plugs:
|
plugs:
|
||||||
- desktop
|
- desktop
|
||||||
- home
|
- home
|
||||||
|
Loading…
x
Reference in New Issue
Block a user