From 16816d1353fc596d35a049665be7b3608631aeae Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Wed, 20 Dec 2017 11:37:11 +0000 Subject: [PATCH] release 1.7.1 --- doc/changelog.md | 33 +++++++++++++++++++++++++++++++-- src/manifest.json | 2 +- 2 files changed, 32 insertions(+), 3 deletions(-) diff --git a/doc/changelog.md b/doc/changelog.md index 0f7d65b3..aa432b5c 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,6 +1,35 @@ - # Tridactyl changelogs +# Tridactyl changelogs - ## Release 1.7.0 +## Release 1.7.1 + +- Hint tags are much better: + - Hint tags are now as short as possible + - Remove now disused `hintorder` setting +- Add `.` to repeat last action +- Add inputmode: `gi` and then `Tab` will cycle you between all input fields on a page +- Add hint kill submode `;k` for removing elements of a webpage such as dickbars +- Add relative zoom and `z{i,z,o}` binds +- Add `sanitize` excmd for deleting browsing/Tridactyl data +- Search engines: + - Add `searchsetkeyword [keyword] [url]`: define your own search engines (#194) + - Add Qwant and update startpage URL (#198) + - Add Google Scholar search engine +- Fix problems where ignore mode would revert to normal mode on some websites with iframes (#176) +- Add ^ and $ in normal mode for navigation to 0% or 100% in x-direction +- Buffer completion fixes + - Use tab ID even if buffer has a trailing space (#223) + - completions: passthrough # in buffercompletion +- Support multiple URLs for quickmarks +- Blacklist default newtab url from history completions +- Fix `set newtab` failing to set newtab +- Add `q`, `qa`, and `quit` synonyms +- Fix `unset` failing to take effect without reloading page +- Minor improvements to `help` preface +- Add tags to standard hinting +- Log an error to browser console if no TTS voices are found + + +## Release 1.7.0 - History completion is massively improved: much faster, more relevant results, and less janky as you type. - User configuration diff --git a/src/manifest.json b/src/manifest.json index 009e87ca..48fe46b9 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -58,4 +58,4 @@ "strict_min_version": "54.0" } } -} +} \ No newline at end of file