Skip to content

Releases: besscroft/PicImpact

v2.6.2

22 Jun 15:18
9a32bf2

Choose a tag to compare

What's Changed

  • fix: improve filename extraction and download handling in download.ts and preview-image.tsx by @Zheaoli in #327

Full Changelog: v2.6.1...v2.6.2

v2.6.1

20 Jun 10:31
f2ae5b0

Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.6.1

v2.6.0

18 Jun 12:25
3146463

Choose a tag to compare

What's Changed

  • 将卡片固定高度更改为最小高度以防止显示溢出 by @Ranzeplay in #314
  • Revert "fix: image list search error" by @Zheaoli in #315
  • fix: refactoring with better-auth by @besscroft in #318
  • fix: image list search error by @besscroft in #320
  • fix: update R2 configuration handling in response generation by @Zheaoli in #316

升级指南(重要)

环境变量

v2.6.0 开始,引入了 better-auth,所以原来的 AUTH_SECRET 需要更改为 BETTER_AUTH_SECRET

登录注册

在您升级至 v2.6.0 或者初次最新版本时,请去 登录 -> 注册 自行注册一个账户。注册时系统会自动创建一个名为 admin 的 account,通过注册功能仅允许注册一个账户

cloudflare r2 配置

配置 r2_endpoint 改为 r2_account_id,值在这里获取:

https://<ACCOUNT_ID>.r2.cloudflarestorage.com

这里的 ACCOUNT_ID 就是的啦!

如有问题,欢迎您及时反馈,也期待您的 PR!

Full Changelog: v2.5.6...v2.6.0

v2.5.6

06 Jun 16:37
fec6d70

Choose a tag to compare

What's Changed

🐛 update command component for improved keyboard shortcut handling by @Zheaoli in #304
🐛 back to previous page when existing image preview by @Ranzeplay in #309
🐛 Enhance header navigation buttons with tooltips and accessibility by @CziSKY in #311
♻️ file upload by @besscroft in #305
⬆️ update README.md and deps by @besscroft in #312
🐛 image list search error by @besscroft in #313

将 S3 API 和 Cloudflare 改为仅使用预签名 URL 上传,以避免 Serverless 平台文件大小限制。
修复了一些被发现和反馈的问题,以及更新了一些增强体验的小细节。

New Contributors

Full Changelog: v2.5.5...v2.5.6

v2.5.5

23 May 14:58
e3b2565

Choose a tag to compare

What's Changed

Full Changelog: v2.5.4...v2.5.5

v2.5.4

21 May 13:07
ff7a77b

Choose a tag to compare

What's Changed

🐛 修复了可能影响系统使用的问题。
⬆️ 升级了部分依赖版本。

Full Changelog: v2.5.3...v2.5.4

v2.5.3

20 May 07:53
6c0fd8f

Choose a tag to compare

What's Changed

  • feat: integrate PWA support and enhance configuration handling by @Zheaoli in #295
  • refactor: 调整代码以消除Docker和Next.js构建阶段的部分警告 by @Ranzeplay in #296

New Contributors

Full Changelog: v2.5.2...v2.5.3

v2.5.2

18 May 11:01
6297d03

Choose a tag to compare

What's Changed

  • refactor: update album management components for improved localization and error handling by @Zheaoli in #294

Full Changelog: v2.5.1...v2.5.2

v2.5.1

18 May 05:48
c25bac9

Choose a tag to compare

What's Changed

  • fix: direct upload not working by @Zheaoli in #292
  • feat: enhance download functionality for S3 and R2 by @Zheaoli in #293

Full Changelog: v2.5.0...v2.5.1

v2.5.0

17 May 18:21
83dc2c3

Choose a tag to compare

What's Changed

  • fix: update showStatus handling in list component to support empty string and improve data fetching logic by @Zheaoli in #287
  • style: fix list options mobile style by @besscroft in #289
  • feat: enhance file upload functionality with S3 and R2 support by @Zheaoli in #291

Full Changelog: v2.4.5...v2.5.0