Skip to content

Commit ff6151e

Browse files
committed
version 3.12.0
1 parent 0b1e79d commit ff6151e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

vimperator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#### configuration
22

3-
VERSION = 3.11.3
3+
VERSION = 3.12.0
44
NAME = vimperator
55

66
include ../common/Makefile

vimperator/NEWS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
201x-xx-xx:
22

3+
2016-02-28:
4+
* @kmorihiro fixed background color theming for statusline
5+
* @kmorihiro fixed broken (hidden) hints
6+
* @gkatsev fixed some validator warnings
7+
* @quicksaver various findbar fixes
8+
* @quicksaver various tabview fixes for firefox 45
9+
* @mnphnic expose some properies globally that were hidden because of const/let transition
10+
* @SammysHP added a statuslinevisibility option. Also called slv.
11+
The three options are `auto`, `visible`, and `hidden`.
12+
The setVisibility method can take an enum of UPDATE, SHOW, HIDE, or TOGGLE, where toggle switches between all modes.
13+
* @quicksaver updated findbar to remember searches globally
14+
* @mnphnic make some globally exposed properties enumerable
15+
316
2016-01-30:
417
* Expose Buffer constructor
518
* Fix scrolling on some pages with gg/G/<C-d>/<C-u>

0 commit comments

Comments
 (0)