|
1 | | -# Release v1.2.4 |
| 1 | +# Release v1.2.5 |
2 | 2 |
|
3 | 3 | ## Changes |
4 | 4 |
|
5 | | -- Fix: GitHub Actions (998ae1d) |
6 | | -- Refactor: DBを直接参照しているような箇所をなくす (4103118) |
7 | | -- Fix: testが通らない問題を修正 (a03288d) |
8 | | -- Fix: Format ReportService constructor to single line (a47cb9e) |
9 | | -- Fix: Remove duplicate else block in CLI gitignore.ts (4bfcbab) |
10 | | -- Fix: Resolve linting issues and add Biome to CLI (c56e6f8) |
11 | | -- Fix: Resolve Biome configuration and linting issues (52056c5) |
12 | | -- Fix: BiomeのConfigMiss (a95bc09) |
13 | | -- Feat: Implement report functionality for rules (ad58428) |
14 | | -- Fix: Biomeのfixを適用 (7ae7818) |
15 | | -- Fix: 壊れているsymlinkを削除 (d794e27) |
16 | | -- Update pnpm lockfile (60d42ba) |
17 | | -- Chore: Apply Biome formatting to CLI files and update lockfile (4d09a55) |
18 | | -- Fix: Exclude CSS files from lint by using glob patterns in scripts (4249243) |
19 | | -- Fix: Exclude CSS files from Biome linting (776ba7b) |
20 | | -- Refactor: Unify Biome configuration to root .biome.json (a6270ec) |
21 | | -- Refactor: Improve UserProfile type structure and fix schema validation (07641a9) |
22 | | -- 命名規則が揃っていないのを修正 (0e40190) |
23 | | -- Feat: Create UserService to centralize user data fetching operations (10d6aeb) |
24 | | -- Refactor: Convert UserPackingService to pure utility and move to packing folder (850e4cd) |
25 | | -- Feat: Implement unified UserPackingService for consistent user data formatting (4d7c126) |
26 | | -- Feat: Implement role-based admin and moderator system (376681b) |
27 | | -- 色々修正 (270b6c1) |
28 | | -- Fix Cloudflare deploy paths (79618b1) |
29 | | -- Enhance: Auto-update version in cross-platform build script (156a467) |
30 | | -- Fix: Update CLI version to 1.2.3 and fix install script (82c59de) |
31 | | -- Refactor (c8ec53a) |
32 | | -- Enhance: Add consistent null safety checks across template engine (3336e2e) |
33 | | -- Enhance: Improve type safety for template options (ed9aa40) |
34 | | -- Fix: Resolve template replacement security issues and version switching bugs (04c8dc3) |
35 | | -- Fix: Address additional PR review feedback (5f8eb4a) |
36 | | -- Fix: Address PR review feedback - security and code quality improvements (e32710a) |
37 | | -- Feat: Implement template engine for dynamic rule variables (c8e1ef3) |
38 | | -- Fix: Add missing environment variables to staging configuration (9231ae4) |
39 | | -- Enhance: Add comprehensive OAuth and pagination i18n keys (43048fe) |
40 | | -- Fix: Add missing OAuth translation keys (a043c0d) |
41 | | -- Fix: Remove unused imports and parameters in disabled auth endpoints (4f82150) |
42 | | -- Emailログイン停止に伴って、testもskipするように (ec07412) |
43 | | -- 一旦Emailログインを停止 (bdd178a) |
| 5 | +- fix: align cli package json with biome formatting (c18f8c6) |
44 | 6 |
|
45 | 7 | ## Release Notes |
46 | 8 |
|
47 | 9 | This release includes: |
48 | 10 | - Server application updates |
49 | | -- CLI tool updates |
| 11 | + |
50 | 12 | - Bug fixes and improvements |
51 | 13 | - Performance optimizations |
52 | 14 |
|
|
0 commit comments