docs(changelog): Add changes and new features to changelog
This commit is contained in:
parent
fbf184a238
commit
8c58f34ca2
2 changed files with 5 additions and 1 deletions
|
@ -8,9 +8,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
### Fixed
|
||||
|
||||
- Context menu does not open in the webapp when right clicking video tiles ([#3135](https://github.com/lbryio/lbry-desktop/pull/3135))
|
||||
- Undefined tags prevents homepage from loading ([#3146](https://github.com/lbryio/lbry-desktop/pull/3146))
|
||||
|
||||
### Added
|
||||
|
||||
- Search on downloads page ([#2969](https://github.com/lbryio/lbry-sdk/pull/2969))
|
||||
- Clear support state when clearing cache in settings([#3149](https://github.com/lbryio/lbry-desktop/pull/3149))
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
|
@ -127,7 +127,7 @@
|
|||
"husky": "^0.14.3",
|
||||
"json-loader": "^0.5.4",
|
||||
"lbry-format": "https://github.com/lbryio/lbry-format.git",
|
||||
"lbry-redux": "lbryio/lbry-redux#e5440ba86078dcdfced490bc444810c8f57dc774",
|
||||
"lbry-redux": "lbryio/lbry-redux#130edee41ca4a11fac1d57c25c854ef8aeb4e16e",
|
||||
"lbryinc": "lbryio/lbryinc#f962cdf31a4c36f7bdb8b71fc403a3377d58a460",
|
||||
"lint-staged": "^7.0.2",
|
||||
"localforage": "^1.7.1",
|
||||
|
|
Loading…
Reference in a new issue