Released version 3.0-alpha.
authorDaniel Carl <danielcarl@gmx.de>
Fri, 26 May 2017 21:56:23 +0000 (23:56 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Fri, 26 May 2017 22:16:25 +0000 (00:16 +0200)
CHANGELOG.md
config.mk

index 50d6466..5f970f9 100644 (file)
@@ -1,6 +1,6 @@
 # Changes in vimb
 
-## [unreleased]
+## [3.0-alpha] - 2017-05-27
 
 ### Changed
 
 
 ### 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
 
 ---
 
   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
index bf78a8b..610512e 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,4 +1,4 @@
-VERSION = dev-3.0
+VERSION = 3.0-alpha
 
 ifneq ($(V),1)
 Q := @