Skip to content

Commit 64feecd

Browse files
committed
release: 2.1.0
1 parent 4b3e8fd commit 64feecd

File tree

2 files changed

+25
-14
lines changed

2 files changed

+25
-14
lines changed

Ollamac.xcodeproj/project.pbxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
CODE_SIGN_ENTITLEMENTS = Ollamac/Resources/Ollamac.entitlements;
471471
CODE_SIGN_STYLE = Automatic;
472472
COMBINE_HIDPI_IMAGES = YES;
473-
CURRENT_PROJECT_VERSION = 8;
473+
CURRENT_PROJECT_VERSION = 9;
474474
DEAD_CODE_STRIPPING = YES;
475475
DEVELOPMENT_ASSET_PATHS = "\"Ollamac/Preview Content\"";
476476
DEVELOPMENT_TEAM = 84ZM7K56B5;
@@ -479,14 +479,14 @@
479479
GENERATE_INFOPLIST_FILE = YES;
480480
INFOPLIST_FILE = Ollamac/Resources/Info.plist;
481481
INFOPLIST_KEY_CFBundleDisplayName = Ollamac;
482-
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
482+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
483483
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © Kevin Hermawan. All rights reserved.";
484484
LD_RUNPATH_SEARCH_PATHS = (
485485
"$(inherited)",
486486
"@executable_path/../Frameworks",
487487
);
488488
MACOSX_DEPLOYMENT_TARGET = 14.0;
489-
MARKETING_VERSION = 2.0.0;
489+
MARKETING_VERSION = 2.1.0;
490490
PRODUCT_BUNDLE_IDENTIFIER = "com.kevinhermawan.Ollamac-Debug";
491491
PRODUCT_NAME = "$(TARGET_NAME)";
492492
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -503,7 +503,7 @@
503503
CODE_SIGN_ENTITLEMENTS = Ollamac/Resources/Ollamac.entitlements;
504504
CODE_SIGN_STYLE = Automatic;
505505
COMBINE_HIDPI_IMAGES = YES;
506-
CURRENT_PROJECT_VERSION = 8;
506+
CURRENT_PROJECT_VERSION = 9;
507507
DEAD_CODE_STRIPPING = YES;
508508
DEVELOPMENT_ASSET_PATHS = "\"Ollamac/Preview Content\"";
509509
DEVELOPMENT_TEAM = 84ZM7K56B5;
@@ -512,14 +512,14 @@
512512
GENERATE_INFOPLIST_FILE = YES;
513513
INFOPLIST_FILE = Ollamac/Resources/Info.plist;
514514
INFOPLIST_KEY_CFBundleDisplayName = Ollamac;
515-
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
515+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
516516
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © Kevin Hermawan. All rights reserved.";
517517
LD_RUNPATH_SEARCH_PATHS = (
518518
"$(inherited)",
519519
"@executable_path/../Frameworks",
520520
);
521521
MACOSX_DEPLOYMENT_TARGET = 14.0;
522-
MARKETING_VERSION = 2.0.0;
522+
MARKETING_VERSION = 2.1.0;
523523
PRODUCT_BUNDLE_IDENTIFIER = com.kevinhermawan.Ollamac;
524524
PRODUCT_NAME = "$(TARGET_NAME)";
525525
SWIFT_EMIT_LOC_STRINGS = YES;

appcast.xml

+19-8
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,28 @@
33
<channel>
44
<title>Ollamac</title>
55
<item>
6-
<title>2.0.0</title>
7-
<pubDate>Sun, 09 Jun 2024 05:53:05 +0700</pubDate>
8-
<sparkle:version>8</sparkle:version>
9-
<sparkle:shortVersionString>2.0.0</sparkle:shortVersionString>
6+
<title>2.1.0</title>
7+
<pubDate>Sat, 13 Jul 2024 19:02:01 +0700</pubDate>
8+
<sparkle:version>9</sparkle:version>
9+
<sparkle:shortVersionString>2.1.0</sparkle:shortVersionString>
1010
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
11-
<description><![CDATA[
11+
<description>
12+
<![CDATA[
13+
<h1>Ollamac v2.1.0</h1>
14+
<h3>What's New</h3>
1215
<ul>
13-
<li><strong>Attention:</strong> We have changed the architecture of the app. When you update to this version, your previous messages will be removed.</li>
16+
<li><strong>New App Icon</strong>: Enjoy our fresh, new look with the updated app icon.</li>
17+
<li><strong>Code Highlighting</strong>: We've added code highlighting.</li>
18+
<li><strong>Custom Ollama Host</strong>: You can now add a custom Ollama host.</li>
1419
</ul>
15-
]]></description>
16-
<enclosure url="https://github.com/kevinhermawan/Ollamac/releases/download/v2.0.0/Ollamac-2.0.0.dmg" length="3207714" type="application/octet-stream" sparkle:edSignature="R+H/XDkCbbAxCM6cVkNyugbAfKQyAfoUHm7l/iIYXoIfwVW/Zkvd2DXUbpFE+v4GO1QEgBznrfSbc6yFtHzJBw=="/>
20+
<h3>Miscellaneous</h3>
21+
<ul>
22+
<li>Bug fixes and performance improvements.</li>
23+
</ul>
24+
<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>
25+
]]>
26+
</description>
27+
<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=="/>
1728
</item>
1829
</channel>
1930
</rss>

0 commit comments

Comments
 (0)