Skip to content

Commit

Permalink
v0.53.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jessopb committed Jun 10, 2022
1 parent f70bde0 commit 68718f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Empty file added .yarn/versions/951a8d12.yml
Empty file.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.53.4-alpha.7] - [2022-06-10]
## [0.53.4] - [2022-06-10]

## Added
- Add top in language category for non-english on homepage ([#7585](https://github.com/lbryio/lbry-desktop/pull/7585))
Expand All @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Work towards supporting collections of any claim type ([#7578](https://github.com/lbryio/lbry-desktop/pull/7578))
- Improve handling of downed custom servers on startup ([#7593](https://github.com/lbryio/lbry-desktop/pull/7593))
- Hide watch progress in related if being played ([#7606](https://github.com/lbryio/lbry-desktop/pull/7606))
- IPC disk space calls wait for daemon ready; refresh on vis. component load ([#7610](https://github.com/lbryio/lbry-desktop/pull/7610))

## [0.53.3] - [2022-04-27]

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lbry",
"version": "0.53.4-alpha.8",
"version": "0.53.4",
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
"keywords": [
"lbry"
Expand Down Expand Up @@ -243,6 +243,5 @@
"lbrynetDaemonDir": "static/daemon",
"lbrynetDaemonFileName": "lbrynet"
},
"packageManager": "yarn@3.2.0",
"stableVersion": "0.53.3"
"packageManager": "yarn@3.2.0"
}

0 comments on commit 68718f3

Please sign in to comment.