Skip to content

Commit fbf3c6b

Browse files
committed
chore: bump version to 20260330.1 and update whats-new
Add MiniMax provider and table border fix to release notes.
1 parent a4f44b9 commit fbf3c6b

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>20260316.2</string>
22+
<string>20260330.1</string>
2323
<key>CFBundleVersion</key>
24-
<string>20260316.2</string>
24+
<string>20260330.1</string>
2525
<key>LSApplicationCategoryType</key>
2626
<string>public.app-category.productivity</string>
2727
<key>LSMinimumSystemVersion</key>

Resources/whats-new.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
{
22
"releases": [
33
{
4-
"version": "20260329.1",
5-
"release_date": "March 29, 2026",
6-
"introduction": "This release adds support for MiniMax AI provider, enabling access to MiniMax's powerful language models with extended context windows.",
4+
"version": "20260330.1",
5+
"release_date": "March 30, 2026",
6+
"introduction": "This release adds MiniMax as a first-class AI provider with full streaming and tool support, and fixes table rendering in conversations.",
77
"improvements": [
88
{
99
"id": "minimax-provider",
1010
"icon": "m.circle.fill",
1111
"title": "MiniMax AI Provider",
12-
"description": "SAM now supports MiniMax AI, featuring models with up to 200,000 token context windows and 128,000 token output support. Configure your MiniMax API key in Preferences to get started."
12+
"description": "SAM now supports MiniMax AI, featuring models with up to 200,000 token context windows and 128,000 token output support. Includes real-time streaming, full tool/agent support, and reasoning display. Configure your MiniMax API key in Preferences to get started."
1313
}
1414
],
15-
"bugfixes": []
15+
"bugfixes": [
16+
{
17+
"id": "table-border-fix",
18+
"icon": "tablecells",
19+
"title": "Fixed Table Border Alignment",
20+
"description": "Table borders now correctly wrap the table content instead of stretching to the edge of the message bubble."
21+
}
22+
]
1623
},
1724
{
1825
"version": "20260316.2",

0 commit comments

Comments
 (0)