From 3df8d2ad3777ce86db14e972f40221158bbf0912 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Fri, 1 Apr 2016 18:28:12 +0200 Subject: [PATCH] VimFx v0.13.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e98ff8..0c3642a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### 0.13.1 (2016-04-01) + +- Fixed: Blacklisting of some XUL pages. +- Fixed: The current mode is no longer lost when a page loads. For example, if + you press `zF` while a page is loading, the markers no longer disappear. +- Fixed: Elements that you have focused using an `f` command no longer get stuck + appearing as if you’d put the mouse pointer. +- Updated locale: zh-CN. Thanks to @mozillazg! + ### 0.13.0 (2016-03-19) - Added: The `T` command, which opens a new tab after the current. diff --git a/package.json b/package.json index faa6264..13f0486 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "VimFx", - "version": "0.13.0", + "version": "0.13.1", "firefoxVersions": { "min": "45.0", "max": "*" -- 2.39.3