mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
release 1.9.7
This commit is contained in:
parent
1e1c1d9d6f
commit
42c6a6d2dc
2 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue