mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
release 1.10.1
This commit is contained in:
parent
78cec3dd41
commit
9337bedfd2
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
||||||
# Tridactyl changelog
|
# Tridactyl changelog
|
||||||
|
|
||||||
|
## Release 1.10.1 / 2018-05-04
|
||||||
|
|
||||||
|
- Add tabcloseallto{right,left} bound to `gx0` and `gx$`
|
||||||
|
- Update tab page and other documentation to reflect new ignore mode binding
|
||||||
|
- Fix #474: you can open a handful of about:* pages without the native messenger again
|
||||||
|
- Improve feedback when native messenger is not correctly installed
|
||||||
|
|
||||||
## Release 1.10.0 / 2018-05-03
|
## Release 1.10.0 / 2018-05-03
|
||||||
|
|
||||||
- Native messenger (for OSX/Linux only, for now)! On Linux/OSXRun `:installnative` to install, then:
|
- Native messenger (for OSX/Linux only, for now)! On Linux/OSXRun `:installnative` to install, then:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Tridactyl",
|
"name": "Tridactyl",
|
||||||
"version": "1.10.0",
|
"version": "1.10.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