Skip to content

Releases: bramses/chatgpt-md

1.5.0

03 Apr 21:06
Compare
Choose a tag to compare

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

Screenshot 2023-04-03 16-29-25


Screenshot 2023-04-03 16-30-16


Screenshot 2023-04-03 16-47-05


Screenshot 2023-04-03 16-47-14


Screenshot 2023-04-03 16-59-26

New Contributors

Full Changelog: 1.4.3...1.5.0

1.4.3

25 Mar 21:04
Compare
Choose a tag to compare

What's Changed

Screen.Recording.2023-03-25.at.11.12.32.AM.mov
  • New chat from template doesn't work if chats folder is missing by @bramses in #35

Screenshot 2023-03-25 15-17-54

Full Changelog: 1.4.2...1.4.3

1.4.2

24 Mar 13:47
Compare
Choose a tag to compare

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

24 Mar 02:39
Compare
Choose a tag to compare
  • fixes error notice that pops up on SSE

1.4.0

23 Mar 22:27
Compare
Choose a tag to compare

(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

21 Mar 02:04
Compare
Choose a tag to compare

New (!):

  • Added heading levels that can be set in settings (#22, thanks @lukemt!) see example pic below:

Screenshot 2023-03-20 21-56-42

Changed:

  • fixed temperature bug where 0 or 0.0 in settings was causing it to default to 0.5
  • add code block helper that attempts to close unfinished code blocks from chatgpt so you don't have to!

1.2.1

20 Mar 15:58
Compare
Choose a tag to compare

Changed:

  • better error reporting for SSE workflow for both mobile and desktop
    IMG_7133
    Screenshot 2023-03-20 11-45-16
  • removed streamSpeed setting since speed is directly determined by connection and inference now

1.2.0

19 Mar 00:03
Compare
Choose a tag to compare
  • Really fast streaming! Streaming uses SSE now (thanks @lukemt for the suggestion!) Solves #19
Screen.Recording.2023-03-18.at.7.58.07.PM.mov

1.1.1

15 Mar 21:28
Compare
Choose a tag to compare

Changed:

  • Actually 4 messages sent instead of 5 for title inference to auto fire
  • stream bug fixed #15

1.1.0

13 Mar 21:21
Compare
Choose a tag to compare

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:

  • Generate at cursor or end of file with setting (#14)
  • Configurable automatic timestamp title of chats (#8)
  • Added icons to mobile version commands for clarity
  • Added notices on mobile to show when API call is in flight
  • Default max_tokens set to 512 (#9, and more)