mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Update changelog
This commit is contained in:
parent
49f9263bac
commit
afb1b10ad3
1 changed files with 5 additions and 0 deletions
|
@ -37,8 +37,10 @@
|
||||||
- '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)
|
||||||
- Scrolling should no longer cause infinite loops (#1247)
|
- Scrolling should no longer cause infinite loops (#1247)
|
||||||
- Profile-finding should be more resilient (#1585)
|
- Profile-finding should be more resilient (#1585)
|
||||||
|
- Fixed some bugs with numeric prefixes (#1606)
|
||||||
|
|
||||||
- Under the bonnet
|
- Under the bonnet
|
||||||
|
|
||||||
- Compile-time inheritance to inputmaps from imaps added
|
- Compile-time inheritance to inputmaps from imaps added
|
||||||
- ideally we'd like runtime inheritance but that's trickier
|
- ideally we'd like runtime inheritance but that's trickier
|
||||||
- Support for TypeScript 3.5
|
- Support for TypeScript 3.5
|
||||||
|
@ -47,6 +49,9 @@
|
||||||
- `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)
|
||||||
- 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)
|
||||||
|
- 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
|
||||||
|
- Added Mithril (currently unused) to make redevelopment of the commandline frame easier
|
||||||
|
|
||||||
## Release 1.15.0 / 2019-05-23
|
## Release 1.15.0 / 2019-05-23
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue