mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-30 23:30:41 +00:00
RC
ship + notes fix travis? travis travis travis! travis take 5 ??? ??? rc.2
This commit is contained in:
parent
e87fabe55a
commit
3fdf449ef4
3 changed files with 449 additions and 171 deletions
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -7,15 +7,29 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
## [0.4x.x] - [Unreleased]
|
||||
|
||||
### Added
|
||||
- Show reposts setting ([#3712](https://github.com/lbryio/lbry-desktop/pull/3712))
|
||||
|
||||
|
||||
- Czech and Kannada language support ([#3759](https://github.com/lbryio/lbry-desktop/pull/3759))
|
||||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
|
||||
## [0.43.3] - [2020-03-03]
|
||||
|
||||
### Added
|
||||
|
||||
- New/Top/Trending options on Channel pages ([#3768](https://github.com/lbryio/lbry-desktop/pull/3768))
|
||||
- Encourage following channels through new discovery page on sign in ([#3756](https://github.com/lbryio/lbry-desktop/pull/3756))
|
||||
- Additional filtering options (type / duration) alongside Top/Trending/New ([#3778](https://github.com/lbryio/lbry-desktop/pull/3778))
|
||||
- Czech and Kannada language support ([#3759](https://github.com/lbryio/lbry-desktop/pull/3759))
|
||||
|
||||
### Changed
|
||||
|
||||
- Default channel bid to 0.01 LBC and improve publish page warnings around insufficient credits ([#3781](https://github.com/lbryio/lbry-desktop/pull/3781))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Some posted comments showing up as anonymous ([#3787](https://github.com/lbryio/lbry-desktop/pull/3787))
|
||||
- Back/forward mouse navigation on Desktop app ([#3763](https://github.com/lbryio/lbry-desktop/pull/3763))
|
||||
|
||||
## [0.43.2] - [2020-02-25]
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "lbry",
|
||||
"version": "0.43.2",
|
||||
"version": "0.43.3-rc.2",
|
||||
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
|
||||
"keywords": [
|
||||
"lbry"
|
||||
|
@ -49,7 +49,7 @@
|
|||
"electron-dl": "^1.11.0",
|
||||
"electron-log": "^2.2.12",
|
||||
"electron-notarize": "^0.1.1",
|
||||
"electron-updater": "^4.1.2",
|
||||
"electron-updater": "^4.2.4",
|
||||
"express": "^4.17.1",
|
||||
"if-env": "^1.0.4",
|
||||
"keytar": "^4.4.1"
|
||||
|
@ -102,7 +102,7 @@
|
|||
"devtron": "^1.4.0",
|
||||
"dom-scroll-into-view": "^1.2.1",
|
||||
"electron": "4.1.0",
|
||||
"electron-builder": "^21.2.0",
|
||||
"electron-builder": "^22.4.0",
|
||||
"electron-devtools-installer": "^2.2.4",
|
||||
"electron-is-dev": "^0.3.0",
|
||||
"electron-webpack": "^2.7.4",
|
||||
|
|
Loading…
Add table
Reference in a new issue