Skip to content

Commit bcb5a55

Browse files
committed
release: 1.1.1
1 parent 0964a05 commit bcb5a55

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

Ollamac.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@
462462
CODE_SIGN_ENTITLEMENTS = Ollamac/Resources/Ollamac.entitlements;
463463
CODE_SIGN_STYLE = Automatic;
464464
COMBINE_HIDPI_IMAGES = YES;
465-
CURRENT_PROJECT_VERSION = 5;
465+
CURRENT_PROJECT_VERSION = 6;
466466
DEAD_CODE_STRIPPING = YES;
467467
DEVELOPMENT_ASSET_PATHS = "\"Ollamac/Preview Content\"";
468468
DEVELOPMENT_TEAM = 84ZM7K56B5;
@@ -478,7 +478,7 @@
478478
"@executable_path/../Frameworks",
479479
);
480480
MACOSX_DEPLOYMENT_TARGET = 14.0;
481-
MARKETING_VERSION = 1.1.0;
481+
MARKETING_VERSION = 1.1.1;
482482
PRODUCT_BUNDLE_IDENTIFIER = "com.kevinhermawan.Ollamac-Debug";
483483
PRODUCT_NAME = "$(TARGET_NAME)";
484484
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -495,7 +495,7 @@
495495
CODE_SIGN_ENTITLEMENTS = Ollamac/Resources/Ollamac.entitlements;
496496
CODE_SIGN_STYLE = Automatic;
497497
COMBINE_HIDPI_IMAGES = YES;
498-
CURRENT_PROJECT_VERSION = 5;
498+
CURRENT_PROJECT_VERSION = 6;
499499
DEAD_CODE_STRIPPING = YES;
500500
DEVELOPMENT_ASSET_PATHS = "\"Ollamac/Preview Content\"";
501501
DEVELOPMENT_TEAM = 84ZM7K56B5;
@@ -511,7 +511,7 @@
511511
"@executable_path/../Frameworks",
512512
);
513513
MACOSX_DEPLOYMENT_TARGET = 14.0;
514-
MARKETING_VERSION = 1.1.0;
514+
MARKETING_VERSION = 1.1.1;
515515
PRODUCT_BUNDLE_IDENTIFIER = com.kevinhermawan.Ollamac;
516516
PRODUCT_NAME = "$(TARGET_NAME)";
517517
SWIFT_EMIT_LOC_STRINGS = YES;

appcast.xml

+9-11
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,28 @@
33
<channel>
44
<title>Ollamac</title>
55
<item>
6-
<title>1.1.0</title>
7-
<pubDate>Wed, 22 Nov 2023 10:30:11 +0700</pubDate>
8-
<sparkle:version>5</sparkle:version>
9-
<sparkle:shortVersionString>1.1.0</sparkle:shortVersionString>
6+
<title>1.1.1</title>
7+
<pubDate>Sun, 17 Dec 2023 12:25:45 +0700</pubDate>
8+
<sparkle:version>6</sparkle:version>
9+
<sparkle:shortVersionString>1.1.1</sparkle:shortVersionString>
1010
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
1111
<description><![CDATA[
1212
<h2>Added</h2>
1313
<ul>
14-
<li>Allows to cancel generation</li>
14+
<li>feat: new app icon</li>
1515
</ul>
1616
<h2>Fixed</h2>
1717
<ul>
18-
<li>Sidebar min width</li>
19-
<li>Regeneration incorrect context</li>
20-
<li>generation isn't canceled when chat switched</li>
18+
<li>fix: first message bug</li>
2119
</ul>
2220
<h2>Improved</h2>
2321
<ul>
24-
<li>Improves error user interface</li>
25-
<li>Improves prompt editor user interface</li>
22+
<li>refactor: removes expanded editor</li>
23+
<li>refactor: migrates from PromptField to ChatField</li>
2624
</ul>
2725
]]>
2826
</description>
29-
<enclosure url="https://github.com/kevinhermawan/Ollamac/releases/download/v1.1.0/Ollamac-1.1.0.dmg" length="6300527" type="application/octet-stream" sparkle:edSignature="12ENhE6RFtWNt5CNFE64eRU+zvaDCYsebpRRBJIXUczG36VaM3pjBwOKKn+bEeO4b1KB7WBYdomzuNyVIh+gBQ=="/>
27+
<enclosure url="https://github.com/kevinhermawan/Ollamac/releases/download/v1.1.1/Ollamac-1.1.1.dmg" length="6300527" type="application/octet-stream" sparkle:edSignature="sDpSwhdM6GhUGZEb+Iaf01CiVvlkQbMnQ/kMXSRvpLUzTcEsmLojA57Wg72wOa4OgyPCRhVPqC8lQ/JCR0W/Bg=="/>
3028
</item>
3129
</channel>
3230
</rss>

0 commit comments

Comments
 (0)