mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
release 1.16.0
This commit is contained in:
parent
b53bbe9c01
commit
d2106c8b3e
2 changed files with 30 additions and 22 deletions
48
CHANGELOG.md
48
CHANGELOG.md
|
@ -1,6 +1,6 @@
|
||||||
# Tridactyl changelog
|
# Tridactyl changelog
|
||||||
|
|
||||||
## Release 1.16.0 / Unreleased
|
## Release 1.16.0 / 2019-06-14
|
||||||
|
|
||||||
- New features
|
- New features
|
||||||
|
|
||||||
|
@ -8,20 +8,20 @@
|
||||||
- mostly a precursor to `map` but `keyfeed g?g?g?g?g?g?g?g?g?g?g?g?g?` now for a good time
|
- mostly a precursor to `map` but `keyfeed g?g?g?g?g?g?g?g?g?g?g?g?g?` now for a good time
|
||||||
- User-definable modes added: just do `bind --mode=[newmode] ...` and then `mode [newmode]`
|
- User-definable modes added: just do `bind --mode=[newmode] ...` and then `mode [newmode]`
|
||||||
- Added `tabm` and `tabo` ex-aliases (hat-tip to [this blog](https://magai.hateblo.jp/entry/2018/09/25/142348) for pointing out that they were missing)
|
- Added `tabm` and `tabo` ex-aliases (hat-tip to [this blog](https://magai.hateblo.jp/entry/2018/09/25/142348) for pointing out that they were missing)
|
||||||
- `guiset` now uses `setpref` to flip the preference which will soon be needed to read userChrome (#1572)
|
- `guiset` now uses `setpref` to flip the preference which will soon be needed to read userChrome ([#1572](https://github.com/tridactyl/tridactyl/issues/1572))
|
||||||
- `shellescape` command added for use with `composite` (#1485)
|
- `shellescape` command added for use with `composite` ([#1485](https://github.com/tridactyl/tridactyl/issues/1485))
|
||||||
- Hint mode now has user-configurable binds (e.g. `bind --mode=hint <C-[> hint.reset`) (#304)
|
- Hint mode now has user-configurable binds (e.g. `bind --mode=hint <C-[> hint.reset`) ([#304](https://github.com/tridactyl/tridactyl/issues/304))
|
||||||
- Error notifications will no longer steal focus
|
- Error notifications will no longer steal focus
|
||||||
- `no_mouse_mode` is now more sober; original mode renamed to `neo_mouse_mode` (#1303)
|
- `no_mouse_mode` is now more sober; original mode renamed to `neo_mouse_mode` ([#1303](https://github.com/tridactyl/tridactyl/issues/1303))
|
||||||
- `hint -f [text]` prefilters hints with the provided text (#1580)
|
- `hint -f [text]` prefilters hints with the provided text ([#1580](https://github.com/tridactyl/tridactyl/issues/1580))
|
||||||
- ditto for `hint -fr [regex]`
|
- ditto for `hint -fr [regex]`
|
||||||
- `blacklistkeys` setting to specify which keys to prevent pages from ever stealing from Firefox (#1185)
|
- `blacklistkeys` setting to specify which keys to prevent pages from ever stealing from Firefox ([#1185](https://github.com/tridactyl/tridactyl/issues/1185))
|
||||||
- e.g. `set blacklistkeys ["/","'"]`
|
- e.g. `set blacklistkeys ["/","'"]`
|
||||||
- `bmark` with no arguments will now use the current page title as the bookmark name
|
- `bmark` with no arguments will now use the current page title as the bookmark name
|
||||||
- Beta builds now have versions that look more like the filenames served by our build bot and the version shown on `about:addons` (#930)
|
- Beta builds now have versions that look more like the filenames served by our build bot and the version shown on `about:addons` ([#930](https://github.com/tridactyl/tridactyl/issues/930))
|
||||||
- `preventautofocusjackhammer` setting added for use with `seturl` for sites that steal autofocus even after `set allowautofocus false`
|
- `preventautofocusjackhammer` setting added for use with `seturl` for sites that steal autofocus even after `set allowautofocus false`
|
||||||
- use sparingly as it will use 2-3pp of CPU per tab it is activated in
|
- use sparingly as it will use 2-3pp of CPU per tab it is activated in
|
||||||
- `urlmodify -s` adds a query to a URL (#1584)
|
- `urlmodify -s` adds a query to a URL ([#1584](https://github.com/tridactyl/tridactyl/issues/1584))
|
||||||
- `ebg13` shapgvbanyvgl nqqrq:
|
- `ebg13` shapgvbanyvgl nqqrq:
|
||||||
- bound to `g?` by default
|
- bound to `g?` by default
|
||||||
- `viewconfig --{user,default}` will show you your changes to the config or the default config
|
- `viewconfig --{user,default}` will show you your changes to the config or the default config
|
||||||
|
@ -29,19 +29,21 @@
|
||||||
|
|
||||||
- Bug fixes
|
- Bug fixes
|
||||||
|
|
||||||
- `bmark` is less fussy about URLs now (#1600)
|
- Persist history completion selection if it is still valid on source update
|
||||||
|
- Make `;v` safer
|
||||||
|
- `bmark` is less fussy about URLs now ([#1600](https://github.com/tridactyl/tridactyl/issues/1600))
|
||||||
- Smooth scrolling made a bit less bad (but it's still quite bad)
|
- Smooth scrolling made a bit less bad (but it's still quite bad)
|
||||||
- `autocontain` should now co-exist with other addons more peacefully (#953)
|
- `autocontain` should now co-exist with other addons more peacefully ([#953](https://github.com/tridactyl/tridactyl/issues/953))
|
||||||
- Our `find` mode is pretty useable now - see `help find` to see how to bind it (#1608)
|
- Our `find` mode is pretty useable now - see `help find` to see how to bind it ([#1608](https://github.com/tridactyl/tridactyl/issues/1608))
|
||||||
- `repeat` should work a bit better but it's still quite broken (#1609)
|
- `repeat` should work a bit better but it's still quite broken ([#1609](https://github.com/tridactyl/tridactyl/issues/1609))
|
||||||
- `followpage` now works on Google via a site-specifc override
|
- `followpage` now works on Google via a site-specifc override
|
||||||
- `taball` should now always move to the right tab
|
- `taball` should now always move to the right tab
|
||||||
- 'new features' highlight on the changelog is now never shown in private windows (#749)
|
- 'new features' highlight on the changelog is now never shown in private windows ([#749](https://github.com/tridactyl/tridactyl/issues/749))
|
||||||
- Scrolling should no longer cause infinite loops (#1247)
|
- Scrolling should no longer cause infinite loops ([#1247](https://github.com/tridactyl/tridactyl/issues/1247))
|
||||||
- Profile-finding should be more resilient (#1585)
|
- Profile-finding should be more resilient ([#1585](https://github.com/tridactyl/tridactyl/issues/1585))
|
||||||
- Fixed some bugs with numeric prefixes (#1606)
|
- Fixed some bugs with numeric prefixes ([#1606](https://github.com/tridactyl/tridactyl/issues/1606))
|
||||||
- `set findcase smart` should actually work now (hat-tip to burntsushi for pointing this out in his RC file)
|
- `set findcase smart` should actually work now (hat-tip to burntsushi for pointing this out in his RC file)
|
||||||
- It should be much harder for the command line to swap the order of keys pressed, especially `<Space>` (#1655)
|
- It should be much harder for the command line to swap the order of keys pressed, especially `<Space>` ([#1655](https://github.com/tridactyl/tridactyl/issues/1655))
|
||||||
|
|
||||||
- Under the bonnet
|
- Under the bonnet
|
||||||
|
|
||||||
|
@ -51,12 +53,18 @@
|
||||||
- `get_current_url` is now an ex-alias
|
- `get_current_url` is now an ex-alias
|
||||||
- `config.get` is now typed, meaning that it's harder for us to add undocumented settings
|
- `config.get` is now typed, meaning that it's harder for us to add undocumented settings
|
||||||
- `config.getURL` now merges site-specific defaults
|
- `config.getURL` now merges site-specific defaults
|
||||||
- webpack now exits with non-zero exit code on build errors (#869)
|
- webpack now exits with non-zero exit code on build errors ([#869](https://github.com/tridactyl/tridactyl/issues/869))
|
||||||
- We're no longer using a deprecated API for determining our own extension page URLs (#1593)
|
- We're no longer using a deprecated API for determining our own extension page URLs ([#1593](https://github.com/tridactyl/tridactyl/issues/1593))
|
||||||
- We've switched from `npm` to `yarn` as we got fed up with `npm` fighting with itself over package-lock.json. Hopefully this will make development a little less painful.
|
- We've switched from `npm` to `yarn` as we got fed up with `npm` fighting with itself over package-lock.json. Hopefully this will make development a little less painful.
|
||||||
- `:native{install,update}` will now install the version of the native messenger that existed at the same time as your version of Tridactyl
|
- `:native{install,update}` will now install the version of the native messenger that existed at the same time as your version of Tridactyl
|
||||||
- Added Mithril (currently unused) to make redevelopment of the commandline frame easier
|
- Added Mithril (currently unused) to make redevelopment of the commandline frame easier
|
||||||
|
|
||||||
|
Thanks to all of our contributors for this release: Oliver Blanthorn, Colin Caine, glacambre, Anton Vilhelm Ásgeirsson, dependabot-preview[bot], Vladimír Marek, Saul Reynolds-Haertle, Vince Au, Russell Cheung, WorldCodeCentral, reversebreak
|
||||||
|
|
||||||
|
Extra special thanks go to dependabot-preview[bot], reversebreak, Russell Cheung, Vince Au, Vladimír Marek
|
||||||
|
|
||||||
|
Last, but not least - thank you to everyone who reported issues.
|
||||||
|
|
||||||
## Release 1.15.0 / 2019-05-23
|
## Release 1.15.0 / 2019-05-23
|
||||||
|
|
||||||
- New features
|
- New features
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Tridactyl",
|
"name": "Tridactyl",
|
||||||
"version": "1.15.0",
|
"version": "1.16.0",
|
||||||
"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",
|
||||||
|
@ -75,4 +75,4 @@
|
||||||
"omnibox": {
|
"omnibox": {
|
||||||
"keyword": "tri"
|
"keyword": "tri"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue