Skip to content

Commit

Permalink
release: 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhermawan committed Jul 25, 2024
1 parent bf16515 commit d7caacb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 21 deletions.
8 changes: 4 additions & 4 deletions Ollamac.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@
CODE_SIGN_ENTITLEMENTS = Ollamac/Resources/Ollamac.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Ollamac/Preview Content\"";
DEVELOPMENT_TEAM = 84ZM7K56B5;
Expand All @@ -486,7 +486,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 2.1.0;
MARKETING_VERSION = 2.1.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.kevinhermawan.Ollamac-Debug";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -503,7 +503,7 @@
CODE_SIGN_ENTITLEMENTS = Ollamac/Resources/Ollamac.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Ollamac/Preview Content\"";
DEVELOPMENT_TEAM = 84ZM7K56B5;
Expand All @@ -519,7 +519,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 2.1.0;
MARKETING_VERSION = 2.1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.kevinhermawan.Ollamac;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
28 changes: 11 additions & 17 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,22 @@
<channel>
<title>Ollamac</title>
<item>
<title>2.1.0</title>
<pubDate>Sat, 13 Jul 2024 19:02:01 +0700</pubDate>
<sparkle:version>9</sparkle:version>
<sparkle:shortVersionString>2.1.0</sparkle:shortVersionString>
<title>2.1.1</title>
<pubDate>Thu, 25 Jul 2024 23:55:40 +0700</pubDate>
<sparkle:version>10</sparkle:version>
<sparkle:shortVersionString>2.1.1</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description>
<![CDATA[
<h1>Ollamac v2.1.0</h1>
<h3>What's New</h3>
<![CDATA[
<h1>Ollamac v2.1.1</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>New App Icon</strong>: Enjoy our fresh, new look with the updated app icon.</li>
<li><strong>Code Highlighting</strong>: We've added code highlighting.</li>
<li><strong>Custom Ollama Host</strong>: You can now add a custom Ollama host.</li>
<li>Fixed: Default host field couldn't accept IP address input</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/Ollamac/releases/tag/v2.1.0">Full Changelog</a>.</p>
]]>
<p>For a complete list of changes, visit our <a href="https://github.com/kevinhermawan/Ollamac/releases/tag/v2.1.1">Full Changelog</a>.</p>
]]>
</description>
<enclosure url="https://github.com/kevinhermawan/Ollamac/releases/download/v2.1.0/Ollamac-2.1.0.dmg" length="4971380" type="application/octet-stream" sparkle:edSignature="8sLpEFUhjYbYyf0Ko/W67bP0fst5o6LPHAb8ZVxCBtiy9SqEkomGxRERWnC83mo8mP7eGQpPHFb8oVmHsjJPBQ=="/>
<enclosure url="https://github.com/kevinhermawan/Ollamac/releases/download/v2.1.1/Ollamac-2.1.1.dmg" length="4960656" type="application/octet-stream" sparkle:edSignature="xT4SApJecO0lj3fidXMnt9M70AFg63EKUxTlC0C1QKHPYSnhRqah31++6gdZDoMO1L+BpdhwXbQ2JP5ecxHbBQ=="/>
</item>
</channel>
</rss>

0 comments on commit d7caacb

Please sign in to comment.