From f51800e0a1a7bf5be012082fab58363fbb7f7c74 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sun, 2 Oct 2016 18:29:29 +0200 Subject: [PATCH] VimFx v0.20.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b7626..7868767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +### 0.20.0 (2016-10-02) + +- Added: The `g[` and `g]` commands, which let you scroll to previous and next + scroll positions of the current page. This is similar to Vim’s jump list. +- Added: The `/` mark. Pressing `'/` takes you to the scroll position before the + last `/`, `a/` or `g/`. +- Fixed: Pressing `''` multiple times in a row now flips back and forth + between two scroll positions as expected. +- Fixed: Version 0.19.0 claimed to include the following improvement: “The hint + marker for a smaller element can no longer cover the hint marker for a larger + element (unless you press `` to rotate them).” However, a silly + mistake caused that improvement not to work. Now it does. For real. +- Fixed: All VimFx commands that copy text to the clipboard are now made sure to + also copy to the “selection clipboard” (if your system has such a thing). For + example, if you copy text using the `yv` command, the `p` command now uses + that copied text as expected. + ### 0.19.1 (2016-09-26) - Fixed: The `'` command no longer crashes. (Regression since 0.19.0.) diff --git a/package.json b/package.json index 6184731..67c35a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "VimFx", - "version": "0.19.1", + "version": "0.20.0", "firefoxVersions": { "min": "45.0", "max": "*" -- 2.39.3