From acf2820a51802d0bf5c22933e2611398c5293160 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Fri, 26 May 2017 23:56:23 +0200 Subject: [PATCH] Released version 3.0-alpha. --- CHANGELOG.md | 19 +++++++++++++++---- config.mk | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d6466..5f970f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changes in vimb -## [unreleased] +## [3.0-alpha] - 2017-05-27 ### Changed @@ -33,8 +33,19 @@ ### Removed -* There where many features removed during the webkit2 migration. - TODO list removed features and if they will be added again +* There where many features removed during the webkit2 migration. That will + hopefully be added again soon. + * auto-response-headers + * autocommands and augroups + * external downloader + * HSTS + * kiosk mode + * multiple ex commands on startup via `--cmd, -C` + * page marks + * prevnext + * showing page source via `gF` this viewtype is not supported by webkit + anymore. + * socket support --- @@ -99,6 +110,6 @@ cookie file * Fixed none POSIX `echo -n` call -[unreleased]: https://github.com/fanglingsu/vimb/compare/2.12...webkit2 +[3.0-alpha]: https://github.com/fanglingsu/vimb/compare/2.12...3.0-alpha [2.12]: https://github.com/fanglingsu/vimb/compare/2.11...2.12 [2.11]: https://github.com/fanglingsu/vimb/compare/2.10...2.11 diff --git a/config.mk b/config.mk index bf78a8b..610512e 100644 --- a/config.mk +++ b/config.mk @@ -1,4 +1,4 @@ -VERSION = dev-3.0 +VERSION = 3.0-alpha ifneq ($(V),1) Q := @ -- 2.20.1