Skip to content

Commit

Permalink
chore(release): 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed May 31, 2021
1 parent b93282a commit 85958e4
Show file tree
Hide file tree
Showing 9 changed files with 652 additions and 459 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [2.2.0](https://github.com/lc-soft/LCUI/compare/v2.1.0...v2.2.0) (2021-05-30)


### Bug Fixes

* conditional jump or move depends on uninitialised value(s) ([7174868](https://github.com/lc-soft/LCUI/commit/717486861541b93e5ab95a246dfce90650d4273c))
* **gui:** the horizontal scroll bar does not work ([#219](https://github.com/lc-soft/LCUI/issues/219)) ([31dee24](https://github.com/lc-soft/LCUI/commit/31dee2494d7e5c88af02052084f962cf71797141))
* **gui:** the size of the absolutely positioned widget is incorrect ([35bfa3f](https://github.com/lc-soft/LCUI/commit/35bfa3f0e7d92c53f95fa9825217d115df8c74c0))
* **gui:** the style of hidden widgets will not be updated ([f0a6e30](https://github.com/lc-soft/LCUI/commit/f0a6e30a6d85d466cbfffc5fd0c2e91aacb574c9))
* **image:** incorrect image suffix detection ([46095e7](https://github.com/lc-soft/LCUI/commit/46095e70e39e5f1440fb1b5b9effaa35b76c6bbe))
* **util:** ‘NULL’ is undeclared when the function of dict is inlined ([c9c9901](https://github.com/lc-soft/LCUI/commit/c9c990167d44da9ca54fd3fed5753567aade1825))
* remove the incorrect `CSSParser_GetRuleParser()` macro ([3bd6b71](https://github.com/lc-soft/LCUI/commit/3bd6b715729255607760abadbf72c22d8c2681c8))
* variable naming conflict in LCUI_PostSimpleTask() ([f0382d4](https://github.com/lc-soft/LCUI/commit/f0382d435a5b0d19a14165101605e7f021191e8a))


### Features

* **font:** add operation functions for TextStyle ([c0ccdf8](https://github.com/lc-soft/LCUI/commit/c0ccdf81e5404fc21cd804ec95e0a030800a75fc))



# [2.1.0](https://github.com/lc-soft/LCUI/compare/v2.0.0...v2.1.0) (2020-07-05)


Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.zh-cn.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [2.2.0](https://github.com/lc-soft/LCUI/compare/v2.1.0...v2.2.0) (2021-05-30)


### 问题修复

* conditional jump or move depends on uninitialised value(s) ([7174868](https://github.com/lc-soft/LCUI/commit/717486861541b93e5ab95a246dfce90650d4273c))
* **gui:** 水平滚动条未起作用 ([#219](https://github.com/lc-soft/LCUI/issues/219)) ([31dee24](https://github.com/lc-soft/LCUI/commit/31dee2494d7e5c88af02052084f962cf71797141))
* **gui:** 当部件的定位为绝对定位时,尺寸计算错误 ([35bfa3f](https://github.com/lc-soft/LCUI/commit/35bfa3f0e7d92c53f95fa9825217d115df8c74c0))
* **gui:** 组件在隐藏后未更新样式 ([f0a6e30](https://github.com/lc-soft/LCUI/commit/f0a6e30a6d85d466cbfffc5fd0c2e91aacb574c9))
* **image:** 图片后缀名检测方式错误 ([46095e7](https://github.com/lc-soft/LCUI/commit/46095e70e39e5f1440fb1b5b9effaa35b76c6bbe))
* **util:** 当 dict 的操作函数被编译器内联时会报错 ‘NULL’ 未声明 ([c9c9901](https://github.com/lc-soft/LCUI/commit/c9c990167d44da9ca54fd3fed5753567aade1825))
* 移除错误的 `CSSParser_GetRuleParser()` 宏 ([3bd6b71](https://github.com/lc-soft/LCUI/commit/3bd6b715729255607760abadbf72c22d8c2681c8))
* LCUI_PostSimpleTask() 中的变量命名冲突 ([f0382d4](https://github.com/lc-soft/LCUI/commit/f0382d435a5b0d19a14165101605e7f021191e8a))

### 新功能

* **font:** 添加 TextStyle 的操作函数 ([c0ccdf8](https://github.com/lc-soft/LCUI/commit/c0ccdf81e5404fc21cd804ec95e0a030800a75fc))


# [2.1.0](https://github.com/lc-soft/LCUI/compare/v2.0.0...v2.1.0) (2020-07-05)


Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT(LCUI, 2.1.0, [email protected])
AC_INIT(LCUI, 2.2.0, [email protected])

# Silence warning: ar: 'u' modifier ignored since 'D' is the default
AC_SUBST(AR_FLAGS, [cr])
Expand Down
4 changes: 4 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
lcui (2.2.0-1) stable; urgency=medium

* Release note: https://github.com/lc-soft/LCUI/releases/tag/v2.2.0

lcui (2.1.0-1) stable; urgency=medium

* Release note: https://github.com/lc-soft/LCUI/releases/tag/v2.1.0
Expand Down
6 changes: 3 additions & 3 deletions include/config.win32.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#define PACKAGE_NAME "LCUI"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "LCUI 2.1.0"
#define PACKAGE_STRING "LCUI 2.2.0"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "lcui"
Expand All @@ -17,7 +17,7 @@
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "2.1.0"
#define PACKAGE_VERSION "2.2.0"

/* Define to 1 if you enabled LCUIBuilder function module. */
#define USE_LCUI_BUILDER 1
Expand All @@ -29,7 +29,7 @@
#define USE_LIBPNG 1

/* Version number of package */
#define VERSION "2.1.0"
#define VERSION "2.2.0"

#define LCUI_THREAD_WIN32
#define LCUI_VIDEO_DRIVER_WIN32
Expand Down
2 changes: 1 addition & 1 deletion lcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LCUI",
"version": "2.1.0",
"version": "2.2.0",
"description": "A small C library for building user interfaces with C, XML and CSS.",
"author": "Liu",
"arch": [
Expand Down
Loading

0 comments on commit 85958e4

Please sign in to comment.