diff --git a/CHANGELOG.md b/CHANGELOG.md index dafd48058..28b38231a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -:tada: 3.0.16 :tada: +:tada: 3.0.17 :tada: +=============== +- [Fix] Horizontal scrollbars are also thin when "slim scrollbars" is enabled +- [Fix] Dribbble/Imgur thumbnails work again +- [Fix/Improvement] hide the link related to a thumbnail only if it ends the tweet + +3.0.16 =============== - [Fix] Fix a bug where tweet actions would not work on custom modals. - [Fix] Fix a bug where icons of accounts in Compose panel would be mis-placed. diff --git a/package.json b/package.json index b5fe2e859..b8eefe555 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "BetterTweetDeck", - "version": "3.0.16", + "version": "3.0.17", "description": "Adds some nice options on TweetDeck to provide a better experience on the webapp when used on Chrome.", "repository": { "type": "git", diff --git a/src/manifest.json b/src/manifest.json index 92b4e7d5c..f8db453e3 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "name": "__MSG_appName__", "short_name": "BetterTDeck", "default_locale": "en", - "version": "3.0.16", + "version": "3.0.17", "manifest_version": 2, "description": "__MSG_appDesc__", "homepage_url": "https://github.com/eramdam/BetterTweetDeck/",