add missing changes on changelog.md

This commit is contained in:
Baltazar Gomez 2019-10-13 12:14:21 -06:00 committed by Sean Yesmunt
parent 89eb28f2d2
commit 60e963eb9f

View file

@ -9,8 +9,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- Escape the generated link for tags ([#2984](https://github.com/lbryio/lbry-desktop/pull/2984))
<<<<<<< HEAD
- Toggle fullscreen when pressing `f` ([#2159](https://github.com/lbryio/lbry-desktop/issues/2159))
- Can't exit full-screen from embedded content with key `F11` ([#2514](https://github.com/lbryio/lbry-desktop/issues/2514))
=======
- Markdown rendering issues with lbry urls and channel mentions ([#2928](https://github.com/lbryio/lbry-desktop/issues/#2928))
- Incorrect styles of tooltip on dark theme ([#3031](https://github.com/lbryio/lbry-desktop/issues/#3031))
- Code tag not formatting content on markdown preview ([#3027](https://github.com/lbryio/lbry-desktop/issues/#3027))
>>>>>>> add missing changes on changelog.md
### Added
@ -27,6 +33,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- `f` or `f11` to toggle player fullscreen mode
- Markdown preview for comments: ([#2986](https://github.com/lbryio/lbry-desktop/pull/2986))
- Basic text formating (bold, italic, strike)
- Lbry urls preview and channel mentions
- Implement URL embedding in comments
- Code blocks, inline code and blockquotes
- Embed Images and gifs
### Changed
- Refactor ModalAutoUpdateConfirm into ModalAutoUpdateDownloaded ([#2959](https://github.com/lbryio/lbry-desktop/pull/2959))