Skip to content

Commit

Permalink
docs(changelog): Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
realth000 committed Aug 18, 2024
1 parent 113f6d6 commit 9dffede
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- 设置:支持设置帖子卡片的外观,包括对齐方式和是否显示最后回复的用户。
- 默认不居中并显示最后回复的用户,可在外观 -> 帖子卡片中关闭。
- 网页:解析网页中的字体背景颜色。
- 网页:深色模式下将浅色转换为深色
- 网页:解析网页时,若处在深色模式下,将难以看清的浅色转换为深色
- 认证:支持使用UID和邮箱登录。
- 认证:登录失败时自动刷新验证码。
- 帖子:支持复制楼层的分享链接
- 帖子:显示楼层用户的昵称和分组,回复时间调整为精确格式。
- 帖子:支持复制楼层的分享链接。
- 帖子:支持从消息页的回复提醒跳转过来后滚动到相应回复。
- 帖子:支持在解析网页链接时解析其中指定的楼层,并在页面加载后跳转到该楼层。
- 当网页链接形式为`tid=THREAD_ID&page=PAGE#pidPOST_ID`时,忽视“倒序浏览楼层”的设置以保证加载指定的页数。
- 消息:现在可在帖子中回复的消息会直接跳转到帖子相应的页面中
- 消息:现在来源于帖子中的消息会直接跳转到帖子的相应楼层,而不经过消息详情页

### Fixed

Expand All @@ -51,11 +52,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- app:图片加载时显示占位图片的大小调整为80x80。
- app:更新app描述和版权页样式。
- app:去除各种卡片的高度,更符合Material 3。
- app: 优化布局。
- app: 优化布局,除去一些空白
- 关于:更新版本号格式,更符合semver。
- 分区:某些情况下分区为空时显示登录按钮。
- 分区:分区内筛选帖子的选项现在会一直显示在帖子列表顶部。
- 帖子:现在帖子的当前页码只会显示在顶部菜单栏右上角,随页面滚动而刷新。
- 帖子:现在帖子的当前页码只会显示在右上角,随页面滚动而刷新。
- 首页:迁移至官方轮播图,以修复一些问题。
- internal: 提高flutter版本至 3.24(dart 3.5)。
- internal: 最低要求macOS 11。
- internal: 重构功能:
Expand Down

0 comments on commit 9dffede

Please sign in to comment.