From 00e1498078eab0380bbf158a930e9f4130f085e3 Mon Sep 17 00:00:00 2001 From: Damien Erambert Date: Mon, 10 Oct 2016 21:13:33 -0700 Subject: [PATCH] :package: bump version and update CHANGELOG.md --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e128d3c9..5e2fc36c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ -:tada: 3.0.18 :tada: +:tada: 3.0.19 :tada: +=============== +- [Fix] Remove the heart button animation when the stars are displayed +- [Fix] Slim scrollbars are also slim in detailed tweet view +- [Fix] Fix display of verified badge because of TweetDeck update on 9th of October 2016 +- [Fix] Images/iframes in modals should be correctly resized now +- [Improvement] Desaturate some colors in minimal + dark mode + +3.0.18 =============== - [Feature] You can specify a custom width for columns using any CSS value - [Fix] The verified icon won't display on top on the "like" icon. Even though a heart should always be checked. :white_check_mark: :heart: diff --git a/package.json b/package.json index ad733b837..4d3387e86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "BetterTweetDeck", - "version": "3.0.18", + "version": "3.0.19", "description": "Adds some nice options on TweetDeck to provide a better experience on the webapp when used on Chrome.", "repository": { "type": "git",