Skip to content

Commit

Permalink
release: 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhermawan committed Jul 13, 2024
1 parent 825c423 commit 1f25166
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
8 changes: 4 additions & 4 deletions Canvas.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
CODE_SIGN_ENTITLEMENTS = Canvas/Resources/Canvas.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 5;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Canvas/Preview Content\"";
DEVELOPMENT_TEAM = 84ZM7K56B5;
Expand All @@ -432,7 +432,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0.3;
MARKETING_VERSION = 1.0.4;
PRODUCT_BUNDLE_IDENTIFIER = com.kevinhermawan.Canvas;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -448,7 +448,7 @@
CODE_SIGN_ENTITLEMENTS = Canvas/Resources/Canvas.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 5;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Canvas/Preview Content\"";
DEVELOPMENT_TEAM = 84ZM7K56B5;
Expand All @@ -463,7 +463,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0.3;
MARKETING_VERSION = 1.0.4;
PRODUCT_BUNDLE_IDENTIFIER = com.kevinhermawan.Canvas;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
3 changes: 2 additions & 1 deletion CoreModels/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ let package = Package(
targets: ["CoreModels"]),
],
dependencies: [
.package(url: "https://github.com/MacPaw/OpenAI.git", .upToNextMajor(from: "0.2.9")),
.package(url: "https://github.com/sindresorhus/Defaults.git", .upToNextMajor(from: "8.2.0"))
],
targets: [
.target(
name: "CoreModels",
dependencies: ["Defaults"]),
dependencies: ["OpenAI", "Defaults"]),
.testTarget(
name: "CoreModelsTests",
dependencies: ["CoreModels"]),
Expand Down
23 changes: 13 additions & 10 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,26 @@
<channel>
<title>Canvas</title>
<item>
<title>1.0.3</title>
<pubDate>Thu, 11 Jan 2024 16:49:27 +0700</pubDate>
<sparkle:version>4</sparkle:version>
<sparkle:shortVersionString>1.0.3</sparkle:shortVersionString>
<title>1.0.4</title>
<pubDate>Sun, 14 Jul 2024 00:02:21 +0700</pubDate>
<sparkle:version>5</sparkle:version>
<sparkle:shortVersionString>1.0.4</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description>
<![CDATA[
<h1>Canvas v1.0.4</h1>
<h3>What's New</h3>
<ul>
<li>feat: adds auto-save results by @kevinhermawan</li>
<li>improve: use the menu name as a navigation title by @kevinhermawan</li>
<li>refactor: moves API Key configuration to Settings by @kevinhermawan</li>
<li>improve: footnote text color by @kevinhermawan</li>
<li>feat: adds sidebar and inspector commands by @kevinhermawan</li>
<li><strong>New App Icon</strong>: Enjoy our fresh, new look with the updated app icon.</li>
</ul>
<h3>Miscellaneous</h3>
<ul>
<li>Bug fixes and performance improvements.</li>
</ul>
<p>For a complete list of changes, visit our <a href="https://github.com/kevinhermawan/Canvas/releases/tag/v1.0.4">Full Changelog</a>.</p>
]]>
</description>
<enclosure url="https://github.com/kevinhermawan/Canvas/releases/download/v1.0.3/Canvas-1.0.3.dmg" length="3358754" type="application/octet-stream" sparkle:edSignature="Iojd9cFXuDgU3qZOnvTEdh2ZcnXRoNkR2J0ZeBYCBaIyhUMbZAYrTTGH8GqbI95XqmmmaOdNUM2uMOzS4iwSAA=="/>
<enclosure url="https://github.com/kevinhermawan/Canvas/releases/download/v1.0.4/Canvas-1.0.4.dmg" length="5965424" type="application/octet-stream" sparkle:edSignature="lKCnQOp2KSm9Cput7u5L4lvZlxxBFutQJyrf+GXA1yFsAYaqNkbC9TjdelUCLwxNbaPNVF59cl5kG4NcyP+UAQ=="/>
</item>
</channel>
</rss>

0 comments on commit 1f25166

Please sign in to comment.