Releases: markus-global/markus
v0.8.3
Install
Download & double-click (no prerequisites, includes Node.js runtime):
| Platform | Installer |
|---|---|
| Windows x64 | markus-setup-win-x64.exe |
| macOS Apple Silicon | markus-setup-darwin-arm64.pkg |
| macOS Intel | markus-setup-darwin-x64.pkg |
| Linux x64 (.deb) | markus-setup-linux-x64.deb |
Or via terminal:
# macOS / Linux
curl -fsSL https://markus.global/install.sh | bash
# Windows (PowerShell)
irm https://markus.global/install.ps1 | iex
# npm (if you already have Node.js 22+)
npm install -g @markus-global/cli@0.8.3What's Changed
- release v0.8.2: release: feishu integration & workflow system by @jsyqrt in #193
- release v0.8.2-rc.0: feat: feishu integration & workflow system by @jsyqrt in #192
Full Changelog: v0.8.2...v0.8.3
v0.8.2
Install
Download & double-click (no prerequisites, includes Node.js runtime):
| Platform | Installer |
|---|---|
| Windows x64 | markus-setup-win-x64.exe |
| macOS Apple Silicon | markus-setup-darwin-arm64.pkg |
| macOS Intel | markus-setup-darwin-x64.pkg |
| Linux x64 (.deb) | markus-setup-linux-x64.deb |
Or via terminal:
# macOS / Linux
curl -fsSL https://markus.global/install.sh | bash
# Windows (PowerShell)
irm https://markus.global/install.ps1 | iex
# npm (if you already have Node.js 22+)
npm install -g @markus-global/cli@0.8.2What's Changed
- release v0.8.1: fix: Windows installer, trial period, UI improvements by @jsyqrt in #173
- release v0.8.1-rc.0: fix: Windows installer, trial period, UI improvements by @jsyqrt in #172
- Feat/codex oauth support by @jsyqrt in #174
- feat: add visibility levels for Hub sharing and org assets tab by @jsyqrt in #175
- Feat/UI optimize 0609 by @jsyqrt in #176
- [TASK-tsk_f46313b58b2da71379fa15cb][Frontend Developer] feat: 飞书集成配置 UI — FeishuIntegrationSection 组件 by @jsyqrt in #178
- [TASK-tsk_1f88f661acfba26b5bee34b2][Backend Developer] feat: EventBus → 飞书通知转发 (FeishuNotifier) by @jsyqrt in #182
- Revert "[TASK-tsk_1f88f661acfba26b5bee34b2][Backend Developer] feat: EventBus → 飞书通知转发 (FeishuNotifier)" by @jsyqrt in #187
- Revert "[TASK-tsk_f46313b58b2da71379fa15cb][Frontend Developer] feat: 飞书集成配置 UI — FeishuIntegrationSection 组件" by @jsyqrt in #188
- Feat/workflow support by @jsyqrt in #183
- fix: resolve OAuth login race condition and add missing i18n keys by @jsyqrt in #190
- fix: license sync, onboarding simplification, and UI polish by @jsyqrt in #191
- [Feature] Markus接入飞书功能 — Feishu Integration (5层完整实现) by @jsyqrt in #186
Full Changelog: v0.8.1...v0.8.2
v0.8.2-rc.0 (Pre-release)
Pre-release — this version is for testing. Use
npm i -g @markus-global/cli@nextto install.
Theinstall.shone-liner always installs the latest stable release.
Install (testers)
# npm (recommended for RC testing)
npm install -g @markus-global/cli@0.8.2-rc.0
# or use the @next tag
npm install -g @markus-global/cli@nextBinary installers
| Platform | Installer |
|---|---|
| Windows x64 | markus-setup-win-x64.exe |
| macOS Apple Silicon | markus-setup-darwin-arm64.pkg |
| macOS Intel | markus-setup-darwin-x64.pkg |
| Linux x64 (.deb) | markus-setup-linux-x64.deb |
What's Changed
- release v0.8.1: fix: Windows installer, trial period, UI improvements by @jsyqrt in #173
- release v0.8.1-rc.0: fix: Windows installer, trial period, UI improvements by @jsyqrt in #172
- Feat/codex oauth support by @jsyqrt in #174
- feat: add visibility levels for Hub sharing and org assets tab by @jsyqrt in #175
- Feat/UI optimize 0609 by @jsyqrt in #176
- [TASK-tsk_f46313b58b2da71379fa15cb][Frontend Developer] feat: 飞书集成配置 UI — FeishuIntegrationSection 组件 by @jsyqrt in #178
- [TASK-tsk_1f88f661acfba26b5bee34b2][Backend Developer] feat: EventBus → 飞书通知转发 (FeishuNotifier) by @jsyqrt in #182
- Revert "[TASK-tsk_1f88f661acfba26b5bee34b2][Backend Developer] feat: EventBus → 飞书通知转发 (FeishuNotifier)" by @jsyqrt in #187
- Revert "[TASK-tsk_f46313b58b2da71379fa15cb][Frontend Developer] feat: 飞书集成配置 UI — FeishuIntegrationSection 组件" by @jsyqrt in #188
- Feat/workflow support by @jsyqrt in #183
- fix: resolve OAuth login race condition and add missing i18n keys by @jsyqrt in #190
- fix: license sync, onboarding simplification, and UI polish by @jsyqrt in #191
- [Feature] Markus接入飞书功能 — Feishu Integration (5层完整实现) by @jsyqrt in #186
Full Changelog: v0.8.1...v0.8.2-rc.0
v0.8.1
Install
Download & double-click (no prerequisites, includes Node.js runtime):
| Platform | Installer |
|---|---|
| Windows x64 | markus-setup-win-x64.exe |
| macOS Apple Silicon | markus-setup-darwin-arm64.pkg |
| macOS Intel | markus-setup-darwin-x64.pkg |
| Linux x64 (.deb) | markus-setup-linux-x64.deb |
Or via terminal:
# macOS / Linux
curl -fsSL https://markus.global/install.sh | bash
# Windows (PowerShell)
irm https://markus.global/install.ps1 | iex
# npm (if you already have Node.js 22+)
npm install -g @markus-global/cli@0.8.1Full Changelog: v0.8.0...v0.8.1
v0.8.1-rc.0 (Pre-release)
Pre-release — this version is for testing. Use
npm i -g @markus-global/cli@nextto install.
Theinstall.shone-liner always installs the latest stable release.
Install (testers)
# npm (recommended for RC testing)
npm install -g @markus-global/cli@0.8.1-rc.0
# or use the @next tag
npm install -g @markus-global/cli@nextBinary installers
| Platform | Installer |
|---|---|
| Windows x64 | markus-setup-win-x64.exe |
| macOS Apple Silicon | markus-setup-darwin-arm64.pkg |
| macOS Intel | markus-setup-darwin-x64.pkg |
| Linux x64 (.deb) | markus-setup-linux-x64.deb |
Full Changelog: v0.8.0...v0.8.1-rc.0
v0.8.0
Install
Download & double-click (no prerequisites, includes Node.js runtime):
| Platform | Installer |
|---|---|
| Windows x64 | markus-setup-win-x64.exe |
| macOS Apple Silicon | markus-setup-darwin-arm64.pkg |
| macOS Intel | markus-setup-darwin-x64.pkg |
| Linux x64 (.deb) | markus-setup-linux-x64.deb |
Or via terminal:
# macOS / Linux
curl -fsSL https://markus.global/install.sh | bash
# Windows (PowerShell)
irm https://markus.global/install.ps1 | iex
# npm (if you already have Node.js 22+)
npm install -g @markus-global/cli@0.8.0What's Changed
- release v0.7.14: fix: completion marker in-session continuation, attention retry logic, chat scroll UX by @jsyqrt in #169
- release v0.7.9: fix: install script mirror fallback and CI upload-to-hub by @jsyqrt in #164
- release v0.7.10: fix: CI upload release binaries directly to R2 by @jsyqrt in #165
- release v0.7.11: fix: cross-platform path resolution in chrome extension pack script by @jsyqrt in #166
- release v0.7.12: fix: pin node-datachannel version in binary build by @jsyqrt in #167
- release v0.7.13: fix: Windows start command for opening chrome extensions page by @jsyqrt in #168
Full Changelog: v0.7.14...v0.8.0
v0.7.14
Install
Download & double-click (no prerequisites, includes Node.js runtime):
| Platform | Installer |
|---|---|
| Windows x64 | markus-setup-win-x64.exe |
| macOS Apple Silicon | markus-setup-darwin-arm64.pkg |
| macOS Intel | markus-setup-darwin-x64.pkg |
| Linux x64 (.deb) | markus-setup-linux-x64.deb |
Or via terminal:
# macOS / Linux
curl -fsSL https://markus.global/install.sh | bash
# Windows (PowerShell)
irm https://markus.global/install.ps1 | iex
# npm (if you already have Node.js 22+)
npm install -g @markus-global/cli@0.7.14Full Changelog: v0.7.13...v0.7.14
v0.7.13
Install
Download & double-click (no prerequisites, includes Node.js runtime):
| Platform | Installer |
|---|---|
| Windows x64 | markus-setup-win-x64.exe |
| macOS Apple Silicon | markus-setup-darwin-arm64.pkg |
| macOS Intel | markus-setup-darwin-x64.pkg |
| Linux x64 (.deb) | markus-setup-linux-x64.deb |
Or via terminal:
# macOS / Linux
curl -fsSL https://markus.global/install.sh | bash
# Windows (PowerShell)
irm https://markus.global/install.ps1 | iex
# npm (if you already have Node.js 22+)
npm install -g @markus-global/cli@0.7.13Full Changelog: v0.7.12...v0.7.13
v0.7.12
Install
Download & double-click (no prerequisites, includes Node.js runtime):
| Platform | Installer |
|---|---|
| Windows x64 | markus-setup-win-x64.exe |
| macOS Apple Silicon | markus-setup-darwin-arm64.pkg |
| macOS Intel | markus-setup-darwin-x64.pkg |
| Linux x64 (.deb) | markus-setup-linux-x64.deb |
Or via terminal:
# macOS / Linux
curl -fsSL https://markus.global/install.sh | bash
# Windows (PowerShell)
irm https://markus.global/install.ps1 | iex
# npm (if you already have Node.js 22+)
npm install -g @markus-global/cli@0.7.12Full Changelog: v0.7.11...v0.7.12
v0.7.10
Install
Download & double-click (no prerequisites, includes Node.js runtime):
| Platform | Installer |
|---|---|
| Windows x64 | markus-setup-win-x64.exe |
| macOS Apple Silicon | markus-setup-darwin-arm64.pkg |
| macOS Intel | markus-setup-darwin-x64.pkg |
| Linux x64 (.deb) | markus-setup-linux-x64.deb |
Or via terminal:
# macOS / Linux
curl -fsSL https://markus.global/install.sh | bash
# Windows (PowerShell)
irm https://markus.global/install.ps1 | iex
# npm (if you already have Node.js 22+)
npm install -g @markus-global/cli@0.7.10Full Changelog: v0.7.9...v0.7.10