mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
release 1.9.3
This commit is contained in:
parent
2626d292f0
commit
e721f625c8
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
# Tridactyl changelogs
|
||||
|
||||
## Release 1.9.3
|
||||
|
||||
- Fix unbind issues
|
||||
- Add more default binds from Vimperator
|
||||
- Change the `^` bind to `<c-6>` (matches vim)
|
||||
- :bmark now supports folders
|
||||
|
||||
## Release 1.9.2
|
||||
|
||||
- Fix #392 (bug with keyseq)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Tridactyl",
|
||||
"version": "1.9.2",
|
||||
"version": "1.9.3",
|
||||
"icons": {
|
||||
"64": "static/logo/Tridactyl_64px.png",
|
||||
"100": "static/logo/Tridactyl_100px.png",
|
||||
|
|
Loading…
Add table
Reference in a new issue