-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG.txt
More file actions
66 lines (51 loc) · 2.47 KB
/
CHANGELOG.txt
File metadata and controls
66 lines (51 loc) · 2.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
AlteredCraft Plugin Marketplace Changelog
=========================================
## [ac-document-gen v1.2.0] - 2026-02-16
### Added
- pdf-ocr skill for converting PDF files to markdown using local GLM-OCR via Ollama
- Page-by-page OCR with automatic image resizing for optimal accuracy
- Dependency checking with guided installation (Ollama, glm-ocr, poppler)
- Background processing for large PDFs (>10 pages)
- Bullet character normalization to standard markdown syntax
## [ac-obsidian-cli v1.0.0] - 2026-02-13
### Added
- Initial release with obsidian-cli skill
- KM command reference (daily notes, search, tasks, tags, links, properties, templates, files, vault maintenance, version history)
- Decision matrix for CLI vs. native tools
- Common workflow patterns (daily task review, orphan cleanup, link health audit, tag inventory)
## [ac-document-gen v1.1.0] - 2026-02-13
### Added
- qr-code skill for generating QR codes from URLs, text, or other data
- SVG, PNG, EPS, and PDF output format support
- Customizable colors, scale, border, and error correction levels
- Micro QR Code support for compact data
- Transparent background option (SVG/PNG)
- Uses segno library via PEP 723 inline metadata (no manual install)
## [ac-document-gen v1.0.0] - 2026-01-24
### Added
- Initial release with powerpoint skill
- Create professional PowerPoint presentations using python-pptx
- Support for title, section, content, closing, and blank slide types
- Visual accents: vertical bars, horizontal lines, solid backgrounds
- Square bullet markers with custom colors
- Template script with complete Style class for customization
- Reference documentation for layouts and styling
## [ac-dev-tools v1.2.0] - 2026-01-22
### Added
- ralph-one.sh: Single-task runner for HITL observation
- Executes one task from a spec folder with visible stdout
- Streams output directly to terminal (no capture)
- Same task selection as ralph.sh (interactive menu or direct arg)
### Changed
- Updated README.md with Execution Modes section (HITL vs AFK)
- Updated SKILL.md handoff to recommend starting with ralph-one.sh
## [ac-dev-tools v1.1.0] - 2026-01-21
### Added
- ralph-method skill for autonomous development workflows
- Phase 1: Requirements interview with JTBD decomposition
- Phase 2: Implementation planning with ordered tasks
- Phase 3: Building loop via ralph.sh
## [ac-dev-tools v1.0.0] - 2026-01-20
### Added
- Initial release with journal skill
- Development journaling for tracking progress and learnings