Skip to content

Commit d274e22

Browse files
Tiwasclaude
andcommitted
Remove changelog from documentation
The changelog was not being maintained, so removing it to avoid confusion. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0c1c619 commit d274e22

8 files changed

Lines changed: 4 additions & 288 deletions

File tree

.claude/settings.local.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"Bash(git ls-tree:*)",
66
"Bash(ls:*)",
77
"Bash(xargs ls:*)",
8-
"Bash(git add:*)"
8+
"Bash(git add:*)",
9+
"Bash(git commit:*)",
10+
"Bash(git push:*)"
911
]
1012
}
1113
}

HOMEY_COMMUNITY_LISTING.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -44,24 +44,6 @@ THEN: Pop state (restore previous)
4444

4545
---
4646

47-
## What's New in v1.5.0
48-
49-
### ⏳ Waiter Gates (BETA)
50-
Reactive flow cards that pause and wait for device states to change:
51-
- **Wait until** device capability becomes value (with YES/NO paths)
52-
- Perfect for verifying that commands actually executed
53-
- Auto-generated waiter IDs for easy management
54-
55-
<a href="https://tiwas.github.io/SmartComponentsToolkit/docs/waiter-gates.html" target="_blank">→ Read Waiter Gates Documentation</a>
56-
57-
### 🌍 Complete Localization
58-
All flow cards now support 12 languages: English, Norwegian, Danish, German, Spanish, French, Italian, Dutch, Swedish, Polish, Finnish, Russian
59-
60-
### 🔧 Code Quality Improvements
61-
Reduced logging verbosity and improved code documentation
62-
63-
---
64-
6547
## Device Types
6648

6749
**Logic Device** - Recommended for beginners
@@ -86,7 +68,7 @@ Reduced logging verbosity and improved code documentation
8668

8769
- <a href="https://tiwas.github.io/SmartComponentsToolkit/docs/getting-started.html" target="_blank">**Getting Started Guide**</a> - Create your first logic device in 5 minutes
8870
- <a href="https://tiwas.github.io/SmartComponentsToolkit/docs/flow-cards.html" target="_blank">**Flow Cards Reference**</a> - Complete guide to all available cards
89-
- <a href="https://tiwas.github.io/SmartComponentsToolkit/docs/changelog.html" target="_blank">**Changelog**</a> - Full version history
71+
9072

9173
---
9274

docs/docs/changelog.html

Lines changed: 0 additions & 263 deletions
This file was deleted.

docs/docs/devices.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
<a href="state-device.html" class="text-gray-600 hover:text-purple-600">State Device</a>
4848
<a href="state-capture-device.html" class="text-gray-600 hover:text-purple-600">State Capture Device</a>
4949
<a href="waiter-gates.html" class="text-gray-600 hover:text-purple-600">Waiter Gates</a>
50-
<a href="changelog.html" class="text-gray-600 hover:text-purple-600">Changelog</a>
5150
</div>
5251
</div>
5352
</div>

docs/docs/flow-cards.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
<a href="state-device.html" class="text-gray-600 hover:text-purple-600">State Device</a>
5959
<a href="state-capture-device.html" class="text-gray-600 hover:text-purple-600">State Capture Device</a>
6060
<a href="waiter-gates.html" class="text-gray-600 hover:text-purple-600">Waiter Gates</a>
61-
<a href="changelog.html" class="text-gray-600 hover:text-purple-600">Changelog</a>
6261
</div>
6362
</div>
6463
</div>

docs/docs/getting-started.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
<a href="state-device.html" class="text-gray-600 hover:text-purple-600">State Device</a>
5353
<a href="state-capture-device.html" class="text-gray-600 hover:text-purple-600">State Capture Device</a>
5454
<a href="waiter-gates.html" class="text-gray-600 hover:text-purple-600">Waiter Gates</a>
55-
<a href="changelog.html" class="text-gray-600 hover:text-purple-600">Changelog</a>
5655
</div>
5756
</div>
5857
</div>

docs/docs/waiter-gates.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
<a href="state-device.html" class="text-gray-600 hover:text-purple-600">State Device</a>
5151
<a href="state-capture-device.html" class="text-gray-600 hover:text-purple-600">State Capture Device</a>
5252
<a href="waiter-gates.html" class="text-gray-900 font-semibold">Waiter Gates</a>
53-
<a href="changelog.html" class="text-gray-600 hover:text-purple-600">Changelog</a>
5453
</div>
5554
</div>
5655
</div>

docs/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ <h2 class="text-2xl font-bold text-gray-900 mb-6">Documentation</h2>
381381
<li><a href="docs/state-capture-device.html" class="text-purple-600 hover:text-purple-800">State Capture Device</a></li>
382382
<li><a href="docs/waiter-gates.html" class="text-purple-600 hover:text-purple-800">Waiter Gates (BETA)</a></li>
383383
<li><a href="docs/flow-cards.html" class="text-purple-600 hover:text-purple-800">Flow Cards Reference</a></li>
384-
<li><a href="docs/changelog.html" class="text-purple-600 hover:text-purple-800">Changelog</a></li>
385384
</ul>
386385
</div>
387386
</section>

0 commit comments

Comments
 (0)