From bdeba90b1b720d506f1e923279e7ceb8eef0db31 Mon Sep 17 00:00:00 2001 From: Robot-Inventor <50550561+Robot-Inventor@users.noreply.github.com> Date: Sun, 25 Dec 2022 15:49:08 +0900 Subject: [PATCH] =?UTF-8?q?changelog=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..4b236b0 --- /dev/null +++ b/changelog.md @@ -0,0 +1,12 @@ +# Changelog + +## [v1.1.0] - 2022-12-25 + +### Fixed + +- Fixed a bug that caused a blank space to the left of the number of retweets in the detail view [#4](https://github.com/Robot-Inventor/hide-view-count/pull/4) +- Fixed a bug that the number of impressions was not hidden when the image view mode [#6](https://github.com/Robot-Inventor/hide-view-count/pull/6) + +## [v1.0.0] - 2022-12-24 + +First release.