Skip to content

Releases: 3003h/Eros-FE

v1.7.1

30 Oct 03:47
Compare
Choose a tag to compare

✨ 功能

  • 更新 My Setting 设置页,同步网站设置

🐞 Bug 修复

  • 修复画廊只有一张图片时,Slider 组件异常的问题
  • 修复在启用了仅显示上传者评论时,如果上传者没有评论,画廊页异常的问题
  • 修复关于页中最新版本号显示空白的问题
  • 改进一处收藏相关的开关描述
  • 修复从外部url打开的链接无法跳转的问题 #369

✨ Features

  • Update My Setting page to synchronize website settings

🐞 Bug Fixes

  • Fix an issue with the Slider component when there is only one image in the gallery
  • Fix an issue on the gallery page when only uploader comments are enabled and the uploader has no comments
  • Fix an issue where the latest version number is blank on the about page
  • Improve the description of a switch related to favorites
  • Fix an issue where links opened from an external URL cannot be redirected #369

v1.7.0

29 Oct 06:53
Compare
Choose a tag to compare

✨ 功能

  • 更新支持新的详情页缩略图解析 (感谢 @Indekkusu545)

🐞 Bug 修复

  • 修复 MySetting Web设置页导航栏按钮无效

✨ Features

  • Update to support new thumbnail parsing on the detail page. (Thanks to @Indekkusu545)

🐞 Bug Fixes

  • Fix the invalid navigation button on the MySetting Web setting page

v1.6.3

26 Aug 00:36
Compare
Choose a tag to compare

✨ 功能

  • MySQL连接不再强制要求SSL

✨ Features

  • MySQL connection no longer requires SSL

v1.6.2

25 Aug 11:05
Compare
Choose a tag to compare

更新

  • 更新 Flutter 版本

Update

  • Update Flutter

v1.6.1

03 Apr 12:03
Compare
Choose a tag to compare

🐛 修正

  • 修复 Web 登陆页中无法跳转 recapture 的问题 #357

🐛 Fixes

  • Fix the issue of unable to redirect to recapture on the web login page.

v1.6.0+540

19 Mar 21:31
Compare
Choose a tag to compare

✨ 功能

  • 改名为 Eros-FE
  • 更新 Flutter 版本, 更新依赖

🐛 修正

  • 自定义Json解析, 避免因为类型导致的解析异常 #339

✨ Features

  • Rename to Eros-FE
  • Update Flutter version, update dependencies

🐛 Fixes

  • Custom Json parsing to avoid parsing exceptions caused by types #339

v1.5.4+534

01 Dec 03:20
Compare
Choose a tag to compare

🐛 修正

  • 恢复丢失的平板布局设置项 #310
  • 修复主页标签页排序问题 #304
  • 修复分组设置部分设置项无法保存 #309
  • 修复预载逻辑 #306 #307 @wh201906

🐛 Fixes

  • Restore lost tablet layout settings #310
  • Fix an issue with homepage tab sorting #304
  • Fix an issue in group settings where some advanced settings cannot be saved #309
  • Fix preloading logic #306 #307 @wh201906

v1.5.2+532

17 Nov 00:19
Compare
Choose a tag to compare

🐛 修正

  • 修复阅读进度同步问题 #288
  • 修复 iOS 平台导出应用设置数据的问题
  • 修复 iOS 平台不能正常保存图片到相册的问题

✨ 新增

  • 可以使用远程 MySQL 数据库同步阅读进度和历史记录 #303

🐛 Fixes

  • Fix the issue of reading progress synchronization #288
  • Fix the issue of exporting application settings data on iOS platform
  • Fix the issue that iOS platform cannot save pictures to albums normally

✨ New

  • You can use remote MySQL database to synchronize reading progress and history #303

v1.5.1+531

14 Nov 22:08
Compare
Choose a tag to compare

🐛 修正

  • 修正瀑布流布局下,刷新或加载数据时,会闪烁的问题 #288
  • 修正 EhTagTranslation 翻译数据版本检查问题

✨ 新增

🛠️ 重构

  • 重构更多页面
  • 优化列表性能

🐛 Fixes

  • Fix the issue of flickering when refreshing or loading data in the waterfall flow layout #288.

✨ New

  • Update Japanese translation @cristal-node #300
  • Add threshold setting for perception hash blocking

🛠️ Refactor

  • Refactor more pages
  • Optimize list performance

v1.5.0+530

11 Nov 21:16
Compare
Choose a tag to compare

🐛 修正

  • 修正 MayTag 列表中,删除标签后,标签列表不会更新的问题
  • 修正 MayTag 列表中,在搜索结果列表中删除Tag, 会删错的问题

🛠️ 重构

  • 重构大部分设置页面,使用Flutter官方的 CupertinoListTile等组件 (#299)

🐛 Fixes

  • Fix the issue that the tag list will not be updated after deleting the tag in the MayTag list.
  • Fix the issue that deleting tags in the search result list in the MayTag list will delete the wrong tag.

🛠️ Refactor

  • Refactor most of the settings page, use the official Flutter CupertinoListTile and other components (#299)