claude-math 0.1.0 → 0.2.0

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.
@@ -1,13 +1,17 @@
1
1
  {
2
2
  "name": "vladimirrott",
3
- "owner": { "name": "Vladimir Rotariu" },
4
- "metadata": { "description": "Vladimir's Claude Code plugins" },
3
+ "owner": {
4
+ "name": "Vladimir Rotariu"
5
+ },
6
+ "metadata": {
7
+ "description": "Vladimir's Claude Code plugins"
8
+ },
5
9
  "plugins": [
6
10
  {
7
11
  "name": "claude-math",
8
12
  "source": "./",
9
13
  "description": "Renders math as Unicode glyphs in the terminal instead of unrenderable LaTeX",
10
- "version": "0.1.0"
14
+ "version": "0.2.0"
11
15
  }
12
16
  ]
13
17
  }
@@ -1,9 +1,19 @@
1
1
  {
2
2
  "name": "claude-math",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Render math legibly in Claude Code. Emits Unicode glyphs instead of unrenderable LaTeX in the terminal (works in every terminal). Graphical sixel/kitty rendering is on the roadmap.",
5
- "author": { "name": "Vladimir Rotariu", "email": "vladimirrott@users.noreply.github.com" },
5
+ "author": {
6
+ "name": "Vladimir Rotariu",
7
+ "email": "vladimirrott@users.noreply.github.com"
8
+ },
6
9
  "license": "MIT",
7
10
  "homepage": "https://github.com/vladimirrott/claude-math",
8
- "keywords": ["math", "latex", "katex", "unicode", "rendering", "skill"]
11
+ "keywords": [
12
+ "math",
13
+ "latex",
14
+ "katex",
15
+ "unicode",
16
+ "rendering",
17
+ "skill"
18
+ ]
9
19
  }
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to `claude-math` documented here. Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Versioning: [SemVer](https://semver.org/).
4
4
 
5
+ ## [0.2.0](https://github.com/vladimirrott/claude-math/compare/v0.1.0...v0.2.0) (2026-07-17)
6
+
7
+
8
+ ### Features
9
+
10
+ * **cli:** add --codex install target (drops math-unicode into Codex skills dir) ([#3](https://github.com/vladimirrott/claude-math/issues/3)) ([738a831](https://github.com/vladimirrott/claude-math/commit/738a8312f8c3febd83588657377e8013946400c9))
11
+
5
12
  ## [0.1.0] — 2026-05-20
6
13
 
7
14
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-math",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Render math legibly in Claude Code. Emits Unicode glyphs instead of unrenderable LaTeX in the terminal. (Graphical sixel/kitty rendering is on the roadmap.)",
5
5
  "keywords": [
6
6
  "claude",