Skip to content

Commit 334012e

Browse files
committed
Released version 3.1.0.
1 parent d5901f5 commit 334012e

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [3.1.0] - 2017-12-18
11+
1012
### Added
1113

1214
* Added completion of bookmarked URIs for `:bmr` to allow to easily remove
@@ -21,7 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2123
* Number of webprocesses in no longer limited to one.
2224
* Treat hint label generation depending on the first hint-key char.
2325
If first char is '0' generate numeric style labels else the labels start with
24-
the first char.
26+
the first char (thanks to Yoann Blein).
2527
* `hint-keys=0123` -> `1 2 3 10 11 12 13`
2628
* `hint-keys=asdf` -> `a s d f aa as ad af`
2729
* Show versions of used libs on `vimb --bug-info` and the extension directory
@@ -31,6 +33,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3133
* Allow extended hints mode also for open `g;o` to allow the user to toggle
3234
checkboxes and radiobuttons of forms.
3335
* Rename `hint-number-same-length` into `hint-keys-same-length` for consistency.
36+
* Search is restarted on pressing `n` or `N` with previous search query if no
37+
one was given (thanks to Yoann Blein).
3438

3539
### Fixed
3640

@@ -41,10 +45,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4145
* Fixed cursor appearing in empty inputbox on searching in case a normal mode
4246
command was used that switches vimb into command mode like 'T' or ':'.
4347
* Fixed hint labels never started by the first char of the 'hint-keys'.
44-
* Fixed items where added to history even when `history-max-items` is set to 0.
48+
* Fixed items where added to history even when `history-max-items` is set to 0
49+
(thanks to Patrick Steinhardt).
4550
* Fixed hinting caused dbus timeout on attempt to open URI with location hash.
4651
* Fixed wrong scroll position shown in the right of the statusbar on some pages.
4752
* Fixed vimb keeping in normal mode when HTTP Authentication dialog is shown.
53+
* Fixed password show in title bar and beeing written to hisotry in case the
54+
pssword was given by URI like https://user:password@host.tdl.
4855

4956
## [3.0-alpha] - 2017-05-27
5057

@@ -156,7 +163,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
156163
cookie file
157164
* Fixed none POSIX `echo -n` call
158165

159-
[Unreleased]: https://github.com/fanglingsu/vimb/compare/3.0-alpha...master
166+
[Unreleased]: https://github.com/fanglingsu/vimb/compare/master...3.1.0
167+
[3.1.0]: https://github.com/fanglingsu/vimb/compare/3.0-alpha...3.1.0
160168
[3.0-alpha]: https://github.com/fanglingsu/vimb/compare/2.12...3.0-alpha
161169
[2.12]: https://github.com/fanglingsu/vimb/compare/2.11...2.12
162170
[2.11]: https://github.com/fanglingsu/vimb/compare/2.10...2.11

config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 3.0-alpha
1+
VERSION = 3.1.0
22

33
ifneq ($(V),1)
44
Q := @

0 commit comments

Comments
 (0)