add full URLs to PRs

This commit is contained in:
Thomas Zarebczan 2018-01-25 14:28:18 -05:00 committed by GitHub
parent b914ddeb75
commit 86089a5963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,17 +30,17 @@ Web UI version numbers should always match the corresponding version of LBRY App
## [0.19.4] - 2018-01-08 ## [0.19.4] - 2018-01-08
### Added ### Added
* Video state tracking in redux - developer only (#890) * Video state tracking in redux - developer only ([#890](https://github.com/lbryio/lbry-app/pull/890))
### Changed ### Changed
* Improved text content in app (#921) * Improved text content in app ([#921](https://github.com/lbryio/lbry-app/pull/921))
### Fixed ### Fixed
* Right click works in the app again (#928) * Right click works in the app again ([#928](https://github.com/lbryio/lbry-app/pull/928))
* Icons are now the rights size (#925) * Icons are now the rights size ([#925](https://github.com/lbryio/lbry-app/pull/925))
* Fixed tip sending error (#918) * Fixed tip sending error ([#918](https://github.com/lbryio/lbry-app/pull/918))
* Newly created channel immediately available for publishing * Newly created channel immediately available for publishing
@ -48,51 +48,51 @@ Web UI version numbers should always match the corresponding version of LBRY App
## [0.19.3] - 2017-12-30 ## [0.19.3] - 2017-12-30
### Changed ### Changed
* Improved internal code structuring by adding linting integration -- developers only (#891) * Improved internal code structuring by adding linting integration -- developers only ([#891](https://github.com/lbryio/lbry-app/pull/891))
* Improved developer documentation (#910) * Improved developer documentation ([#910](https://github.com/lbryio/lbry-app/pull/910))
### Removed ### Removed
* Removed email verification reward (#914) * Removed email verification reward ([#914](https://github.com/lbryio/lbry-app/pull/921))
### Fixed ### Fixed
* Added snackbar text in place where it was coming up blank (#902) * Added snackbar text in place where it was coming up blank ([#902](https://github.com/lbryio/lbry-app/pull/902))
## [0.19.2] - 2017-12-22 ## [0.19.2] - 2017-12-22
### Added ### Added
* Added copy address button to the Wallet Address component on Send / Receive (#875) * Added copy address button to the Wallet Address component on Send / Receive ([#875](https://github.com/lbryio/lbry-app/pull/875))
* Link to creators channels on homepage (#869) * Link to creators channels on homepage ([#869](https://github.com/lbryio/lbry-app/pull/869))
* Pause playing video when file is opened (#880) * Pause playing video when file is opened ([#880](https://github.com/lbryio/lbry-app/pull/880))
* Add captcha to verification process (#897) * Add captcha to verification process ([#897](https://github.com/lbryio/lbry-app/pull/897))
### Changed ### Changed
* Contributor documentation (#879) * Contributor documentation ([#879](https://github.com/lbryio/lbry-app/pull/879))
### Fixed ### Fixed
* Linux app categorization (#877) * Linux app categorization ([#877](https://github.com/lbryio/lbry-app/pull/877))
## [0.19.1] - 2017-12-13 ## [0.19.1] - 2017-12-13
### Added ### Added
* Added empty rewards message on overview page (https://github.com/lbryio/lbry-app/pull/847). * Added empty rewards message on overview page ([#847](https://github.com/lbryio/lbry-app/pull/847))
### Changed ### Changed
* Updated developer tools and restructured code (https://github.com/lbryio/lbry-app/pull/861)(https://github.com/lbryio/lbry-app/pull/862). * Updated developer tools and restructured code ([#861](https://github.com/lbryio/lbry-app/pull/861) / [#862](https://github.com/lbryio/lbry-app/pull/862))
### Fixed ### Fixed
* Fixed typos (https://github.com/lbryio/lbry-app/pull/845)(https://github.com/lbryio/lbry-app/pull/846). * Fixed typos ([#845](https://github.com/lbryio/lbry-app/pull/845) / [#846](https://github.com/lbryio/lbry-app/pull/846))
* Fixed theme-related error while running in development (https://github.com/lbryio/lbry-app/pull/865). * Fixed theme-related error while running in development ([#865](https://github.com/lbryio/lbry-app/pull/865))
* Fixed build/signing error on Windows (https://github.com/lbryio/lbry-app/pull/864). * Fixed build/signing error on Windows ([#864](https://github.com/lbryio/lbry-app/pull/864))