mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-05 21:04:11 -04:00
Version bump to 0.9, and updated changelog
This commit is contained in:
parent
e37ce32fcd
commit
afd359f419
3 changed files with 16 additions and 3 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
||||||
# OnionShare Changelog
|
# OnionShare Changelog
|
||||||
|
|
||||||
|
## 0.9
|
||||||
|
|
||||||
|
* Slugs are now shorter and human-readable, with rate limiting to URL guessing
|
||||||
|
* Uses a new slug each time the server restarts
|
||||||
|
* Added estimated time remaining progress indicator
|
||||||
|
* Fixed frozen window while waiting for hidden service to start
|
||||||
|
* Displays version number in both GUI and CLI
|
||||||
|
* Closing window causes downloads to stop immediately
|
||||||
|
* Web server listens in ports 17600-17650, for future Tails support
|
||||||
|
* Updated translations
|
||||||
|
* Ported from Python 2 to Python 3 and from Qt4 to Qt5
|
||||||
|
* Ported from py2app and py2exe to PyInstaller
|
||||||
|
|
||||||
## 0.8.1
|
## 0.8.1
|
||||||
|
|
||||||
* Fixed crash in Windows 7
|
* Fixed crash in Windows 7
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
# change these with each release
|
# change these with each release
|
||||||
!define INSTALLSIZE 60866
|
!define INSTALLSIZE 60866
|
||||||
!define VERSIONMAJOR 0
|
!define VERSIONMAJOR 0
|
||||||
!define VERSIONMINOR 8
|
!define VERSIONMINOR 9
|
||||||
!define VERSIONSTRING "0.8.1"
|
!define VERSIONSTRING "0.9"
|
||||||
|
|
||||||
RequestExecutionLevel admin
|
RequestExecutionLevel admin
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.8.1
|
0.9
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue