From bd3daeba75882e7faf746dbbdc089666f7941f76 Mon Sep 17 00:00:00 2001 From: shenmo Date: Wed, 4 Jan 2023 04:35:06 +0000 Subject: [PATCH] update debian/changelog. Signed-off-by: shenmo --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b92e9d0..b9f2855 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -spark-store (4.1.2) stable; urgency=medium +spark-store (4.1.2~test1) stable; urgency=medium * feat: 初步的wayland支持 * fix: 首页的捐赠页面在中文环境下显示中文 @@ -13,6 +13,7 @@ spark-store (4.1.2) stable; urgency=medium * feat: aptss 除ssupdate外的操作时候如果检测到存在源文件存在则不再重复获取 * fix: 修复在apt list锁被锁定的时候异常弹出有更新可用 * chore: 去除安装依赖:g++ + * fix: 修复下载列表中进度提示文字显示不完整的问题 * chore: 添加 Application 类,继承 DApplication,将 main 函数中设置属性、关于信息等操作移至 Application 构造函数中进行 * chore: 添加 setOrganizationName 操作,设置组织名称为 spark-union,与 SWRT 保持一致