Ponshu Developer
fad896e817
chore: update download page to v1.0.39 (actual APK sizes)
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 13:40:23 +09:00
Ponshu Developer
26183e458e
chore: update download page to v1.0.39
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 13:27:01 +09:00
Ponshu Developer
ee7e3b2646
fix: increase curl upload timeout 300s -> 900s for large APK uploads
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 09:28:51 +09:00
Ponshu Developer
cb152ef78a
fix: remove unused apkInfo variable in release_to_gitea.ps1
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 13:41:28 +09:00
Ponshu Developer
cb71ab91de
fix: handle Vercel CLI stderr as ErrorRecord in release script
...
- Set ErrorActionPreference to Continue before vercel commands to prevent
PowerShell from treating Vercel CLI stderr output (version banner) as
a terminating error and jumping to the catch block prematurely
- Strip ANSI cursor-movement escape codes from output before regex matching
the Production URL (--no-color does not remove cursor movement sequences)
- Convert all 2>&1 output to strings via .ToString() before processing
Made-with: Cursor
2026-04-12 00:39:35 +09:00
Ponshu Developer
2074f85da8
fix: show correct file size (decimal) on download page
...
Made-with: Cursor
2026-04-11 22:39:11 +09:00
Ponshu Developer
cd57171670
fix: strengthen AI label recognition prompt and repo cleanup
...
Made-with: Cursor
2026-04-11 15:46:44 +09:00
Ponshu Developer
4096c67356
chore: update download page and add build script for v1.0.29
...
Made-with: Cursor
2026-04-11 15:13:04 +09:00
Ponshu Developer
f8ceb0bf02
fix: ソムリエ画面UIを統一 — カードスタイル・padding・重複ヘッダー削除
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-11 12:11:21 +09:00
Ponshu Developer
402c6b6448
chore: update download page to v1.0.28
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-11 09:19:31 +09:00
Ponshu Developer
c7168e831c
chore: update download page to v1.0.27
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-11 08:58:42 +09:00
Ponshu Developer
f3d6a92799
chore: v1.0.26 リリース完了 — APKアップロード・ダウンロードページ更新
...
- releases.json: v1.0.26 のダウンロードURLに更新
- release_to_gitea.ps1: consumer命名に統一 (lite/pro分割廃止)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-11 08:23:10 +09:00
Ponshu Developer
659e81628a
chore: v1.0.26 — Pro版ライセンス管理リリース
...
- pubspec.yaml: 1.0.21+32 -> 1.0.26+33
- home_screen.dart: 不正な ';' を削除(構文エラー修正)
- releases.json: v1.0.26 に更新
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-11 00:23:36 +09:00
Ponshu Developer
2b90756417
chore: update download page to v1.0.25
2026-04-10 16:39:40 +09:00
Ponshu Developer
30c15b553d
chore: update download page to v1.0.24
2026-04-09 19:32:07 +09:00
Ponshu Developer
3cbd9bad2c
chore: update download page to v1.0.23
2026-04-09 19:22:21 +09:00
Ponshu Developer
b3d07f8794
chore: update download page to v1.0.22
2026-04-09 19:12:25 +09:00
Ponshu Developer
d1a41b4d3b
chore: update download page to v1.0.21
2026-04-06 17:14:29 +09:00
Ponshu Developer
c5cb02f9ac
chore: update download page to v1.0.20
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-06 09:16:58 +09:00
Ponshu Developer
17e8d52a67
chore: bump version to 1.0.19+30, update download page to v1.0.19
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 13:44:22 +09:00
Ponshu Developer
4db63eb05a
fix: fix download page overlay not closing when pro APK is absent, rename Maita to Mai
...
releases.json に pro キーがないとき apks.pro.url 参照でJSエラーが発生し
hideUserSelect() が実行されず画面が切り替わらないバグを修正。
pro が存在しない場合はカードを非表示にする。
Maita 表記を Mai に変更。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 09:50:16 +09:00
Ponshu Developer
5dde69788b
chore: update releases.json to v1.0.18
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 07:34:16 +09:00
Ponshu Developer
57a2cf89bb
feat: bump v1.0.17 consumer build, update download links
...
IS_BUSINESS_APP=false の消費者向けAPKを v1.0.17+28 としてリリース。
releases.json を新URLに更新(pro欄削除、consumer命名に変更)。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 23:47:19 +09:00
Ponshu Developer
d89b6917fa
feat: v1.0.16 brushup + Synology Proxy integration
...
- fix: Replace hardcoded colors with AppColors theme
- refactor: Extract SakePhotoEditModal and SakeMbtiStampSection
- feat: Add taste chart manual editing feature
- test: Add unit tests for SakeItem and AnalysisCacheService (14 tests)
- feat: Add Synology AI Proxy server (Node.js/Docker)
- chore: Make useProxy configurable via dart-define
- chore: Add .apk/.aab/.ipa to .gitignore
- docs: Add proxy setup guide and project roadmap
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 00:13:12 +09:00
Ponshu Developer
21833e4e75
feat: Code quality improvements (v1.0-full-with-qr)
...
✨ Improvements:
- Replace print() with debugPrint() (7 instances)
- Migrate withOpacity to withValues (9 instances)
- Remove unused imports (2 files)
- Fix BuildContext async gaps with mounted checks
- Remove unused local variables
📊 Analysis Results:
- Flutter analyzer: 57 → 46 issues (-11)
- Security audit: Passed ✅
- Code quality: Production ready ✅
🎯 Purpose:
Complete snapshot before QR feature removal.
This is the last version with full QR functionality.
🤖 Generated with Claude Code & Antigravity
Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-30 00:54:22 +09:00
Ponshu Developer
5f2802728d
v1.0.8 - Original (Ponshu Room Lite MVP Complete)
2026-01-11 17:17:29 +09:00