@codewithdan/zingit 0.17.2 → 0.17.3
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/CHANGELOG.md +12 -0
- package/README.md +4 -1
- package/client/dist/zingit-client.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.17.3](https://github.com/danwahlin/zingit/compare/v0.17.2...v0.17.3) (2026-01-29)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add issue templates for bug reports and feature requests, and update contributing guidelines ([a186827](https://github.com/danwahlin/zingit/commit/a18682762df7096a6c4003107f0590aafb22085d))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* update documentation link and comment out discussions section in issue template ([1059c47](https://github.com/danwahlin/zingit/commit/1059c47d4f258f7ae626c86b95faa00ddfb2a034))
|
|
16
|
+
|
|
5
17
|
### [0.17.2](https://github.com/danwahlin/zingit/compare/v0.17.1...v0.17.2) (2026-01-29)
|
|
6
18
|
|
|
7
19
|
### [0.17.1](https://github.com/danwahlin/zingit/compare/v0.16.1...v0.17.1) (2026-01-29)
|
package/README.md
CHANGED
|
@@ -3,11 +3,14 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
# ZingIt
|
|
6
|
+
|
|
7
|
+
[Features](#features) | [Quick Start](#quick-start) | [Usage](#usage) | [Configuration](#configuration) | [Troubleshooting](#troubleshooting)
|
|
8
|
+
|
|
6
9
|
</div>
|
|
7
10
|
|
|
8
11
|
#### Point-and-click UI feedback that gets automatically implemented by AI
|
|
9
12
|
|
|
10
|
-
Tired of describing what element to change in the UI, taking screenshots, and copying/pasting them into your AI
|
|
13
|
+
Tired of describing what element to change in the UI, taking screenshots, and copying/pasting them into your AI assistant? Streamline how you share UI changes! Select elements, mark them with the changes you want to make, and send directly to AI agents for automated fixes.
|
|
11
14
|
|
|
12
15
|
**Point → Click → Describe → ZingIt to AI**
|
|
13
16
|
|
|
@@ -2413,7 +2413,7 @@
|
|
|
2413
2413
|
</span>
|
|
2414
2414
|
</div>
|
|
2415
2415
|
<div class="checkpoint-markers">
|
|
2416
|
-
${A.markers
|
|
2416
|
+
${A.markers?.map(A=>A.identifier).join(", ")||"No markers"}
|
|
2417
2417
|
</div>
|
|
2418
2418
|
<div class="checkpoint-stats">
|
|
2419
2419
|
<span class="stat">
|