Update bits and bobs for 1.14.7

This commit is contained in:
Oliver Blanthorn 2019-01-30 17:14:12 +00:00
parent 1b29ad5751
commit 3884006911
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3
3 changed files with 16 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Tridactyl changelog
## Release 1.14.7 / Unreleased
## Release 1.14.7 / 2019-01-30
- New features
@ -37,6 +37,12 @@
- Minor documentation fixes.
- The Tridactyl logo is now not placed on text boxes if we fail to find your editor.
- Ctrl-6 is now bound to `buffer #` in all the modes it claims to be bound in.
- `guiset` no longer fiddles with `titlebar` as this breaks quite a lot of Firefox. You might need to delete / fix your own userChrome.css manually.
- Under the hood
- The native messenger should now give more useful errors ([#1287](https://github.com/tridactyl/tridactyl/issues/1287))
@ -49,6 +55,12 @@
- Prevent multiple commandlines from being inserted in to pages ([#1245](https://github.com/tridactyl/tridactyl/issues/1245)) ([#1243](https://github.com/tridactyl/tridactyl/issues/1243))
Thanks to all of our contributors for this release: Oliver Blanthorn, glacambre, Milan Vancura, and Martin André.
Extra special thanks go to Martin André and Milan Vancura who both contributed for the first time.
Last, but not least - thank you to everyone who reported issues.
## Release 1.14.6 / 2018-12-14
- Bug fixes

View file

@ -63,7 +63,7 @@
"applications": {
"gecko": {
"id": "tridactyl.vim@cmcaine.co.uk",
"strict_min_version": "54.0"
"strict_min_version": "64.0"
}
},
"options_ui": {

View file

@ -16,6 +16,8 @@ Tridactyl has to override your new tab page due to WebExtension limitations. You
- **Mozilla broke our userChrome**: if you used `guiset` in the past and find you can't change tabs, etc, using keyboard shortcuts, please follow [this guide](https://github.com/tridactyl/tridactyl/issues/1229#issuecomment-458583919) and then run `guiset` again.
- New permission needed: we needed a new permission for the `find` command. If you're reading this, you probably accepted it already, so thanks for trusting us : )
REPLACE_ME_WITH_THE_CHANGE_LOG_USING_SED
## Highlighted features: