From 3e4aea3a15101ab9a3ce611d1f49dc4551e8e9c2 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Sun, 17 Sep 2017 22:14:48 -0400 Subject: [PATCH] lost theming in changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29596e25b..a7def3512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,13 +10,14 @@ Web UI version numbers should always match the corresponding version of LBRY App ### Added * Added a tipping button to send LBRY Credits to a creator. * Added an edit button on published content. Significantly improved UX for editing claims. + * Added theme settings option and new Dark theme. * Significantly more detail is shown about past transactions and new filtering options for transactions. * File pages now show the time of a publish. * The "auth token" displayable on Help offers security warning * Added a new component for rendering dates and times. This component can render the date and time of a block height, as well. ### Changed - * + * CSS significantly refactored to support CSS vars (and consequently easy theming). ### Fixed * URLs on cards no longer wrap and show an ellipsis if longer than one line