Skip to content

Commit 7c6bc45

Browse files
committed
release: 3.0.3
1 parent ccc0255 commit 7c6bc45

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

Ollamac.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@
573573
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
574574
CODE_SIGN_STYLE = Automatic;
575575
COMBINE_HIDPI_IMAGES = YES;
576-
CURRENT_PROJECT_VERSION = 14;
576+
CURRENT_PROJECT_VERSION = 15;
577577
DEAD_CODE_STRIPPING = YES;
578578
DEVELOPMENT_ASSET_PATHS = "\"Ollamac/Preview Content\"";
579579
DEVELOPMENT_TEAM = "";
@@ -589,7 +589,7 @@
589589
"@executable_path/../Frameworks",
590590
);
591591
MACOSX_DEPLOYMENT_TARGET = 14.0;
592-
MARKETING_VERSION = 3.0.2;
592+
MARKETING_VERSION = 3.0.3;
593593
PRODUCT_BUNDLE_IDENTIFIER = "com.kevinhermawan.Ollamac-Debug";
594594
PRODUCT_NAME = "$(TARGET_NAME)";
595595
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -607,7 +607,7 @@
607607
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
608608
CODE_SIGN_STYLE = Automatic;
609609
COMBINE_HIDPI_IMAGES = YES;
610-
CURRENT_PROJECT_VERSION = 14;
610+
CURRENT_PROJECT_VERSION = 15;
611611
DEAD_CODE_STRIPPING = YES;
612612
DEVELOPMENT_ASSET_PATHS = "\"Ollamac/Preview Content\"";
613613
DEVELOPMENT_TEAM = "";
@@ -623,7 +623,7 @@
623623
"@executable_path/../Frameworks",
624624
);
625625
MACOSX_DEPLOYMENT_TARGET = 14.0;
626-
MARKETING_VERSION = 3.0.2;
626+
MARKETING_VERSION = 3.0.3;
627627
PRODUCT_BUNDLE_IDENTIFIER = com.kevinhermawan.Ollamac;
628628
PRODUCT_NAME = "$(TARGET_NAME)";
629629
SWIFT_EMIT_LOC_STRINGS = YES;

appcast.xml

+18-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
33
<channel>
44
<title>Ollamac</title>
5+
<item>
6+
<title>3.0.3</title>
7+
<pubDate>Thu, 06 Mar 2025 05:15:42 +0700</pubDate>
8+
<sparkle:version>15</sparkle:version>
9+
<sparkle:shortVersionString>3.0.3</sparkle:shortVersionString>
10+
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
11+
<enclosure url="https://github.com/kevinhermawan/Ollamac/releases/download/v3.0.3/Ollamac-3.0.3.dmg" length="5227198" type="application/octet-stream" sparkle:edSignature="mqlsWkPpm3pUo32GZDbn8UyBliTYr7LeA9u9EuBQ+Z2yE/6XdvxviZqo8vMRj958dtM7OnS/YOYobIhpAmUXBg=="/>
12+
<description><![CDATA[
13+
<h1>What's New in Ollamac 3.0.3</h1>
14+
<ul>
15+
<li>Fixed sidebar content. Thanks to @pd95!</li>
16+
<li>Improved handling of incomplete responses. Thanks to @pd95!</li>
17+
<li>Updated dependencies. Thanks to @kevinhermawan!</li>
18+
</ul>
19+
<p>For a complete list of changes, visit our <a href="https://github.com/kevinhermawan/Ollamac/releases/tag/v3.0.3">Full Changelog</a>.</p>
20+
]]></description>
21+
</item>
522
<item>
623
<title>3.0.2</title>
724
<pubDate>Wed, 05 Feb 2025 14:24:44 +0700</pubDate>
@@ -20,8 +37,7 @@
2037
<li>Prevented empty prompts from being sent. Thanks to @pd95!</li>
2138
</ul>
2239
<p>For a complete list of changes, visit our <a href="https://github.com/kevinhermawan/Ollamac/releases/tag/v3.0.2">Full Changelog</a>.</p>
23-
]]>
24-
</description>
40+
]]></description>
2541
</item>
2642
</channel>
2743
</rss>

0 commit comments

Comments
 (0)