mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
release 1.9.5
This commit is contained in:
parent
4540713462
commit
745181d758
2 changed files with 11 additions and 2 deletions
|
@ -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;`
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue