From 65de20705ceee3427080643f196da6b27b6161a6 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 16 Mar 2026 10:10:08 +0000 Subject: [PATCH 1/4] =?UTF-8?q?SpaceStudyShip-FE=20=EB=B2=84=EC=A0=84=20?= =?UTF-8?q?=EA=B4=80=EB=A6=AC=20:=20docs=20:=20v1.1.42=20README=20?= =?UTF-8?q?=EB=B2=84=EC=A0=84=20=EC=A0=95=EB=B3=B4=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de485b4..a402a72 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ samples, guidance on mobile development, and a full API reference. -## 최신 버전 : v1.1.41 (2026-03-16) +## 최신 버전 : v1.1.42 (2026-03-16) [전체 버전 기록 보기](CHANGELOG.md) From 0e99bb6fc4d42876e7aaa906b178bad6f1c97e18 Mon Sep 17 00:00:00 2001 From: EM-H20 Date: Tue, 17 Mar 2026 00:15:59 +0900 Subject: [PATCH 2/4] =?UTF-8?q?fix=20:=20=EC=B9=B4=ED=85=8C=EA=B3=A0?= =?UTF-8?q?=EB=A6=AC=20=EC=95=84=EC=9D=B4=EC=BD=98=20=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=EB=AA=85=20=EB=B3=80=EA=B2=BD=20=EB=B0=98=EC=98=81=20=EB=B0=8F?= =?UTF-8?q?=20presets=2020=E2=86=9215=EA=B0=9C=20=EC=B6=95=EC=86=8C=20#56?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Planet 1~20.svg 삭제 → planet-01~15.svg로 교체 - _assetNames 매핑을 실제 파일명과 일치하도록 수정 - presets 목록을 에셋 수(15개)에 맞춰 축소 --- assets/icons/categories/Planet 1.svg | 16 -- assets/icons/categories/Planet 10.svg | 14 -- assets/icons/categories/Planet 11.svg | 35 ---- assets/icons/categories/Planet 12.svg | 42 ---- assets/icons/categories/Planet 13.svg | 41 ---- assets/icons/categories/Planet 14.svg | 17 -- assets/icons/categories/Planet 15.svg | 34 --- assets/icons/categories/Planet 16.svg | 17 -- assets/icons/categories/Planet 17.svg | 45 ---- assets/icons/categories/Planet 18.svg | 53 ----- assets/icons/categories/Planet 19.svg | 29 --- assets/icons/categories/Planet 2.svg | 17 -- assets/icons/categories/Planet 20.svg | 89 -------- assets/icons/categories/Planet 3.svg | 14 -- assets/icons/categories/Planet 4.svg | 16 -- assets/icons/categories/Planet 5.svg | 40 ---- assets/icons/categories/Planet 6.svg | 14 -- assets/icons/categories/Planet 7.svg | 41 ---- assets/icons/categories/Planet 8.svg | 28 --- assets/icons/categories/Planet 9.svg | 44 ---- assets/icons/categories/planet-01.svg | 104 ++++++++++ assets/icons/categories/planet-02.svg | 111 ++++++++++ assets/icons/categories/planet-03.svg | 119 +++++++++++ assets/icons/categories/planet-04.svg | 119 +++++++++++ assets/icons/categories/planet-05.svg | 14 ++ assets/icons/categories/planet-06.svg | 55 +++++ assets/icons/categories/planet-07.svg | 60 ++++++ assets/icons/categories/planet-08.svg | 77 +++++++ assets/icons/categories/planet-09.svg | 195 ++++++++++++++++++ assets/icons/categories/planet-10.svg | 66 ++++++ assets/icons/categories/planet-11.svg | 170 +++++++++++++++ assets/icons/categories/planet-12.svg | 55 +++++ assets/icons/categories/planet-13.svg | 61 ++++++ assets/icons/categories/planet-14.svg | 60 ++++++ assets/icons/categories/planet-15.svg | 37 ++++ lib/core/constants/category_icons.dart | 40 ++-- .../widgets/category_add_bottom_sheet.dart | 2 +- 37 files changed, 1319 insertions(+), 672 deletions(-) delete mode 100644 assets/icons/categories/Planet 1.svg delete mode 100644 assets/icons/categories/Planet 10.svg delete mode 100644 assets/icons/categories/Planet 11.svg delete mode 100644 assets/icons/categories/Planet 12.svg delete mode 100644 assets/icons/categories/Planet 13.svg delete mode 100644 assets/icons/categories/Planet 14.svg delete mode 100644 assets/icons/categories/Planet 15.svg delete mode 100644 assets/icons/categories/Planet 16.svg delete mode 100644 assets/icons/categories/Planet 17.svg delete mode 100644 assets/icons/categories/Planet 18.svg delete mode 100644 assets/icons/categories/Planet 19.svg delete mode 100644 assets/icons/categories/Planet 2.svg delete mode 100644 assets/icons/categories/Planet 20.svg delete mode 100644 assets/icons/categories/Planet 3.svg delete mode 100644 assets/icons/categories/Planet 4.svg delete mode 100644 assets/icons/categories/Planet 5.svg delete mode 100644 assets/icons/categories/Planet 6.svg delete mode 100644 assets/icons/categories/Planet 7.svg delete mode 100644 assets/icons/categories/Planet 8.svg delete mode 100644 assets/icons/categories/Planet 9.svg create mode 100644 assets/icons/categories/planet-01.svg create mode 100644 assets/icons/categories/planet-02.svg create mode 100644 assets/icons/categories/planet-03.svg create mode 100644 assets/icons/categories/planet-04.svg create mode 100644 assets/icons/categories/planet-05.svg create mode 100644 assets/icons/categories/planet-06.svg create mode 100644 assets/icons/categories/planet-07.svg create mode 100644 assets/icons/categories/planet-08.svg create mode 100644 assets/icons/categories/planet-09.svg create mode 100644 assets/icons/categories/planet-10.svg create mode 100644 assets/icons/categories/planet-11.svg create mode 100644 assets/icons/categories/planet-12.svg create mode 100644 assets/icons/categories/planet-13.svg create mode 100644 assets/icons/categories/planet-14.svg create mode 100644 assets/icons/categories/planet-15.svg diff --git a/assets/icons/categories/Planet 1.svg b/assets/icons/categories/Planet 1.svg deleted file mode 100644 index 85c7f29..0000000 --- a/assets/icons/categories/Planet 1.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/assets/icons/categories/Planet 10.svg b/assets/icons/categories/Planet 10.svg deleted file mode 100644 index 3411a2d..0000000 --- a/assets/icons/categories/Planet 10.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/assets/icons/categories/Planet 11.svg b/assets/icons/categories/Planet 11.svg deleted file mode 100644 index faad5d0..0000000 --- a/assets/icons/categories/Planet 11.svg +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/icons/categories/Planet 12.svg b/assets/icons/categories/Planet 12.svg deleted file mode 100644 index 62bc700..0000000 --- a/assets/icons/categories/Planet 12.svg +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/icons/categories/Planet 13.svg b/assets/icons/categories/Planet 13.svg deleted file mode 100644 index e3b7a84..0000000 --- a/assets/icons/categories/Planet 13.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/icons/categories/Planet 14.svg b/assets/icons/categories/Planet 14.svg deleted file mode 100644 index 1ad87b3..0000000 --- a/assets/icons/categories/Planet 14.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/assets/icons/categories/Planet 15.svg b/assets/icons/categories/Planet 15.svg deleted file mode 100644 index 1d2be10..0000000 --- a/assets/icons/categories/Planet 15.svg +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/icons/categories/Planet 16.svg b/assets/icons/categories/Planet 16.svg deleted file mode 100644 index 7429572..0000000 --- a/assets/icons/categories/Planet 16.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/assets/icons/categories/Planet 17.svg b/assets/icons/categories/Planet 17.svg deleted file mode 100644 index 7ab4ef4..0000000 --- a/assets/icons/categories/Planet 17.svg +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/icons/categories/Planet 18.svg b/assets/icons/categories/Planet 18.svg deleted file mode 100644 index c4763cf..0000000 --- a/assets/icons/categories/Planet 18.svg +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/icons/categories/Planet 19.svg b/assets/icons/categories/Planet 19.svg deleted file mode 100644 index 43834c0..0000000 --- a/assets/icons/categories/Planet 19.svg +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/icons/categories/Planet 2.svg b/assets/icons/categories/Planet 2.svg deleted file mode 100644 index fba9d82..0000000 --- a/assets/icons/categories/Planet 2.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/assets/icons/categories/Planet 20.svg b/assets/icons/categories/Planet 20.svg deleted file mode 100644 index 76e8658..0000000 --- a/assets/icons/categories/Planet 20.svg +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/icons/categories/Planet 3.svg b/assets/icons/categories/Planet 3.svg deleted file mode 100644 index d873af2..0000000 --- a/assets/icons/categories/Planet 3.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/assets/icons/categories/Planet 4.svg b/assets/icons/categories/Planet 4.svg deleted file mode 100644 index ea64eae..0000000 --- a/assets/icons/categories/Planet 4.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/assets/icons/categories/Planet 5.svg b/assets/icons/categories/Planet 5.svg deleted file mode 100644 index d5e103e..0000000 --- a/assets/icons/categories/Planet 5.svg +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/icons/categories/Planet 6.svg b/assets/icons/categories/Planet 6.svg deleted file mode 100644 index 064dc2e..0000000 --- a/assets/icons/categories/Planet 6.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/assets/icons/categories/Planet 7.svg b/assets/icons/categories/Planet 7.svg deleted file mode 100644 index b1fab54..0000000 --- a/assets/icons/categories/Planet 7.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/icons/categories/Planet 8.svg b/assets/icons/categories/Planet 8.svg deleted file mode 100644 index e5b9b2d..0000000 --- a/assets/icons/categories/Planet 8.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/icons/categories/Planet 9.svg b/assets/icons/categories/Planet 9.svg deleted file mode 100644 index b44c6e1..0000000 --- a/assets/icons/categories/Planet 9.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/icons/categories/planet-01.svg b/assets/icons/categories/planet-01.svg new file mode 100644 index 0000000..6340b13 --- /dev/null +++ b/assets/icons/categories/planet-01.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/icons/categories/planet-02.svg b/assets/icons/categories/planet-02.svg new file mode 100644 index 0000000..9129f5d --- /dev/null +++ b/assets/icons/categories/planet-02.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/icons/categories/planet-03.svg b/assets/icons/categories/planet-03.svg new file mode 100644 index 0000000..6f6d9f8 --- /dev/null +++ b/assets/icons/categories/planet-03.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/icons/categories/planet-04.svg b/assets/icons/categories/planet-04.svg new file mode 100644 index 0000000..c5a5cac --- /dev/null +++ b/assets/icons/categories/planet-04.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/icons/categories/planet-05.svg b/assets/icons/categories/planet-05.svg new file mode 100644 index 0000000..ca08b93 --- /dev/null +++ b/assets/icons/categories/planet-05.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/assets/icons/categories/planet-06.svg b/assets/icons/categories/planet-06.svg new file mode 100644 index 0000000..e168bd1 --- /dev/null +++ b/assets/icons/categories/planet-06.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/icons/categories/planet-07.svg b/assets/icons/categories/planet-07.svg new file mode 100644 index 0000000..ee051db --- /dev/null +++ b/assets/icons/categories/planet-07.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/icons/categories/planet-08.svg b/assets/icons/categories/planet-08.svg new file mode 100644 index 0000000..7d97621 --- /dev/null +++ b/assets/icons/categories/planet-08.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/icons/categories/planet-09.svg b/assets/icons/categories/planet-09.svg new file mode 100644 index 0000000..cef5a26 --- /dev/null +++ b/assets/icons/categories/planet-09.svg @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/icons/categories/planet-10.svg b/assets/icons/categories/planet-10.svg new file mode 100644 index 0000000..9024c3d --- /dev/null +++ b/assets/icons/categories/planet-10.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/icons/categories/planet-11.svg b/assets/icons/categories/planet-11.svg new file mode 100644 index 0000000..1bf0d99 --- /dev/null +++ b/assets/icons/categories/planet-11.svg @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/icons/categories/planet-12.svg b/assets/icons/categories/planet-12.svg new file mode 100644 index 0000000..7f78406 --- /dev/null +++ b/assets/icons/categories/planet-12.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/icons/categories/planet-13.svg b/assets/icons/categories/planet-13.svg new file mode 100644 index 0000000..57ff5c8 --- /dev/null +++ b/assets/icons/categories/planet-13.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/icons/categories/planet-14.svg b/assets/icons/categories/planet-14.svg new file mode 100644 index 0000000..e6052ac --- /dev/null +++ b/assets/icons/categories/planet-14.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/icons/categories/planet-15.svg b/assets/icons/categories/planet-15.svg new file mode 100644 index 0000000..a3b18d7 --- /dev/null +++ b/assets/icons/categories/planet-15.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/core/constants/category_icons.dart b/lib/core/constants/category_icons.dart index 5ce8d52..7a84ecd 100644 --- a/lib/core/constants/category_icons.dart +++ b/lib/core/constants/category_icons.dart @@ -25,11 +25,6 @@ class CategoryIcons { 'planet_13', 'planet_14', 'planet_15', - 'planet_16', - 'planet_17', - 'planet_18', - 'planet_19', - 'planet_20', ]; /// 기본 아이콘 ID @@ -48,25 +43,20 @@ class CategoryIcons { } static const _assetNames = { - 'planet_1': 'Planet 1.svg', - 'planet_2': 'Planet 2.svg', - 'planet_3': 'Planet 3.svg', - 'planet_4': 'Planet 4.svg', - 'planet_5': 'Planet 5.svg', - 'planet_6': 'Planet 6.svg', - 'planet_7': 'Planet 7.svg', - 'planet_8': 'Planet 8.svg', - 'planet_9': 'Planet 9.svg', - 'planet_10': 'Planet 10.svg', - 'planet_11': 'Planet 11.svg', - 'planet_12': 'Planet 12.svg', - 'planet_13': 'Planet 13.svg', - 'planet_14': 'Planet 14.svg', - 'planet_15': 'Planet 15.svg', - 'planet_16': 'Planet 16.svg', - 'planet_17': 'Planet 17.svg', - 'planet_18': 'Planet 18.svg', - 'planet_19': 'Planet 19.svg', - 'planet_20': 'Planet 20.svg', + 'planet_1': 'planet-01.svg', + 'planet_2': 'planet-02.svg', + 'planet_3': 'planet-03.svg', + 'planet_4': 'planet-04.svg', + 'planet_5': 'planet-05.svg', + 'planet_6': 'planet-06.svg', + 'planet_7': 'planet-07.svg', + 'planet_8': 'planet-08.svg', + 'planet_9': 'planet-09.svg', + 'planet_10': 'planet-10.svg', + 'planet_11': 'planet-11.svg', + 'planet_12': 'planet-12.svg', + 'planet_13': 'planet-13.svg', + 'planet_14': 'planet-14.svg', + 'planet_15': 'planet-15.svg', }; } diff --git a/lib/features/todo/presentation/widgets/category_add_bottom_sheet.dart b/lib/features/todo/presentation/widgets/category_add_bottom_sheet.dart index 782f7fd..a93d0e3 100644 --- a/lib/features/todo/presentation/widgets/category_add_bottom_sheet.dart +++ b/lib/features/todo/presentation/widgets/category_add_bottom_sheet.dart @@ -116,7 +116,7 @@ class _CategoryAddBottomSheetState extends State { ), ), ), - SizedBox(height: AppSpacing.s8), + SizedBox(height: AppSpacing.s16), SizedBox( height: 48.h, child: ListView.builder( From cc33c2e087bd05bc82e23dcf81fe225e94e83a24 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 16 Mar 2026 15:32:57 +0000 Subject: [PATCH 3/4] =?UTF-8?q?SpaceStudyShip-FE=20=EB=B2=84=EC=A0=84=20?= =?UTF-8?q?=EC=A0=95=EB=B3=B4=20=EA=B4=80=EB=A6=AC:=20chore:=20=EB=B2=84?= =?UTF-8?q?=EC=A0=84=201.1.43=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pubspec.yaml | 2 +- version.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index bdb1eda..9874005 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: space_study_ship description: "Space Study Ship - 우주 테마 게이미피케이션 학습 관리 앱" publish_to: "none" -version: 1.1.42+86 +version: 1.1.43+87 environment: sdk: ^3.9.2 dependencies: diff --git a/version.yml b/version.yml index 31232f7..134e2a0 100644 --- a/version.yml +++ b/version.yml @@ -34,11 +34,11 @@ # - 버전은 항상 높은 버전으로 자동 동기화됩니다 # =================================================================== -version: "1.1.42" # 사용자에게 표시되는 버전 -version_code: 87 # app build number +version: "1.1.43" # 사용자에게 표시되는 버전 +version_code: 88 # app build number project_type: "flutter" # spring, flutter, react, react-native, react-native-expo, node, python, basic metadata: - last_updated: "2026-03-16 10:07:58" + last_updated: "2026-03-16 15:32:56" last_updated_by: "EM-H20" default_branch: "main" integrated_from: "SUH-DEVOPS-TEMPLATE" From d33b1a4a63cc67aced78a3f32621dc8192d07d56 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 16 Mar 2026 15:50:42 +0000 Subject: [PATCH 4/4] =?UTF-8?q?SpaceStudyShip-FE=20=EB=B2=84=EC=A0=84=20?= =?UTF-8?q?=EA=B4=80=EB=A6=AC=20:=20docs=20:=20v1.1.43=20=EB=A6=B4?= =?UTF-8?q?=EB=A6=AC=EC=A6=88=20=EB=AC=B8=EC=84=9C=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8=20(PR=20#63)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.json | 34 +++++++++++++++++++++++++++++++--- CHANGELOG.md | 19 +++++++++++++++++-- 2 files changed, 48 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.json b/CHANGELOG.json index 524965f..624ebab 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -1,11 +1,39 @@ { "metadata": { - "lastUpdated": "2026-03-16T10:09:45Z", - "currentVersion": "1.1.42", + "lastUpdated": "2026-03-16T15:50:42Z", + "currentVersion": "1.1.43", "projectType": "flutter", - "totalReleases": 29 + "totalReleases": 30 }, "releases": [ + { + "version": "1.1.43", + "project_type": "flutter", + "date": "2026-03-16", + "pr_number": 63, + "raw_summary": "## Summary by CodeRabbit\n\n## 개선 사항\n\n* **카테고리 아이콘**\n * 사용 가능한 행성 아이콘이 20개에서 15개로 업데이트되었습니다.\n\n* **사용자 인터페이스**\n * 카테고리 추가 화면에서 아이콘 선택 라벨과 아이콘 목록 사이의 시각적 간격이 개선되었습니다.\n\n* **버전**\n * 애플리케이션 버전이 v1.1.43으로 업데이트되었습니다.", + "parsed_changes": { + "카테고리_아이콘": { + "title": "카테고리 아이콘", + "items": [ + "사용 가능한 행성 아이콘이 20개에서 15개로 업데이트되었습니다." + ] + }, + "사용자_인터페이스": { + "title": "사용자 인터페이스", + "items": [ + "카테고리 추가 화면에서 아이콘 선택 라벨과 아이콘 목록 사이의 시각적 간격이 개선되었습니다." + ] + }, + "버전": { + "title": "버전", + "items": [ + "애플리케이션 버전이 v1.1.43으로 업데이트되었습니다." + ] + } + }, + "parse_method": "markdown" + }, { "version": "1.1.42", "project_type": "flutter", diff --git a/CHANGELOG.md b/CHANGELOG.md index 808f4fa..a4d0082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,22 @@ # Changelog -**현재 버전:** 1.1.42 -**마지막 업데이트:** 2026-03-16T10:09:45Z +**현재 버전:** 1.1.43 +**마지막 업데이트:** 2026-03-16T15:50:42Z + +--- + +## [1.1.43] - 2026-03-16 + +**PR:** #63 + +**카테고리 아이콘** +- 사용 가능한 행성 아이콘이 20개에서 15개로 업데이트되었습니다. + +**사용자 인터페이스** +- 카테고리 추가 화면에서 아이콘 선택 라벨과 아이콘 목록 사이의 시각적 간격이 개선되었습니다. + +**버전** +- 애플리케이션 버전이 v1.1.43으로 업데이트되었습니다. ---