From 42c6a6d2dc25d020600294261a2ed03d778dd41a Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Wed, 25 Apr 2018 20:37:13 +0100 Subject: [PATCH] release 1.9.7 --- doc/changelog.md | 8 ++++++++ src/manifest.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/changelog.md b/doc/changelog.md index fb2e27e1..499df3e5 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,5 +1,13 @@ # Tridactyl changelogs +## Release 1.9.7 + +- Add setting `noiframeon` for websites that are broken by our iframes ("ServiceNow", for example: #279) + - Simply `set noiframeon [space separated URLs]` to blacklist URLs + - Load iframe more lazily to hopefully break fewer sites +- This will hopefully be our final release before the native messenger for OSX and Linux is merged. + - If you'd like to help test it out, download our latest betas from [here](https://tridactyl.cmcaine.co.uk/betas) and run `:installnative` once you are in. + ## Release 1.9.6 - Scrolling improvements diff --git a/src/manifest.json b/src/manifest.json index cdf6d84d..18eebaa8 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Tridactyl", - "version": "1.9.6", + "version": "1.9.7", "icons": { "64": "static/logo/Tridactyl_64px.png", "100": "static/logo/Tridactyl_100px.png",