mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
26 lines
1.4 KiB
Markdown
26 lines
1.4 KiB
Markdown
![]() |
- Fix issue where command line would invisibly cover up part of the screen (#170)
|
||
|
- Shift-tab and tab now will cycle around completions correctly
|
||
|
- `ys` now works on some older pages
|
||
|
- Add bmarks command for searching through bookmarks (#167)
|
||
|
- Fix hinting mysteriously not working on some pages (#168)
|
||
|
- Bookmarks can now have spaces in their titles
|
||
|
- Add `gh` and `gH` and "homepages" setting (#96)
|
||
|
- The default new tab page can be replaced with any URL via `set newtab [url]` (#59)
|
||
|
- Add text-to-speech hint mode on `;r`
|
||
|
- Fix some hints on sites such as pcgamer.co.uk
|
||
|
- Long page titles will no longer appear after URLs in completions
|
||
|
- History completion is massively improved: much faster, more relevant results, and less janky as you type.
|
||
|
- User configuration
|
||
|
- set [setting] without a value will inform you of the current value
|
||
|
- Add configuration options for hinting and documentation
|
||
|
- Make all changes to config persistent, import legacy binds
|
||
|
- Add unset for resetting a bind to default
|
||
|
- Allow users to save configuration via command line
|
||
|
- Fix #60: allow users to change default search engine
|
||
|
- Add basic configuration with set
|
||
|
- Add `hint -c [selector]`: add hints that match CSS selector
|
||
|
- Allow `;p` to yank any element which contains text
|
||
|
- Add `;#` hint yank anchor mode
|
||
|
- Improve hint CSS by adding a border and making background semi-transparent
|
||
|
- Add `tabonly` command
|