mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
release 1.9.8
This commit is contained in:
parent
92cbb22992
commit
2df99412ef
2 changed files with 8 additions and 3 deletions
|
@ -10,11 +10,16 @@
|
||||||
- You can't use composite and shell pipes together yet.
|
- You can't use composite and shell pipes together yet.
|
||||||
- `hint -W exclaim mpv` works particularly well.
|
- `hint -W exclaim mpv` works particularly well.
|
||||||
|
|
||||||
|
## Release 1.9.8
|
||||||
|
|
||||||
|
- Make error reporting to command line less fussy
|
||||||
|
- Fix error reporting loop with `noiframeon`
|
||||||
|
|
||||||
## Release 1.9.7
|
## Release 1.9.7
|
||||||
|
|
||||||
- Add setting `noiframeon` for websites that are broken by our iframes ("ServiceNow", for example: #279)
|
- Load iframe more lazily to stop breakage on some sites
|
||||||
|
- Add setting `noiframeon` for websites that are still broken by our iframe ("ServiceNow", for example: #279)
|
||||||
- Simply `set noiframeon [space separated URLs]` to blacklist URLs
|
- 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.
|
- 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.
|
- 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.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Tridactyl",
|
"name": "Tridactyl",
|
||||||
"version": "1.9.7",
|
"version": "1.9.8",
|
||||||
"icons": {
|
"icons": {
|
||||||
"64": "static/logo/Tridactyl_64px.png",
|
"64": "static/logo/Tridactyl_64px.png",
|
||||||
"100": "static/logo/Tridactyl_100px.png",
|
"100": "static/logo/Tridactyl_100px.png",
|
||||||
|
|
Loading…
Add table
Reference in a new issue