Skip to content

Releases: jiangtian616/JHenTai

v8.0.0+251

02 Aug 16:45
Compare
Choose a tag to compare
  • 优化数据导出逻辑

  • Optimize data export logic

v8.0.0+250

01 Aug 13:07
Compare
Choose a tag to compare
  • 优化数据迁移逻辑

  • Optimize data migration logic

v8.0.0+249

01 Aug 02:47
Compare
Choose a tag to compare
  • 补充繁體中文(台灣)翻译 kenny03211
  • 优化桌面端详情页按钮区域手势
  • 修复安全设置在部分场景下的异常表现

  • Update traditional chinese translation
  • Optimize the gesture area of the button on the desktop details page
  • Fix the abnormal behavior of security settings in some scenarios

v8.0.0+248

31 Jul 07:04
Compare
Choose a tag to compare
  • 修复v7.4.10前的老版本升级时数据结构更新失败的bug

  • Fix the bug that the data structure update fails when upgrading some old versions

v8.0.0+247

30 Jul 16:55
Compare
Choose a tag to compare
  • 优化日志记录
  • 修复历史页在瀑布流布局下的显示bug

  • Optimize log recording
  • Fix the display bug of the history page in the waterfall layout

v8.0.0+246

30 Jul 02:56
Compare
Choose a tag to compare
  • 修复里站保存profile后,重启应用后会自动重置的bug

  • Fix the bug that the EX profile saved will be automatically reset after restarting the application

v8.0.0+245

29 Jul 16:48
Compare
Choose a tag to compare
  • 优化新版本数据迁移
  • 修复在画廊有双标题时,下载后ComicInfo.xml路径错误的问题 #476

  • Optimize the new version data migration
  • Fix the issue that the path of ComicInfo.xml is incorrect after downloading when there are double titles in the gallery #476

v8.0.0

29 Jul 13:41
Compare
Choose a tag to compare
  • 优化本地配置的存储方式,更新后首次启动后台会自动迁移配置数据,可能会出现卡顿等现象;支持配置导入导出
  • 域名前置访问机制由单点改为轮询,以避免未来可能发生的类似情况;域名前置开关默认关闭;不再支持修改host映射
  • 临时支持搜索已下载的画廊
  • 支持快捷本地屏蔽画廊上传者
  • 支持提示黎明之时与HV遭遇战事件,可在偏好设置中关闭
  • 支持预加载画廊封面,即使这些画廊还未在页面上显示,可在偏好设置中关闭
  • 支持切换显示画廊时间是否以UTC时间显示
  • 支持自定义图片缓存过期时间,应用启动时自动删除过期缓存
  • 现在搜索选项继承会应用于所有的搜索场景,而不再局限于点击标签搜索
  • 桌面模式搜索页下,点击联想标签后不再会丢失搜索框焦点
  • 当搜索时指定语言选项后,现在会将语言过滤条件拼在最前面而不是最后面,以解决部分短词组的搜索问题 #457
  • 手机与平板模式下,在搜索页面长按返回按钮可直接返回主页 #452
  • 本地评论屏蔽规则支持按内容过滤
  • 现在下载时会自动生成ComicInfo.xml元文件
  • 标签联想支持过滤-~前缀;修复部分场景下无法正确识别空格分隔的bug;优化结果排序
  • 优化评论区中的图片展示
  • 优化Extended布局下画廊列表的标签展示,将已关注标签提前
  • 优化历史记录的存储,减小存储大小(存量数据需要启动后等待后台自动处理完成)
  • 优化部分页面组件的鼠标拖动逻辑
  • 优化保存图片中断失败时的删除逻辑
  • 优化平板布局和桌面布局的下的snack样式
  • 优化更新dialog
  • 阅读页渲染添加些许延迟以优化UI渲染性能
  • 移除搜索设置中过时的选项
  • 修复在某些情况下E站原图无法加载时,保存图片闪退的bug
  • 修复部分场景下解析缩略图卡住的问题
  • 修复安卓端保存压缩图片时的内容发生变化的bug
  • 修复评论中的图链无法点击跳转的bug
  • 修复语言选项中缺少荷兰语和越南语的bug
  • 修复可以通过侧滑手势绕过安全认证的bug #449
  • 修复标签屏蔽规则中使用中文无效的bug
  • 修复部分场景下载图片失败时未正确提示的bug #462

  • Optimize the storage method of local configuration, support configuration import and export
  • Change the domain fronting mechanism from single point to round-robin to avoid similar issues in the future. The domain fronting switch is turned off by default. No longer support modifying host mapping
  • Support searching downloaded galleries temporarily
  • Support quick local blocking of gallery uploader
  • Support prompt for the event of the dawn and HV encounter, can be turned off in preferences setting
  • Support preloading gallery covers, even if these galleries are not yet displayed on the page, can be turned off in preferences setting
  • Support switching the display of gallery time to UTC time
  • Support custom image cache expiration time, automatically delete expired cache when the application starts
  • Now search options inheritance will be applied to all search scenarios, not just clicking on tags to search
  • In desktop layout, clicking on the suggestion tags no longer causes the search field to lose focus
  • When specifying language options during search, the language filter condition is now concatenated at the front rather than the end to solve some short phrase search problems #457
  • In mobile and tablet mode, long press the back button on the search page to return to the home page directly #452
  • Local comment blocking rules support filtering by content
  • Now generate ComicInfo.xml metadata file automatically when downloading
  • Tag suggestion supports filtering -~ prefix; fix bug of not recognizing space-separated tags correctly in some scenarios; optimize result sorting
  • Optimize image display in comments
  • Optimize tag display in gallery list under Extended layout, move watched tags to the front
  • Optimize history record storage, reduce storage size(Existing data needs to wait for background processing to complete after startup)
  • Optimize mouse drag logic of some page components
  • Optimize deletion logic when saving images is interrupted
  • Optimize snack style under tablet layout and desktop layout
  • Optimize update dialog
  • Add a slight delay to the rendering of the reading page to optimize UI rendering performance
  • Remove outdated options in search settings
  • Fix bug with image save when image is broken
  • Fix bug of parsing thumbnails stuck in some scenarios
  • Fix bug of content change when saving compressed images on Android
  • Fix bug of image link in comment not clickable
  • Fix bug of missing Dutch and Vietnamese in language options
  • Fix bug of bypassing security authentication through swipe gesture #449
  • Fix bug of usage of Chinese in tag blocking rules
  • Fix bug of incorrect prompt when downloading images fails #462

v7.5.5

21 May 14:27
Compare
Choose a tag to compare
  • 支持本地屏蔽系统,可屏蔽列表页中的画廊或者详情页中的评论,废弃旧本地屏蔽标签功能
    • 评论页支持长按评论快速屏蔽
  • 支持添加收藏备注
  • 临时修改部分设置默认值(精简主页面开关默认开启、主页面默认只搜索NON-H)
  • 支持从单图链接跳转画廊详情页
  • 支持自定义阅读页菜单手势区域与翻页手势区域的宽度比例
  • 画廊排序改为自然排序
  • 部分评论发言过滤
  • 优化更新收藏标签的时机
  • 支持阅读页图片压缩
  • 修复文件搜索时的相关bug
  • 修复高版本安卓无法保存图片的bug
  • 修复部分画廊相似搜索时截取的标题不正确的bug
  • 修复阅读页翻页bug
  • 桌面端进入全屏模式时自动退出窗口最大化,以处理三方插件的全屏模式问题

  • Support local blocking rule system, now you can block gallerys or comments by writing rules
    • Support long press to block comment
  • Support add favorite note
  • Temporary change default value of some settings
  • Support jump to gallery detail page from single image link
  • Support custom the width ratio of reading page menu gesture area and page turning gesture area
  • Change gallery sort rule to natural sort
  • Filter some words for comments
  • Optimize refreshing watched tags
  • Support compress image on reading page
  • Fix bug with file search
  • Fix bug that can't save image on high version Android
  • Fix bug that search keyword is incorrect for some gallerys when do similar search
  • Fix bug for page turning in read page
  • Exit window maximize when enter full screen mode on desktop, fix full screen mode bug of third-party plugins

v7.5.4+222

21 May 13:00
Compare
Choose a tag to compare
  • 修复路由bug

  • Fix route bug