Releases: besscroft/PicImpact
v2.6.2
v2.6.1
What's Changed
- 自动聚焦在用户账户认证的文本框上 by @Ranzeplay in #323
- fix: array empty string error by @besscroft in #324
- docs: add readme env detail by @besscroft in #325
Full Changelog: v2.6.0...v2.6.1
v2.6.0
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
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
What's Changed
- fix: remove unreferenced code and update deps by @besscroft in #297
- Fix/issue 299 by @besscroft in #301
- fix: type error by @besscroft in #302
- ci: remove and update yaml by @besscroft in #303
Full Changelog: v2.5.4...v2.5.5
v2.5.4
v2.5.3
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
- @Ranzeplay made their first contribution in #296
Full Changelog: v2.5.2...v2.5.3
v2.5.2
v2.5.1
v2.5.0
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