From c03dbdf1a6b189e688dc59d93358135df354c4b2 Mon Sep 17 00:00:00 2001 From: mdzz2048 <2434206717@qq.com> Date: Fri, 3 Nov 2023 17:21:27 +0800 Subject: [PATCH] Release 1.1.4 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9500b1b..93a5c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,36 @@ + + +## [1.1.4](https://github.com/mdzz2048/Lite/compare/v1.1.2...v1.1.4) (2023-11-03) + + +### Features + +* :lipstick: 调整新窗口页签高度和主窗口一致 ([b5b738e](https://github.com/mdzz2048/Lite/commit/b5b738eda9d6610099d278607effa2f2b94b84be)) +* :sparkles: 设置滚动条样式 ([cc703c6](https://github.com/mdzz2048/Lite/commit/cc703c632c6fc1fbf0fb3542d74b89e9cb92388d)) +* :sparkles: 添加移动文档弹窗样式 ([6317e4e](https://github.com/mdzz2048/Lite/commit/6317e4e127b1f108b8b5eac9139e69b7ed58430e)) +* :sparkles: 为图片添加高度限制,适配手机截屏图片 ([bb2631b](https://github.com/mdzz2048/Lite/commit/bb2631bbb6bc38e1a6580d36dd21cc76e92cffa3)) +* :sparkles: 为自定义属性 custom-created-time 设置样式 ([b905488](https://github.com/mdzz2048/Lite/commit/b905488e0d1a9d2ebd905aa3ecf749cb031f0472)) +* :sparkles: 折叠代码块显示前三行 ([6bd872c](https://github.com/mdzz2048/Lite/commit/6bd872c1476c1de5dc0b7c5cbd63dd03ba071f2f)) + + +### Bug Fixes + +* :bug: 调整图片最大高度为屏幕高度 80% ([0945baa](https://github.com/mdzz2048/Lite/commit/0945baa07f33d3c9d4add30fd93ed4b7f39a7013)) +* :bug: 开启自适应宽度丢失文档图标 ([91e4ad2](https://github.com/mdzz2048/Lite/commit/91e4ad21e28e0ead110957f59ff6784dc7a2abb8)) +* :bug: 列表子弹线在反链面板、聚焦列表存在偏移 ([cd79b82](https://github.com/mdzz2048/Lite/commit/cd79b82edd5bb9f20840a1af25d472f0f2f44d35)), closes [#6](https://github.com/mdzz2048/Lite/issues/6) +* :bug: 取消标记的闪卡样式功能 ([93026e5](https://github.com/mdzz2048/Lite/commit/93026e576cf118fe424700e7f9716139116dc47a)), closes [#7](https://github.com/mdzz2048/Lite/issues/7) +* :bug: 闪卡标记内容一直遮挡 ([3373231](https://github.com/mdzz2048/Lite/commit/3373231cb92dba09ec3d9483a980691624d2957c)), closes [#7](https://github.com/mdzz2048/Lite/issues/7) +* :bug: 适配思源 v2.10.13 ([c5be85c](https://github.com/mdzz2048/Lite/commit/c5be85cb240deb2002400f4ef64bb3e4db4cace3)) +* :bug: 适配搜索命名、别名、备注显示 ([ed66f96](https://github.com/mdzz2048/Lite/commit/ed66f96d5c5c53e335c652c69698c6a832c1f236)) +* :bug: 修复 / 菜单宽度异常 ([8aacf1c](https://github.com/mdzz2048/Lite/commit/8aacf1c8664f095c23c0b040436ee6f198d2dad8)) +* :bug: 修复失效路径 ([35f7cd0](https://github.com/mdzz2048/Lite/commit/35f7cd02872139e777982d2e99e901b216c2f21b)) +* :bug: fix bug ([1b1ebf6](https://github.com/mdzz2048/Lite/commit/1b1ebf644ddde4efc20dc27b7b5b3fff58a74ed2)) + + +### Refactors + +* :recycle: 更新目录结构 ([7ee0461](https://github.com/mdzz2048/Lite/commit/7ee04619676f083f5cde7a403ce9c8719845ad9d)) + ## [1.1.3](https://github.com/mdzz2048/Lite/compare/v1.1.2...v1.1.3) (2023-10-28) diff --git a/package.json b/package.json index b735657..95ec900 100644 --- a/package.json +++ b/package.json @@ -74,5 +74,5 @@ } } }, - "version": "1.1.3" + "version": "1.1.4" }