Changelog
New updates and improvements to Postudio.
v0.2.6 — 跨设备帖子同步
Other Changes
- ## 新功能
- 帖子跨设备同步**:通过 Supabase 云端同步,多设备共享内容
- 图片云存储**:发布的图片随帖子同步,新设备自动下载
- 软删除机制**:删除操作支持跨设备同步(不再是本地物理删除)
- ## 改进
- 帖子列表支持 ImageRef 双路径格式(本地 + 云端),向后兼容旧数据
- 自动更新走 Supabase Edge Function 代理,不直接暴露 GitHub Token
- 生产构建不再包含任何 API key(.env.local 排除 + dotenv 仅 dev 模式)
- ## 修复
- 发布时正确传递 postId,解决重复 post 问题
- 图片发布前自动持久化到应用数据目录
- 历史重复帖子启动时自动合并
Other Changes
- Full Changelog**: https://github.com/aijcool/postudio/compare/v0.2.4...v0.2.5
Other Changes
- Full Changelog**: https://github.com/aijcool/postudio/compare/v0.2.3...v0.2.4
Other Changes
- Full Changelog**: https://github.com/aijcool/postudio/compare/v0.2.2...v0.2.3
Other Changes
- Full Changelog**: https://github.com/aijcool/postudio/compare/v0.2.1...v0.2.2
Other Changes
- Full Changelog**: https://github.com/aijcool/postudio/compare/v0.2.0...v0.2.1
Other Changes
- Full Changelog**: https://github.com/aijcool/postudio/compare/v0.1.9...v0.2.0
Other Changes
- Full Changelog**: https://github.com/aijcool/postudio/compare/v0.1.8...v0.1.9
Other Changes
- Full Changelog**: https://github.com/aijcool/postudio/compare/v0.1.7...v0.1.8
Other Changes
- Full Changelog**: https://github.com/aijcool/postudio/compare/v0.1.6...v0.1.7
Other Changes
- Full Changelog**: https://github.com/aijcool/postudio/compare/v0.1.5...v0.1.6
Other Changes
- Full Changelog**: https://github.com/aijcool/postudio/compare/v0.1.4...v0.1.5
Other Changes
- Full Changelog**: https://github.com/aijcool/postudio/compare/v0.1.3...v0.1.4
New Features
- comprehensive SEO optimization (sitemap, robots.txt, OG images, JSON-LD, FAQ)
Bug Fixes
- transparent icon background & EPIPE crash on startup
- regenerate icon.ico with 256x256 for Windows build
New Features
- add changelog page to website
New Features
- add in-app auto-update with menu bar restart notification
New Features
- initial release of Postudio desktop app
- Xiaohongshu, Douyin, Bilibili publishing via Playwright
- AI-powered content adaptation with Claude
- local credential storage with AES-256 encryption
Bug Fixes
- disable macOS code signing for initial distribution
- use GitHub API proxy for downloads