Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Sahara.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.5.0;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = com.miya.Sahara.dev;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -447,7 +447,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.5.0;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = com.miya.Sahara;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down
15 changes: 15 additions & 0 deletions Sahara/Feature/Settings/Model/ReleaseNote.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@ struct ReleaseNote {
}

static let allVersions: [ReleaseNote] = [
ReleaseNote(
version: "1.5.1",
date: DateComponents(calendar: .current, year: 2026, month: 2, day: 10).date!,
changes: [
NSLocalizedString("release_note.1.5.1.1", comment: "")
]
),
ReleaseNote(
version: "1.5.0",
date: DateComponents(calendar: .current, year: 2026, month: 2, day: 3).date!,
changes: [
NSLocalizedString("release_note.1.5.0.1", comment: ""),
NSLocalizedString("release_note.1.5.0.2", comment: "")
]
),
ReleaseNote(
version: "1.4.1",
date: DateComponents(calendar: .current, year: 2025, month: 10, day: 31).date!,
Expand Down
1 change: 1 addition & 0 deletions Sahara/Resources/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@
"language.chinese" = "简体中文";

/* Release Note Details */
"release_note.1.5.1.1" = "Improved app stability";
"release_note.1.5.0.1" = "Re-edit your saved photos";
"release_note.1.5.0.2" = "Improved app stability";
"release_note.1.4.1.1" = "Device information is now automatically included when contacting support for more accurate assistance";
Expand Down
1 change: 1 addition & 0 deletions Sahara/Resources/ja.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@
"language.chinese" = "简体中文";

/* Release Note Details */
"release_note.1.5.1.1" = "アプリがより安定して動作します";
"release_note.1.5.0.1" = "保存した写真を再編集できます";
"release_note.1.5.0.2" = "アプリがより安定して動作します";
"release_note.1.4.1.1" = "お問い合わせ時にデバイス情報が自動的に含まれ、より正確なサポートを受けられます";
Expand Down
1 change: 1 addition & 0 deletions Sahara/Resources/ko.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@
"language.chinese" = "简体中文";

/* Release Notes */
"release_note.1.5.1.1" = "앱이 더욱 안정적으로 작동해요";
"release_note.1.5.0.1" = "저장된 사진을 다시 편집할 수 있어요";
"release_note.1.5.0.2" = "앱이 더욱 안정적으로 작동해요";
"release_note.1.4.1.1" = "문의하기 시 기기 정보가 자동으로 포함되어 더 정확한 지원을 받을 수 있어요";
Expand Down
1 change: 1 addition & 0 deletions Sahara/Resources/zh-Hans.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@
"language.chinese" = "简体中文";

/* Release Note Details */
"release_note.1.5.1.1" = "应用更加稳定";
"release_note.1.5.0.1" = "可以重新编辑已保存的照片";
"release_note.1.5.0.2" = "应用更加稳定";
"release_note.1.4.1.1" = "联系我们时会自动包含设备信息,以获得更准确的支持";
Expand Down