Skip to content

Commit 61bf8c5

Browse files
committed
release: 3.0.1
1 parent 8207b63 commit 61bf8c5

File tree

2 files changed

+14
-19
lines changed

2 files changed

+14
-19
lines changed

Ollamac.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@
563563
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
564564
CODE_SIGN_STYLE = Automatic;
565565
COMBINE_HIDPI_IMAGES = YES;
566-
CURRENT_PROJECT_VERSION = 12;
566+
CURRENT_PROJECT_VERSION = 13;
567567
DEAD_CODE_STRIPPING = YES;
568568
DEVELOPMENT_ASSET_PATHS = "\"Ollamac/Preview Content\"";
569569
DEVELOPMENT_TEAM = "";
@@ -579,7 +579,7 @@
579579
"@executable_path/../Frameworks",
580580
);
581581
MACOSX_DEPLOYMENT_TARGET = 14.0;
582-
MARKETING_VERSION = 3.0.0;
582+
MARKETING_VERSION = 3.0.1;
583583
PRODUCT_BUNDLE_IDENTIFIER = "com.kevinhermawan.Ollamac-Debug";
584584
PRODUCT_NAME = "$(TARGET_NAME)";
585585
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -597,7 +597,7 @@
597597
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
598598
CODE_SIGN_STYLE = Automatic;
599599
COMBINE_HIDPI_IMAGES = YES;
600-
CURRENT_PROJECT_VERSION = 12;
600+
CURRENT_PROJECT_VERSION = 13;
601601
DEAD_CODE_STRIPPING = YES;
602602
DEVELOPMENT_ASSET_PATHS = "\"Ollamac/Preview Content\"";
603603
DEVELOPMENT_TEAM = "";
@@ -613,7 +613,7 @@
613613
"@executable_path/../Frameworks",
614614
);
615615
MACOSX_DEPLOYMENT_TARGET = 14.0;
616-
MARKETING_VERSION = 3.0.0;
616+
MARKETING_VERSION = 3.0.1;
617617
PRODUCT_BUNDLE_IDENTIFIER = com.kevinhermawan.Ollamac;
618618
PRODUCT_NAME = "$(TARGET_NAME)";
619619
SWIFT_EMIT_LOC_STRINGS = YES;

appcast.xml

+10-15
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,23 @@
33
<channel>
44
<title>Ollamac</title>
55
<item>
6-
<title>3.0.0</title>
7-
<pubDate>Sat, 10 Aug 2024 03:37:27 +0700</pubDate>
8-
<sparkle:version>12</sparkle:version>
9-
<sparkle:shortVersionString>3.0.0</sparkle:shortVersionString>
6+
<title>3.0.1</title>
7+
<pubDate>Tue, 28 Jan 2025 17:17:43 +0700</pubDate>
8+
<sparkle:version>13</sparkle:version>
9+
<sparkle:shortVersionString>3.0.1</sparkle:shortVersionString>
1010
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
11+
<enclosure url="https://github.com/kevinhermawan/Ollamac/releases/download/v3.0.1/Ollamac-3.0.1.dmg" length="5133912" type="application/octet-stream" sparkle:edSignature="qVxjxTsBSC/R8/5f0CLJGE5Av7vnBNT6bfkr5UUktGrc+ciQyCf6wfOCc/x99sPCyhp8adUb9jFt7jxKlfSLDA=="/>
1112
<description>
1213
<![CDATA[
13-
<h1>Ollamac 3 is here!</h1>
14+
<h1>What's New in Ollamac 3.0.1</h1>
1415
<ul>
15-
<li>Revamped chat UI</li>
16-
<li>Fresh sidebar UI</li>
17-
<li>Custom system prompts</li>
18-
<li>Change host for each chat</li>
19-
<li>Switch models on the fly</li>
20-
<li>Quick and easy chat creation</li>
21-
<li>Tweak model settings in chat</li>
22-
<li>Too much to tell, let's give it a try...</li>
16+
<li>New chats now open automatically when launching the app. Thanks to @newjonny!</li>
17+
<li>Improved bullet point formatting with better margins and text wrapping. Thanks to @szymonlopaciuk!</li>
18+
<li>Fixed syntax highlighting issues in code blocks. Thanks to @pd95!</li>
2319
</ul>
24-
<p>For a complete list of changes, visit our <a href="https://github.com/kevinhermawan/Ollamac/releases/tag/v3.0.0">Full Changelog</a>.</p>
20+
<p>For a complete list of changes, visit our <a href="https://github.com/kevinhermawan/Ollamac/releases/tag/v3.0.1">Full Changelog</a>.</p>
2521
]]>
2622
</description>
27-
<enclosure url="https://github.com/kevinhermawan/Ollamac/releases/download/v3.0.0/Ollamac-3.0.0.dmg" length="5118551" type="application/octet-stream" sparkle:edSignature="s8LF3grL37rrUG4mXN21DlutBXGoQBwEiewuTSuMlTspB3jTLPpxj4IaNUYkaFKQx/CQ+EBuEvq1Wa5yK6CoBg=="/>
2823
</item>
2924
</channel>
3025
</rss>

0 commit comments

Comments
 (0)