From a1e52eea4a7f294af50741180989bf03e7615466 Mon Sep 17 00:00:00 2001 From: zeppi Date: Wed, 8 Jun 2022 17:20:46 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 205a17296..47eb37122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,17 +3,21 @@ 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/). -## [Unreleased] +## [0.53.4-alpha.4] - [2022-06-08] ## Added - Add top in language category for non-english on homepage ([#7585](https://github.com/lbryio/lbry-desktop/pull/7585)) - Auto hosting in settings and hosting first run page ([#7598](https://github.com/lbryio/lbry-desktop/pull/7598)) +### Changed +- Updated lbry-sdk to [0.109.0](https://github.com/lbryio/lbry-sdk/releases/tag/v0.109.0) + ## Fixed - Better handle empty collections ([#7571](https://github.com/lbryio/lbry-desktop/pull/7571)) - Better handle thumbnails in uploads/collections ([#7574](https://github.com/lbryio/lbry-desktop/pull/7574)) - 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)) ## [0.53.3] - [2022-04-27]