release 1.9.5

This commit is contained in:
Colin Caine 2018-04-22 18:40:27 +01:00
parent 4540713462
commit 745181d758
2 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,14 @@
# Tridactyl changelogs
## Release 1.9.5
- Add mode indicator
- Fix #337: Make `composite` and ex-parser more sequential
- Add `D` binding: close current tab and `tabprev`
- Bug fixes
- Fix `tab` in inputmode
- Catch CSP exception when hijacking
## Release 1.9.4
- Add jumplist for inputs bound to `g;`

View file

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Tridactyl",
"version": "1.9.4",
"version": "1.9.5",
"icons": {
"64": "static/logo/Tridactyl_64px.png",
"100": "static/logo/Tridactyl_100px.png",
@ -62,4 +62,4 @@
"strict_min_version": "54.0"
}
}
}
}