mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 19:52:50 -03:00
Merge branch 'version_1.3_bump' of https://github.com/mig5/onionshare into mig5-version_1.3_bump
This commit is contained in:
commit
ca754faa3b
3 changed files with 19 additions and 4 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,5 +1,20 @@
|
||||||
# OnionShare Changelog
|
# OnionShare Changelog
|
||||||
|
|
||||||
|
## 1.3
|
||||||
|
|
||||||
|
* Major UI redesign, introducing many UX improvements
|
||||||
|
* Client-side web interfact redesigned
|
||||||
|
* New feature: Support for meek_lite pluggable transports (Amazon and Azure)
|
||||||
|
* New feature: Support for custom obfs4 and meek-lite bridges
|
||||||
|
* New feature: ability to cancel share before it starts
|
||||||
|
* Bug fix: the UpdateChecker no longer blocks the UI when checking
|
||||||
|
* Bug fix: simultaneous downloads (broken in 1.2)
|
||||||
|
* Update Tor to 0.2.3.9
|
||||||
|
* Improved support for BSD
|
||||||
|
* Updated French and Danish translations
|
||||||
|
* Minor build script and build documentation fixes
|
||||||
|
* Add flake8 tests
|
||||||
|
|
||||||
## 1.2
|
## 1.2
|
||||||
|
|
||||||
* New feature: Support for Tor bridges, including obfs4proxy
|
* New feature: Support for Tor bridges, including obfs4proxy
|
||||||
|
|
|
@ -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 66525
|
!define INSTALLSIZE 66537
|
||||||
!define VERSIONMAJOR 1
|
!define VERSIONMAJOR 1
|
||||||
!define VERSIONMINOR 2
|
!define VERSIONMINOR 3
|
||||||
!define VERSIONSTRING "1.2"
|
!define VERSIONSTRING "1.3"
|
||||||
|
|
||||||
RequestExecutionLevel admin
|
RequestExecutionLevel admin
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.2
|
1.3
|
||||||
|
|
Loading…
Reference in a new issue