Releases: bramses/chatgpt-md
1.5.0
What's Changed
- add setting inferTitleLanguage by @Schumi543 in #43
- "move-to-chat" opens in source mode by @szw in #46
- Feature Request: add a command to clear conversation (Except frontmatter) by @bramses in #49
- chatgpt comment block by @bramses in #51
pictures of new features in action
New Contributors
- @Schumi543 made their first contribution in #43
- @szw made their first contribution in #46
Full Changelog: 1.4.3...1.5.0
1.4.3
1.4.2
The new stop command is causing some weird object artifacts across the plugin. Restored old error workflow while trying to also keep stop feature in.
source.addEventListener("abort", (e: any) => {
console.log("[ChatGPT MD] SSE Closed Event");
// if e was triggered by stopStreaming, then resolve
if (this.manualClose) {
resolve(txt);
}
// else passthrough as normal
});
1.4.1
1.4.0
(release notes written by gpt-4 lol)
🚀🎉 Introducing ChatGPT MD 1.4.0! 🎉🚀
I'm super excited to bring you this fun-packed update with new features and bug fixes that will make your experience even more delightful! 😄 Let's dive in!
✨ New Features ✨
1️⃣ 🛑 Stop Button: Tired of waiting for a long API request? No worries, we've got you covered! Now, the stop button allows you to cancel any currently running API requests with ease. Say goodbye to unnecessary waiting times! ⏱️ #20
2️⃣ 🔗 Azure Custom URLs: Want more control over your ChatGPT instances? You got it! With this update, Azure now lets you host your own ChatGPT instances 🌐 Customize away by using custom endpoints rather than the default OpenAI one – how cool is that?! 😎 #25
🐞 Bug Fixes 🐞
1️⃣ (bug) Folder Requirements Notice: We heard some confusion about the chat
and templates
folder requirements. So, we've added a friendly notice 💬 just to clarify that these folders are indeed required for smooth functionality. No more guessing games here! 😉 #28
That's all for now, folks! Enjoy these fantastic updates in ChatGPT MD 1.4.0 and stay tuned for even more exciting features coming soon... Happy chatting! 💬💖
Screen.Recording.2023-03-23.at.6.18.45.PM.mov
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
New(!!):
- Infer Title from Messages - Uses ChatGPT to automagically infer a title from messages sent back and forth. Can be set to run automatically after four messages are sent back and forth
Changed: