From e90d6e738b862e6d667e3b6a7c51af927090f467 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Mon, 26 Mar 2018 21:09:49 +0900 Subject: [PATCH] Add changelog --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..6d48b602 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,32 @@ +# Change Log +## [Unreleased] +### Changed +- [#137](https://github.com/h3poteto/whalebird-desktop/pull/137) Use electron-builder instead of electron-packager when build release packages + +### Fixed +- [#140](https://github.com/h3poteto/whalebird-desktop/pull/140) Refactor closing modal window when post new toot +- [#139](https://github.com/h3poteto/whalebird-desktop/pull/139) Show username if display_name is blank + +## [0.2.0] - 2018-03-26 +### Added + +- [#135](https://github.com/h3poteto/whalebird-desktop/pull/135) Release the Windows version +- [#125](https://github.com/h3poteto/whalebird-desktop/pull/125), #126 Show attached images of toot in timeline +- [#124](https://github.com/h3poteto/whalebird-desktop/pull/124) Save window state when close + +### Changed + +- [#113](https://github.com/h3poteto/whalebird-desktop/pull/113) Add electron-log for production logs +- [#109](https://github.com/h3poteto/whalebird-desktop/pull/109) Get recently timeline in local and public when it is opend + +### Fixed + +- [#134](https://github.com/h3poteto/whalebird-desktop/pull/134) Clear the domain name in login form after login +- [#130](https://github.com/h3poteto/whalebird-desktop/pull/130), [#128](https://github.com/h3poteto/whalebird-desktop/pull/128) Set NotoSans as the default font. And remove google-fonts-webpack-plugin becase the API has been dead. +- [#114](https://github.com/h3poteto/whalebird-desktop/pull/114) Allow application to be draggable for Mac +- [#111](https://github.com/h3poteto/whalebird-desktop/pull/111) Fix text overflow in side menu +- [#110](https://github.com/h3poteto/whalebird-desktop/pull/110) Clear old status after close new toot modal + + +## [0.1.0] - 2018-03-23 +This is the first release