Merge pull request #655 from glacambre/update_changelog

Update CHANGELOG.md
This commit is contained in:
Oliver Blanthorn 2018-06-07 21:13:51 +01:00 committed by GitHub
commit 8ac10c1727
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,35 +2,71 @@
## Release 1.13.0 / Unreleased
* `fixamo` added: you can now use Tridactyl on addons.mozilla.org. Requires a `restart`.
* `editor` now includes the hostname of the site you are on in the temporary filename
* this is mostly so that you can set up syntax highlighting in Vim, e.g,
* `au BufReadPost *github.com* set syntax=pandoc`
* `native` support for Windows: just do what `installnative` tells you to
* you'll probably want to make sure `gvim` is on your path
* **Potentially breaking changes**
* pipes in `composite` now send return values to the following ex command. Use semi-colons if you want the old behaviour back (see `bind D`).
* the `DocStart` now uses `String.prototype.search` for matching, so you can use regular expressions such as `/www\.amazon\.co.*/`
* Pipes in `composite` now send return values to the following ex command. Use semi-colons if you want the old behaviour back (see `bind D`).
* The `DocStart` autocommand now uses `String.prototype.search` for matching, so you can use regular expressions such as `/www\.amazon\.co.*/`.
* Add internal functions for editing `user.js` - we'll probably add a nice interface to this some day.
* `editor` now includes the hostname of the site you are on in the temporary filename.
* Add `restart` command to restart Firefox.
* this is mostly so that you can set up syntax highlighting in Vim, e.g, `au BufReadPost *github.com* set syntax=pandoc`
* Add new themes
* `native` support for Windows: just do what `installnative` tells you to.
* `shydactyl` and `greenmat`, covering both ends of the design spectrum.
* You'll probably want to make sure `gvim` is on your path.
* Make themes apply to {newtab, mode indicator, tutor}
* New autocommand events:
* TriStart: Triggered when you start firefox.
* TabEnter/TabLeft: Triggered when you enter and leave a tab.
* New commands:
* `:js` an `:jsb` let you execute arbitrary javascript.
* `:restart` will restart Firefox if you have installed Tridactyl's native executable.
* `:fixamo` will make Tridactyl work on addons.mozilla.org. Requires a `:restart`.
* Hint improvements:
* You can select title/alt text of elements using `:hint -P`.
* `hint -;` now accepts selectors.
* Uppercase hints are now supported.
* Multiple improvements for the mode indicator. It will:
* Disappear when you hover your mouse over it.
* Go purple in private windows.
* Be invisible on printed pages.
* There is now a jumplist:
* `<C-o>` or `:jumpprev` will go to your previous location.
* `<C-i>` or `:jumpnext` will go to the next location in your jumplist.
* Themes:
* `shydactyl`, `greenmat`, `quake` were added.
* The dark theme has been updated.
* themes apply to {newtab, mode indicator, tutor}.
* Add new internal structure for themes - check out contributing.md on the repository if you want to add your own
* Adding themes at runtime is planned but some way off.
* The long awaited blacklist to automatically enter ignore mode on some websites is now available! See `:h blacklistadd`.
* Ignore mode can now also be toggled with <CA-`>.
* A colon is shown at the beginning of the command line.
* `:set setting` will now display the setting's value.
* The command line should work again on image documents.
* Urlmodify doesn't add the websites you're leaving to your history anymore.
* An experimental `smoothscroll` setting has been added. You can turn it on by using `:set smoothscroll true`. Be warned, this can make scrolling slower on some websites.
## Release 1.12.0 / 2018-05-13
* Add container support