From 4687000c3e54b03846e1fcb9393ebee4f458a363 Mon Sep 17 00:00:00 2001 From: Micooz Date: Mon, 19 Jun 2017 16:50:28 +0800 Subject: [PATCH] 0.0.5 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b36a37..dff4ab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## [v0.0.5](https://github.com/blinksocks/blinksocks-desktop/tree/v0.0.5) (2017-06-19) +[Full Changelog](https://github.com/blinksocks/blinksocks-desktop/compare/v0.0.4...v0.0.5) + +#### Features: + +- Update obfs-tls1.2-ticket preset definition [#12](https://github.com/blinksocks/blinksocks-desktop/issues/12) +- Be able to configure "dns" option [#11](https://github.com/blinksocks/blinksocks-desktop/issues/11) +- Support aead-random-cipher in server config dialog [#10](https://github.com/blinksocks/blinksocks-desktop/issues/10) +- Upgrade blinksocks to v2.4.8 [#9](https://github.com/blinksocks/blinksocks-desktop/issues/9) +- Add tray support [#5](https://github.com/blinksocks/blinksocks-desktop/issues/5) + +#### Fixes (bugs & defects): + +- Fail to increment update: Request failed with status code 404 [#8](https://github.com/blinksocks/blinksocks-desktop/issues/8) + ## [v0.0.4](https://github.com/blinksocks/blinksocks-desktop/tree/v0.0.4) (2017-06-12) [Full Changelog](https://github.com/blinksocks/blinksocks-desktop/compare/v0.0.3...v0.0.4) diff --git a/package.json b/package.json index ae40be5..e1a492d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blinksocks-desktop", - "version": "0.0.4", + "version": "0.0.5", "description": "Cross-platform desktop GUI for blinksocks", "main": "src/backend/main.js", "files": [],