chatgpt-to-markdown 1.7.0 → 1.7.1
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/README.md +1 -1
- package/package.json +1 -1
- package/thinktime.js +1 -3
package/README.md
CHANGED
@@ -117,7 +117,7 @@ git push --follow-tags
|
|
117
117
|
|
118
118
|
## Release notes
|
119
119
|
|
120
|
-
- 1.7.
|
120
|
+
- 1.7.1: 29 Jun 2025. Add thinktime analysis tool as npx executable. Analyze thinking/reasoning time statistics from ChatGPT conversations.
|
121
121
|
- 1.6.0: 18 Jul 2025. Handle `thoughts`, `reasoning_recap`, `sonic_webpage`. Include projects
|
122
122
|
- 1.5.5: 02 Nov 2024. Add conversation link. Use conversation ID as fallback title if title is empty.
|
123
123
|
- 1.5.4: 02 Nov 2024. Skip `user_editable_context` to avoid polluting Markdown with custom instructions
|
package/package.json
CHANGED