release 1.9.7

This commit is contained in:
Oliver Blanthorn 2018-04-25 20:37:13 +01:00
parent 1e1c1d9d6f
commit 42c6a6d2dc
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3
2 changed files with 9 additions and 1 deletions

View file

@ -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

View file

@ -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",