From 1f2516675a728b97596d27b34d8d89d6133f9056 Mon Sep 17 00:00:00 2001 From: Kevin Hermawan <84965338+kevinhermawan@users.noreply.github.com> Date: Sun, 14 Jul 2024 00:06:46 +0700 Subject: [PATCH] release: 1.0.4 --- Canvas.xcodeproj/project.pbxproj | 8 ++++---- CoreModels/Package.swift | 3 ++- appcast.xml | 23 +++++++++++++---------- 3 files changed, 19 insertions(+), 15 deletions(-) diff --git a/Canvas.xcodeproj/project.pbxproj b/Canvas.xcodeproj/project.pbxproj index 4d9e5b4..6c32623 100644 --- a/Canvas.xcodeproj/project.pbxproj +++ b/Canvas.xcodeproj/project.pbxproj @@ -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; @@ -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; @@ -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; @@ -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; diff --git a/CoreModels/Package.swift b/CoreModels/Package.swift index 29ca14b..9601481 100644 --- a/CoreModels/Package.swift +++ b/CoreModels/Package.swift @@ -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"]), diff --git a/appcast.xml b/appcast.xml index 33f6801..58478c2 100644 --- a/appcast.xml +++ b/appcast.xml @@ -3,23 +3,26 @@ Canvas - 1.0.3 - Thu, 11 Jan 2024 16:49:27 +0700 - 4 - 1.0.3 + 1.0.4 + Sun, 14 Jul 2024 00:02:21 +0700 + 5 + 1.0.4 14.0 Canvas v1.0.4 +

What's New

    -
  • feat: adds auto-save results by @kevinhermawan
  • -
  • improve: use the menu name as a navigation title by @kevinhermawan
  • -
  • refactor: moves API Key configuration to Settings by @kevinhermawan
  • -
  • improve: footnote text color by @kevinhermawan
  • -
  • feat: adds sidebar and inspector commands by @kevinhermawan
  • +
  • New App Icon: Enjoy our fresh, new look with the updated app icon.
+

Miscellaneous

+
    +
  • Bug fixes and performance improvements.
  • +
+

For a complete list of changes, visit our Full Changelog.

]]>
- +
\ No newline at end of file