Skip to content

Commit ef9ceb7

Browse files
committed
release: 3.0.2
1 parent e06f986 commit ef9ceb7

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

Ollamac.xcodeproj/project.pbxproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@
9494
0AF566312C65582300D6E01A /* MessageButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageButton.swift; sourceTree = "<group>"; };
9595
0AF5664B2C65A2B400D6E01A /* SectionFooter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SectionFooter.swift; sourceTree = "<group>"; };
9696
0AF5CB612C62B0B600DF8DA8 /* UpdateOllamaHostSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UpdateOllamaHostSheet.swift; sourceTree = "<group>"; };
97+
0AF5CB632C62B7E100DF8DA8 /* GeneralBox.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeneralBox.swift; sourceTree = "<group>"; };
9798
0AFC5AA42C6694F400A148A2 /* ExperimentalView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExperimentalView.swift; sourceTree = "<group>"; };
9899
0AFC5AA62C6695CF00A148A2 /* Box.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Box.swift; sourceTree = "<group>"; };
99100
0AFC5AA82C66A20C00A148A2 /* CodeBlockView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodeBlockView.swift; sourceTree = "<group>"; };
100-
0AF5CB632C62B7E100DF8DA8 /* GeneralBox.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeneralBox.swift; sourceTree = "<group>"; };
101101
175D318B2C64ADF9009B58E0 /* DefaultFontSizeField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultFontSizeField.swift; sourceTree = "<group>"; };
102102
4A4A8EBD2D5047590065A5EC /* String+ReplaceAndTrim.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+ReplaceAndTrim.swift"; sourceTree = "<group>"; };
103103
/* End PBXFileReference section */
@@ -573,7 +573,7 @@
573573
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
574574
CODE_SIGN_STYLE = Automatic;
575575
COMBINE_HIDPI_IMAGES = YES;
576-
CURRENT_PROJECT_VERSION = 13;
576+
CURRENT_PROJECT_VERSION = 14;
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.1;
592+
MARKETING_VERSION = 3.0.2;
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 = 13;
610+
CURRENT_PROJECT_VERSION = 14;
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.1;
626+
MARKETING_VERSION = 3.0.2;
627627
PRODUCT_BUNDLE_IDENTIFIER = com.kevinhermawan.Ollamac;
628628
PRODUCT_NAME = "$(TARGET_NAME)";
629629
SWIFT_EMIT_LOC_STRINGS = YES;

appcast.xml

+14-12
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,23 @@
33
<channel>
44
<title>Ollamac</title>
55
<item>
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>
6+
<title>3.0.2</title>
7+
<pubDate>Wed, 05 Feb 2025 14:24:44 +0700</pubDate>
8+
<sparkle:version>14</sparkle:version>
9+
<sparkle:shortVersionString>3.0.2</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=="/>
12-
<description>
13-
<![CDATA[
14-
<h1>What's New in Ollamac 3.0.1</h1>
11+
<enclosure url="https://github.com/kevinhermawan/Ollamac/releases/download/v3.0.2/Ollamac-3.0.2.dmg" length="5166103" type="application/octet-stream" sparkle:edSignature="ZqDoEtuCaw+llvhKx4aHBYYZYbMNHJ55JfGbArVrrh/6r78dSQCjWxXoVDXAoSXGNSD3egPUIcYIQUrHpVMUBQ=="/>
12+
<description><![CDATA[
13+
<h1>What's New in Ollamac 3.0.2</h1>
1514
<ul>
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>
15+
<li>Added font size configuration for markdown rendering. Thanks to @pd95!</li>
16+
<li>Fixed the "stop" button functionality during text generation. Thanks to @pd95!</li>
17+
<li>Added blockquote markdown support for r1 model thinking. Thanks to @Harryjeffs!</li>
18+
<li>Fixed chat window shortcuts. Thanks to @pd95!</li>
19+
<li>Fixed title generation for deepseek-r1 model. Thanks to @kevinhermawan!</li>
20+
<li>Prevented empty prompts from being sent. Thanks to @pd95!</li>
1921
</ul>
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>
22+
<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>
2123
]]>
2224
</description>
2325
</item>

0 commit comments

Comments
 (0)