mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-23 07:59:50 -05:00
Version bump to 1.2 and updated changelog
This commit is contained in:
parent
f499b126cc
commit
1d1648bb90
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,15 @@
|
|||||||
# OnionShare Changelog
|
# OnionShare Changelog
|
||||||
|
|
||||||
|
## 1.2
|
||||||
|
|
||||||
|
* New feature: Support for Tor bridges, including obfs4proxy
|
||||||
|
* New feature: Ability to use a persistent URL
|
||||||
|
* New feature: Auto-stop timer, to stop OnionShare at a specified time
|
||||||
|
* New feature: Get notification when Tor connection dies
|
||||||
|
* Updated versions of python, Qt, tor, and other dependencies that are bundled
|
||||||
|
* Added ability to supply a custom settings file as a command line arg
|
||||||
|
* Fixed various small user interface issues
|
||||||
|
|
||||||
## 1.1
|
## 1.1
|
||||||
|
|
||||||
* OnionShare connects to Tor itself now, so opening Tor Browser in the background isn't required
|
* OnionShare connects to Tor itself now, so opening Tor Browser in the background isn't required
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
!define ABOUTURL "https:\\onionshare.org\"
|
!define ABOUTURL "https:\\onionshare.org\"
|
||||||
|
|
||||||
# change these with each release
|
# change these with each release
|
||||||
!define INSTALLSIZE 54112
|
!define INSTALLSIZE 66525
|
||||||
!define VERSIONMAJOR 1
|
!define VERSIONMAJOR 1
|
||||||
!define VERSIONMINOR 1
|
!define VERSIONMINOR 2
|
||||||
!define VERSIONSTRING "1.1"
|
!define VERSIONSTRING "1.2"
|
||||||
|
|
||||||
RequestExecutionLevel admin
|
RequestExecutionLevel admin
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
1.1
|
1.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user