markupr 2.6.1 → 2.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="src/renderer/assets/logo.svg" alt="markupr" width="80" height="80">
2
+ <img src="src/renderer/assets/logo.svg" alt="markupR" width="80" height="80">
3
3
  </p>
4
4
 
5
5
  <h1 align="center">markupr</h1>
@@ -3558,7 +3558,7 @@ async function runInit(options) {
3558
3558
  }
3559
3559
 
3560
3560
  // src/cli/index.ts
3561
- var VERSION = true ? "2.6.1" : "0.0.0-dev";
3561
+ var VERSION = true ? "2.6.2" : "0.0.0-dev";
3562
3562
  var SYMBOLS = {
3563
3563
  check: "\u2714",
3564
3564
  // checkmark
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markupr",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "description": "Record your screen, narrate feedback, get structured Markdown with screenshots. Desktop app, CLI, and MCP server for AI coding agents like Claude Code, Cursor, and Windsurf.",
5
5
  "type": "module",
6
6
  "main": "dist/main/index.mjs",