Skip to content

Commit

Permalink
Released version 3.0-alpha.
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglingsu committed May 26, 2017
1 parent eb13ee5 commit acf2820
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
19 changes: 15 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes in vimb

## [unreleased]
## [3.0-alpha] - 2017-05-27

### Changed

Expand Down Expand Up @@ -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

---

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = dev-3.0
VERSION = 3.0-alpha

ifneq ($(V),1)
Q := @
Expand Down

0 comments on commit acf2820

Please sign in to comment.