Skip to content

Releases: master-lzh/PiPixiv

PiPixiv v1.0.13

25 Jan 10:05
Compare
Choose a tag to compare

Release v1.0.13

What's Changed

  • Add fastlane for F-Droid by @linsui in #2
  • Remove DependencyInfoBlock for F-Droid by @linsui in #4

New Contributors

  • @linsui made their first contribution in #2

Full Changelog: v1.0.11...v1.0.13

依赖版本提升:

  • compose-bom 2024.12.01->2025.01.00
  • kotlinx-serialization 1.7.3->1.8.0
  • kotlinx-coroutines 1.9.0->1.10.1

PiPixiv v1.0.11

16 Dec 12:15
Compare
Choose a tag to compare

Release v1.0.11

Full Changelog: v1.0.10...v1.0.11

  • 依赖版本提升:
    • compose-bom 2024.11.00->2024.12.01
    • Kotlin 2.0.21->2.1.0
    • Ktor 2.3.12->3.0.2
    • Coil 3.0.0-rc01->3.0.4
  • fix 网络请求421 error code

PiPixiv v1.0.10

18 Oct 15:10
Compare
Choose a tag to compare

Release v1.0.10

Full Changelog: https://github.com/master-lzh/PiPixiv/commits/v1.0.10

  • 重要升级:release包签名更换,之前一直使用的debug签名,需要卸载重新安装apk
  • 性能提升:列表页面全部迁移到paging3
  • 添加flavor,foss版本用于F-Droid

PiPixiv v1.0.9

11 Oct 12:51
Compare
Choose a tag to compare

Release v1.0.9

Full Changelog: https://github.com/master-lzh/PiPixiv/commits/v1.0.9

  • SDK升级:升级Kotlin版本至2.0.20,升级Compose至1.7.3
  • 性能提升:重构首页使用androidx.paging3库,极大提升了首页滑动流畅度(后续版本会应用到所有有列表加载的页面)
  • 重构网络层,将OkHttp换成Ktor
  • 优化Datastore,序列化格式由json变为protobuf
  • 将一些全局状态重构成单例模式,简化代码,便于依赖注入
  • 适配Compose Navigation新的Type Safe导航

PiPixiv v1.0.8

27 May 03:19
Compare
Choose a tag to compare

Release v1.0.8

Full Changelog: v1.0.7...v1.0.8

  • 重要升级:升级Kotlin版本至2.0.0,适配新的K2编译器,AGP版本8.3.2->8.4.1
  • 补充首页长按收藏按钮功能
  • 替换pull refresh组件为m3中的组件
  • 使用最新animation库中SharedTransition功能,优化页面跳转体验
  • 搜索预览、搜索结果、收藏页添加下拉刷新

PiPixiv v1.0.7

10 May 19:19
Compare
Choose a tag to compare

Release v1.0.7

Full Changelog: v1.0.6...v1.0.7

  • 修复长按收藏公开类型错误

PiPixiv v1.0.6

10 May 17:55
Compare
Choose a tag to compare

Release v1.0.6

Full Changelog: v1.0.5...v1.0.6

  • 新增长按收藏按钮触发标签收藏(除首页外的收藏按钮均可长按,下个版本加上)
  • 新增收藏页

PiPixiv v1.0.5

07 May 06:29
Compare
Choose a tag to compare

Release v1.0.5

Full Changelog: v1.0.4...v1.0.5

  • 新增动图播放
  • 优化作品卡片右上角标签展示(AI,GIF,数量)

PiPixiv v1.0.4

22 Apr 14:09
Compare
Choose a tag to compare

Release v1.0.4

Full Changelog: v1.0.3...v1.0.4

  • 用户历史记录页面,支持在页面中搜索

PiPixiv v1.0.3

21 Apr 10:43
Compare
Choose a tag to compare

Release v1.0.3
Full Changelog: v1.0.2...v1.0.3

  • 支持deeplink:图片详情页,用户资料页
  • 新增他人资料页
  • 新增图片源选择