Releases: jiangtian616/JHenTai
Releases · jiangtian616/JHenTai
v3.2.1+65
v3.2.0+64
此次更新改动较大,如出现bug 请issue反馈或保留下载数据后回滚旧版本。
This update is a big change, if you encounter bugs please add an issue or roll back to old version(remenber to save download data).
- 完全重写了下载引擎
- 重构下载列表页面,提升性能
- 新增下载配置,可选择按下载任务加入的顺序下载
- 支持配置主页中[最新]部分画廊的搜索选项
- 添加只删除下载任务,不删除下载的图片的选项
- 阅读页面新增配置:双击放大图片
- 更改下载并发度等设置不再需要重启
- 改变下载路径后,不再自动恢复所有下载任务
- 恢复下载任务后,自动按下载时间排序
- 取消保存下载元数据的选项,现在会强制保存
- 修改阅读方向为左右、开启连续滚动时,翻页至下一图片的处理逻辑,原:移动至当前屏幕中的最后一个图片,现:移动至当前屏幕中的第二张图片
- 目前只支持默认的归档下载设置,如果不是则进行错误提示
- 外置链接默认使用第三方应用打开
- 修复下载完成后,重启app后图片丢失的bug
- 修复暂停下载时可能出现的bug
- Completely rewrite the download engine
- Refactor download page to improve performance
- New download configuration, you can choose to download in the order in which the download tasks are added.
- Added the option to only delete the download tasks, not including downloaded images
- Changing download concurrency and other settings no longer requires a reboot
- Not automatically resume all download tasks after changing the download path
- Automatically sort by download time after restoring download tasks
- Now it will be forced to save download metadata
- Support default archiver settings only, if not, toast error message
- Use external app to launch external url by default
- Support filter galleries in [latest] gallery list in home page
- New read page setting option: double tap to scale up
- Change logic about jump to next page with horizontal read direction and continuous scroll enabled. Previous: jump to last image in screen, now: jump to second image in screen
- Fix the bug that several images are lost after rebooting the app after downloading is finished
- Fix the bug that happens when user pauses download task
v3.1.0+63
此次更新完全重构了阅读页面,如出现bug 请issue反馈或保留下载数据后回滚旧版本。
This update is a big change, almost involed all the code, if you encounter bugs please add an issue or roll back to old version(remenber to save download data).
- 测试添加对Linux的支持
- 重构阅读页面,提升复用性
- 阅读页面新增双页模式和横向连续滚动模式
- 主页增加唤起快速搜索抽屉的按钮
- 开始下载归档后自动关闭dialog
- 修复阅读方向为从右到左时,缩略图和滑块的方向未同步的bug
- 桌面模式下代理地址禁止设置为空
- 去除Windows系统下清楚日志的功能
- Support Linux(Experimental)
- Refactor read page to reduce coupling
- Add double column mode and continuous scroll mode for read page
- Add button in home page to open quick search drawer
- Close dialog automatically after beginning to download archive
- Fix bug that when read direction is right-to-left, direction of thumbnails and slider is wrong
- Check proxy address for desktop(shouldn't be empty)
- Disable deleting logs on Windows
v3.0.6+62
- 合并 #24 ,采用新Icon
- 新增快速搜索时,自动将搜索关键词作为name
- 支持通过设置 禁止手势唤起快速搜索的抽屉
- 在搜索页面单独增加一个按钮唤起快速搜索的抽屉
- 修复在搜索页面时,点击跳页、筛选或增加快速搜索按钮后自动唤起输入法的bug
- Merge #24 to adopt new icon
- Use current search keyowrd as name when adding a new quick search
- Add setting to support disable the gesture to open quick search drawer
- Add a separate button in search page to open quick search drawer
- Fix bug that soft keyboard is opened automatically after tapping jump page button or filter button in search page
v3.0.5+61
v3.0.4+60
v3.0.3+59
v3.0.2+58
v3.0.0+56
此次更新改动较大,几乎牵涉了全部代码,如出现bug请issue反馈或保留下载数据后回滚旧版本。
This update is a big change, almost involed all the code, if you encounter bugs please add an issue or roll back to old version(remenber to save download data).
- 新增手机布局V2和平板布局V2,原手机布局和平板布局停止维护,可在设置-样式-布局模式进行切换 #10
- 部分页面新增返回到最上面的浮动按钮
- 修复账号密码登录失败后,第一次Cookie登录必定失败的bug
- 修复安卓系统连按两下返回键才能推出app的功能失效的bug
- 修复未登录情况下访问收藏页和关注页后的相关处理bug
- 重构桌面布局切换tab的底层逻辑,修复部分场景下切换tab后滚动偏移量出现误差的bug
- 重构BasePage,提取公用逻辑
- 重构搜索页面,提取公用逻辑
- New mobile layout and tablet layout, stop the maintenance of previous mobile layout and tablet layout. Switch it in Setting-Style-LayoutMode #10
- Add floating button for returning to the top in some pages
- Fix the bug about failure with login via cookie
- Fix the bug that the function of taping return button twice to exit app in Android is invalid.
- Fix the bug of entering favorite page and watched page after login
- Reconstruct the basic logic of switching tabs in desktop layout, and fix the bug with scrolling offset after switching tabs in some scenes.
- Refactor BasePage to extract the common logic.
- Refactored search page to extract the common logic.'
v2.1.9+55
- 重构排行榜页面,支持显示e站200页排行榜,功能和画廊等页面靠齐,如跳页、高亮已关注标签
- 修复跳页后先向前翻页再向后翻页时的bug
- 修复重试下载图片时数据库重复插入数据的bug
- 重构basePage,解耦提升复用性
- Support more galleries in ranklist page(200 pages) and highlight favorited tags
- Fix the bug when turn the page forward and then turn the page backward after jumping page
- Fix the bug of repeated data insertion in the database when retrying to download pictures
- Refactor BasePage, decoupling and enhance reusability