mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
release 1.9.1
This commit is contained in:
parent
f2fad1cc04
commit
794849c548
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Tridactyl changelogs
|
# Tridactyl changelogs
|
||||||
|
|
||||||
|
## Release 1.9.1
|
||||||
|
|
||||||
|
- Fix buffer switch bind
|
||||||
|
|
||||||
## Release 1.9.0
|
## Release 1.9.0
|
||||||
|
|
||||||
- Allow binds with modifiers (e.g. `<C-u>`) and binds of special keys (e.g. `<F1>`) and both together (e.g. `<SA-Escape>`)
|
- Allow binds with modifiers (e.g. `<C-u>`) and binds of special keys (e.g. `<F1>`) and both together (e.g. `<SA-Escape>`)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Tridactyl",
|
"name": "Tridactyl",
|
||||||
"version": "1.9.0",
|
"version": "1.9.1",
|
||||||
"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