From 63ce3faf2749fdf6569743ada4ecd7d1c66a34e5 Mon Sep 17 00:00:00 2001 From: zccrs Date: Thu, 2 Nov 2017 18:35:14 +0800 Subject: [PATCH] Update CHANGELOG.md Change-Id: I470899730bc0314993959114bfe8cb825d2c10f7 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ clog.toml | 4 ++++ 2 files changed, 33 insertions(+) create mode 100644 CHANGELOG.md create mode 100644 clog.toml diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f28010d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ + +## 0.2.8 (2017-11-02) + + +#### Features + +* keep the window border is 1px for hiDPI ([da8040c4](https://github.com/linuxdeepin/qt5integration/commit/da8040c42df0cbde97e21693f472a288ef46a9d8)) +* **theme plugin:** read settings from config file ([aacc2995](https://github.com/linuxdeepin/qt5integration/commit/aacc299512f4006ff174c5700d471d344d7155d0)) +* **theme style:** auto update the widgets font when theme config file changed ([d478074e](https://github.com/linuxdeepin/qt5integration/commit/d478074e73d8e22e2d70080ad1430c565261d9af)) + +#### Bug Fixes + +* add build-depend: libegl1-mesa-dev ([2d265267](https://github.com/linuxdeepin/qt5integration/commit/2d265267ad1f6f113a74c931a67fe938b85a5af0)) +* build failed(add build-depend: libmtdev-dev) ([babdc356](https://github.com/linuxdeepin/qt5integration/commit/babdc3561ab22d85ab83e4b6e385a4daa1387516)) +* set cursor is invaild ([a2e235be](https://github.com/linuxdeepin/qt5integration/commit/a2e235bed7873d35030be380e8cd73acc0192e89)) +* **dxcb:** + * crash when screen changed ([7e1627c2](https://github.com/linuxdeepin/qt5integration/commit/7e1627c20fd92d7b4c1d7a69c55b4de5869cf6b6)) + * the window border size is wrong ([83d6ac50](https://github.com/linuxdeepin/qt5integration/commit/83d6ac500b7e070f5c97ff220da16736229fd060)) + * draw shadow area ([284cae9d](https://github.com/linuxdeepin/qt5integration/commit/284cae9dd90e9b9d7af92480e3a0e217a7c5f478)) + * the DFrameWindow shadow area ([6e9c8274](https://github.com/linuxdeepin/qt5integration/commit/6e9c8274ef871fe3fa48a60a0861a96b6880dbf0)) +* **style:** + * update all widgets on font changed ([0e28f244](https://github.com/linuxdeepin/qt5integration/commit/0e28f244217f57d454424cc7dfba488ee6be93e3)) + * update all widgets on font changed ([d4a65deb](https://github.com/linuxdeepin/qt5integration/commit/d4a65deb9e21e18390447c8b26eb429843333be4)) +* **theme:** + * "DFileSystemWatcherPrivate::addPaths: inotify_add_watch failed" ([a0322a68](https://github.com/linuxdeepin/qt5integration/commit/a0322a68447b7d918af49fbba23ebe1d5f53da25)) + * set ini codec to "utf8" for QSettings ([3a4f7d76](https://github.com/linuxdeepin/qt5integration/commit/3a4f7d7651f6c433ef9735426d936289ac04d6c9)) + + + diff --git a/clog.toml b/clog.toml new file mode 100644 index 0000000..01417a4 --- /dev/null +++ b/clog.toml @@ -0,0 +1,4 @@ +[clog] +repository = "https://github.com/linuxdeepin/qt5integration" +from-latest-tag = true +changelog = "CHANGELOG.md"