chore(release): bump versions to 2026.1.29

This commit is contained in:
Peter Steinberger
2026-01-29 16:48:13 +00:00
parent 5152060121
commit cb4b3f74b5
44 changed files with 57 additions and 57 deletions

View File

@@ -21,8 +21,8 @@ android {
applicationId = "bot.molt.android" applicationId = "bot.molt.android"
minSdk = 31 minSdk = 31
targetSdk = 36 targetSdk = 36
versionCode = 202601260 versionCode = 202601290
versionName = "2026.1.27-beta.1" versionName = "2026.1.29"
} }
buildTypes { buildTypes {

View File

@@ -19,9 +19,9 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2026.1.27-beta.1</string> <string>2026.1.29</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>20260126</string> <string>20260129</string>
<key>NSAppTransportSecurity</key> <key>NSAppTransportSecurity</key>
<dict> <dict>
<key>NSAllowsArbitraryLoadsInWebContent</key> <key>NSAllowsArbitraryLoadsInWebContent</key>

View File

@@ -17,8 +17,8 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>BNDL</string> <string>BNDL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2026.1.27-beta.1</string> <string>2026.1.29</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>20260126</string> <string>20260129</string>
</dict> </dict>
</plist> </plist>

View File

@@ -81,8 +81,8 @@ targets:
properties: properties:
CFBundleDisplayName: Moltbot CFBundleDisplayName: Moltbot
CFBundleIconName: AppIcon CFBundleIconName: AppIcon
CFBundleShortVersionString: "2026.1.27-beta.1" CFBundleShortVersionString: "2026.1.29"
CFBundleVersion: "20260126" CFBundleVersion: "20260129"
UILaunchScreen: {} UILaunchScreen: {}
UIApplicationSceneManifest: UIApplicationSceneManifest:
UIApplicationSupportsMultipleScenes: false UIApplicationSupportsMultipleScenes: false
@@ -130,5 +130,5 @@ targets:
path: Tests/Info.plist path: Tests/Info.plist
properties: properties:
CFBundleDisplayName: MoltbotTests CFBundleDisplayName: MoltbotTests
CFBundleShortVersionString: "2026.1.27-beta.1" CFBundleShortVersionString: "2026.1.29"
CFBundleVersion: "20260126" CFBundleVersion: "20260129"

View File

@@ -15,9 +15,9 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2026.1.27-beta.1</string> <string>2026.1.29</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>202601260</string> <string>202601290</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>Moltbot</string> <string>Moltbot</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>

View File

@@ -185,7 +185,7 @@ cat > /data/moltbot.json << 'EOF'
"bind": "auto" "bind": "auto"
}, },
"meta": { "meta": {
"lastTouchedVersion": "2026.1.27-beta.1" "lastTouchedVersion": "2026.1.29"
} }
} }
EOF EOF

View File

@@ -30,17 +30,17 @@ Notes:
# From repo root; set release IDs so Sparkle feed is enabled. # From repo root; set release IDs so Sparkle feed is enabled.
# APP_BUILD must be numeric + monotonic for Sparkle compare. # APP_BUILD must be numeric + monotonic for Sparkle compare.
BUNDLE_ID=bot.molt.mac \ BUNDLE_ID=bot.molt.mac \
APP_VERSION=2026.1.27-beta.1 \ APP_VERSION=2026.1.29 \
APP_BUILD="$(git rev-list --count HEAD)" \ APP_BUILD="$(git rev-list --count HEAD)" \
BUILD_CONFIG=release \ BUILD_CONFIG=release \
SIGN_IDENTITY="Developer ID Application: <Developer Name> (<TEAMID>)" \ SIGN_IDENTITY="Developer ID Application: <Developer Name> (<TEAMID>)" \
scripts/package-mac-app.sh scripts/package-mac-app.sh
# Zip for distribution (includes resource forks for Sparkle delta support) # Zip for distribution (includes resource forks for Sparkle delta support)
ditto -c -k --sequesterRsrc --keepParent dist/Moltbot.app dist/Moltbot-2026.1.27-beta.1.zip ditto -c -k --sequesterRsrc --keepParent dist/Moltbot.app dist/Moltbot-2026.1.29.zip
# Optional: also build a styled DMG for humans (drag to /Applications) # Optional: also build a styled DMG for humans (drag to /Applications)
scripts/create-dmg.sh dist/Moltbot.app dist/Moltbot-2026.1.27-beta.1.dmg scripts/create-dmg.sh dist/Moltbot.app dist/Moltbot-2026.1.29.dmg
# Recommended: build + notarize/staple zip + DMG # Recommended: build + notarize/staple zip + DMG
# First, create a keychain profile once: # First, create a keychain profile once:
@@ -48,26 +48,26 @@ scripts/create-dmg.sh dist/Moltbot.app dist/Moltbot-2026.1.27-beta.1.dmg
# --apple-id "<apple-id>" --team-id "<team-id>" --password "<app-specific-password>" # --apple-id "<apple-id>" --team-id "<team-id>" --password "<app-specific-password>"
NOTARIZE=1 NOTARYTOOL_PROFILE=moltbot-notary \ NOTARIZE=1 NOTARYTOOL_PROFILE=moltbot-notary \
BUNDLE_ID=bot.molt.mac \ BUNDLE_ID=bot.molt.mac \
APP_VERSION=2026.1.27-beta.1 \ APP_VERSION=2026.1.29 \
APP_BUILD="$(git rev-list --count HEAD)" \ APP_BUILD="$(git rev-list --count HEAD)" \
BUILD_CONFIG=release \ BUILD_CONFIG=release \
SIGN_IDENTITY="Developer ID Application: <Developer Name> (<TEAMID>)" \ SIGN_IDENTITY="Developer ID Application: <Developer Name> (<TEAMID>)" \
scripts/package-mac-dist.sh scripts/package-mac-dist.sh
# Optional: ship dSYM alongside the release # Optional: ship dSYM alongside the release
ditto -c -k --keepParent apps/macos/.build/release/Moltbot.app.dSYM dist/Moltbot-2026.1.27-beta.1.dSYM.zip ditto -c -k --keepParent apps/macos/.build/release/Moltbot.app.dSYM dist/Moltbot-2026.1.29.dSYM.zip
``` ```
## Appcast entry ## Appcast entry
Use the release note generator so Sparkle renders formatted HTML notes: Use the release note generator so Sparkle renders formatted HTML notes:
```bash ```bash
SPARKLE_PRIVATE_KEY_FILE=/path/to/ed25519-private-key scripts/make_appcast.sh dist/Moltbot-2026.1.27-beta.1.zip https://raw.githubusercontent.com/moltbot/moltbot/main/appcast.xml SPARKLE_PRIVATE_KEY_FILE=/path/to/ed25519-private-key scripts/make_appcast.sh dist/Moltbot-2026.1.29.zip https://raw.githubusercontent.com/moltbot/moltbot/main/appcast.xml
``` ```
Generates HTML release notes from `CHANGELOG.md` (via [`scripts/changelog-to-html.sh`](https://github.com/moltbot/moltbot/blob/main/scripts/changelog-to-html.sh)) and embeds them in the appcast entry. Generates HTML release notes from `CHANGELOG.md` (via [`scripts/changelog-to-html.sh`](https://github.com/moltbot/moltbot/blob/main/scripts/changelog-to-html.sh)) and embeds them in the appcast entry.
Commit the updated `appcast.xml` alongside the release assets (zip + dSYM) when publishing. Commit the updated `appcast.xml` alongside the release assets (zip + dSYM) when publishing.
## Publish & verify ## Publish & verify
- Upload `Moltbot-2026.1.27-beta.1.zip` (and `Moltbot-2026.1.27-beta.1.dSYM.zip`) to the GitHub release for tag `v2026.1.27-beta.1`. - Upload `Moltbot-2026.1.29.zip` (and `Moltbot-2026.1.29.dSYM.zip`) to the GitHub release for tag `v2026.1.29`.
- Ensure the raw appcast URL matches the baked feed: `https://raw.githubusercontent.com/moltbot/moltbot/main/appcast.xml`. - Ensure the raw appcast URL matches the baked feed: `https://raw.githubusercontent.com/moltbot/moltbot/main/appcast.xml`.
- Sanity checks: - Sanity checks:
- `curl -I https://raw.githubusercontent.com/moltbot/moltbot/main/appcast.xml` returns 200. - `curl -I https://raw.githubusercontent.com/moltbot/moltbot/main/appcast.xml` returns 200.

View File

@@ -17,7 +17,7 @@ When the operator says “release”, immediately do this preflight (no extra qu
- Use Sparkle keys from `~/Library/CloudStorage/Dropbox/Backup/Sparkle` if needed. - Use Sparkle keys from `~/Library/CloudStorage/Dropbox/Backup/Sparkle` if needed.
1) **Version & metadata** 1) **Version & metadata**
- [ ] Bump `package.json` version (e.g., `2026.1.27-beta.1`). - [ ] Bump `package.json` version (e.g., `2026.1.29`).
- [ ] Run `pnpm plugins:sync` to align extension package versions + changelogs. - [ ] Run `pnpm plugins:sync` to align extension package versions + changelogs.
- [ ] Update CLI/version strings: [`src/cli/program.ts`](https://github.com/moltbot/moltbot/blob/main/src/cli/program.ts) and the Baileys user agent in [`src/provider-web.ts`](https://github.com/moltbot/moltbot/blob/main/src/provider-web.ts). - [ ] Update CLI/version strings: [`src/cli/program.ts`](https://github.com/moltbot/moltbot/blob/main/src/cli/program.ts) and the Baileys user agent in [`src/provider-web.ts`](https://github.com/moltbot/moltbot/blob/main/src/provider-web.ts).
- [ ] Confirm package metadata (name, description, repository, keywords, license) and `bin` map points to [`moltbot.mjs`](https://github.com/moltbot/moltbot/blob/main/moltbot.mjs) for `moltbot`. - [ ] Confirm package metadata (name, description, repository, keywords, license) and `bin` map points to [`moltbot.mjs`](https://github.com/moltbot/moltbot/blob/main/moltbot.mjs) for `moltbot`.

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/bluebubbles", "name": "@moltbot/bluebubbles",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot BlueBubbles channel plugin", "description": "Moltbot BlueBubbles channel plugin",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/copilot-proxy", "name": "@moltbot/copilot-proxy",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot Copilot Proxy provider plugin", "description": "Moltbot Copilot Proxy provider plugin",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/diagnostics-otel", "name": "@moltbot/diagnostics-otel",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot diagnostics OpenTelemetry exporter", "description": "Moltbot diagnostics OpenTelemetry exporter",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/discord", "name": "@moltbot/discord",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot Discord channel plugin", "description": "Moltbot Discord channel plugin",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/google-antigravity-auth", "name": "@moltbot/google-antigravity-auth",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot Google Antigravity OAuth provider plugin", "description": "Moltbot Google Antigravity OAuth provider plugin",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/google-gemini-cli-auth", "name": "@moltbot/google-gemini-cli-auth",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot Gemini CLI OAuth provider plugin", "description": "Moltbot Gemini CLI OAuth provider plugin",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/googlechat", "name": "@moltbot/googlechat",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot Google Chat channel plugin", "description": "Moltbot Google Chat channel plugin",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/imessage", "name": "@moltbot/imessage",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot iMessage channel plugin", "description": "Moltbot iMessage channel plugin",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/line", "name": "@moltbot/line",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot LINE channel plugin", "description": "Moltbot LINE channel plugin",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/llm-task", "name": "@moltbot/llm-task",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot JSON-only LLM task plugin", "description": "Moltbot JSON-only LLM task plugin",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/lobster", "name": "@moltbot/lobster",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Lobster workflow tool plugin (typed pipelines + resumable approvals)", "description": "Lobster workflow tool plugin (typed pipelines + resumable approvals)",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
# Changelog # Changelog
## 2026.1.27-beta.1 ## 2026.1.29
### Changes ### Changes
- Version alignment with core Moltbot release numbers. - Version alignment with core Moltbot release numbers.

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/matrix", "name": "@moltbot/matrix",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot Matrix channel plugin", "description": "Moltbot Matrix channel plugin",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/mattermost", "name": "@moltbot/mattermost",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot Mattermost channel plugin", "description": "Moltbot Mattermost channel plugin",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/memory-core", "name": "@moltbot/memory-core",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot core memory search plugin", "description": "Moltbot core memory search plugin",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/memory-lancedb", "name": "@moltbot/memory-lancedb",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot LanceDB-backed long-term memory plugin with auto-recall/capture", "description": "Moltbot LanceDB-backed long-term memory plugin with auto-recall/capture",
"dependencies": { "dependencies": {

View File

@@ -1,6 +1,6 @@
# Changelog # Changelog
## 2026.1.27-beta.1 ## 2026.1.29
### Changes ### Changes
- Version alignment with core Moltbot release numbers. - Version alignment with core Moltbot release numbers.

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/msteams", "name": "@moltbot/msteams",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot Microsoft Teams channel plugin", "description": "Moltbot Microsoft Teams channel plugin",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/nextcloud-talk", "name": "@moltbot/nextcloud-talk",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot Nextcloud Talk channel plugin", "description": "Moltbot Nextcloud Talk channel plugin",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
# Changelog # Changelog
## 2026.1.27-beta.1 ## 2026.1.29
### Changes ### Changes
- Version alignment with core Moltbot release numbers. - Version alignment with core Moltbot release numbers.

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/nostr", "name": "@moltbot/nostr",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot Nostr channel plugin for NIP-04 encrypted DMs", "description": "Moltbot Nostr channel plugin for NIP-04 encrypted DMs",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/open-prose", "name": "@moltbot/open-prose",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "OpenProse VM skill pack plugin (slash command + telemetry).", "description": "OpenProse VM skill pack plugin (slash command + telemetry).",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/signal", "name": "@moltbot/signal",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot Signal channel plugin", "description": "Moltbot Signal channel plugin",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/slack", "name": "@moltbot/slack",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot Slack channel plugin", "description": "Moltbot Slack channel plugin",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/telegram", "name": "@moltbot/telegram",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot Telegram channel plugin", "description": "Moltbot Telegram channel plugin",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/tlon", "name": "@moltbot/tlon",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot Tlon/Urbit channel plugin", "description": "Moltbot Tlon/Urbit channel plugin",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
# Changelog # Changelog
## 2026.1.27-beta.1 ## 2026.1.29
### Changes ### Changes
- Version alignment with core Moltbot release numbers. - Version alignment with core Moltbot release numbers.

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/twitch", "name": "@moltbot/twitch",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"description": "Moltbot Twitch channel plugin", "description": "Moltbot Twitch channel plugin",
"type": "module", "type": "module",
"dependencies": { "dependencies": {

View File

@@ -1,6 +1,6 @@
# Changelog # Changelog
## 2026.1.27-beta.1 ## 2026.1.29
### Changes ### Changes
- Version alignment with core Moltbot release numbers. - Version alignment with core Moltbot release numbers.

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/voice-call", "name": "@moltbot/voice-call",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot voice-call plugin", "description": "Moltbot voice-call plugin",
"dependencies": { "dependencies": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/whatsapp", "name": "@moltbot/whatsapp",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot WhatsApp channel plugin", "description": "Moltbot WhatsApp channel plugin",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
# Changelog # Changelog
## 2026.1.27-beta.1 ## 2026.1.29
### Changes ### Changes
- Version alignment with core Moltbot release numbers. - Version alignment with core Moltbot release numbers.

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/zalo", "name": "@moltbot/zalo",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot Zalo channel plugin", "description": "Moltbot Zalo channel plugin",
"moltbot": { "moltbot": {

View File

@@ -1,6 +1,6 @@
# Changelog # Changelog
## 2026.1.27-beta.1 ## 2026.1.29
### Changes ### Changes
- Version alignment with core Moltbot release numbers. - Version alignment with core Moltbot release numbers.

View File

@@ -1,6 +1,6 @@
{ {
"name": "@moltbot/zalouser", "name": "@moltbot/zalouser",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"type": "module", "type": "module",
"description": "Moltbot Zalo Personal Account plugin via zca-cli", "description": "Moltbot Zalo Personal Account plugin via zca-cli",
"dependencies": { "dependencies": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "moltbot", "name": "moltbot",
"version": "2026.1.27-beta.1", "version": "2026.1.29",
"description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent", "description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",