Skip to content

Commit a061860

Browse files
committed
chore: release v1.3.5
- Add capsync add <tool> command with validation - Add --no-sync flag for add command - Only add detected tools to config (not all 40+) - Clean config output showing only enabled tools - Update README with comprehensive documentation - Add 6 new tests for tools module - Update CHANGELOG with all changes
1 parent 43b033d commit a061860

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,24 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7-
## [1.3.0] - 2026-01-31
7+
## [1.3.5] - 2026-01-31
88

99
### Added
1010
- `capsync add <tool>` command to add tools to configuration
1111
- Tool validation - shows error if tool doesn't exist or is unsupported
1212
- `--no-sync` flag for `add` command to skip syncing after adding
13-
- Support for 40+ AI tools (expanded from 6)
14-
- Shell variable expansion ($HOME, ~) in paths
13+
- Tests for tools module (6 new tests)
1514

1615
### Changed
1716
- `init` command now only adds detected tools to config (not all 40+)
1817
- Config output now only shows enabled tools (cleaner display)
18+
- Updated README with comprehensive documentation
19+
20+
## [1.3.0] - 2026-01-31
21+
22+
### Added
23+
- Support for 40+ AI tools (expanded from 6)
24+
- Shell variable expansion ($HOME, ~) in paths
1925
- Interactive init - requires user to enter source path (no default)
2026
- Single source of truth for all tool definitions in `tools.rs`
2127

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "capsync"
3-
version = "1.3.0"
3+
version = "1.3.5"
44
edition = "2024"
55
authors = ["pa1nark"]
66
description = "A simple tool to sync your AI coding skills across different tools."

0 commit comments

Comments
 (0)