Skip to content

Releases: Snowflyt/typora-copilot

v0.3.2

01 Jan 11:53
Compare
Choose a tag to compare
  • 🦄 refactor: Overhauled completion logic, improving task management, status updates, and simplifying application states to potentially resolve memory leaks. (4140bec)
  • ✨ feat: Added a network error dialog to inform users when sign-in fails. (2d9b4bd)
  • 🐞 fix: Fixed an issue where the suggestion panel would disappear after mouse movement due to improper caret position tracking. (c607c1e)
  • 🐞 fix: Prevented the Copilot icon from updating when completions are disabled, ensuring consistent behavior. (3f76f28)

v0.3.1

19 Nov 18:14
Compare
Choose a tag to compare

🐳 chore(copilot-lsp): Bump Copilot.vim to v1.41.0.

v0.3.0

02 Jun 13:10
Compare
Choose a tag to compare

🚀 Many new features come with v0.3.0! Enjoy the latest updates and improvements!

  • ✨ feat: Support settings (toggling inline completion text / suggestion panel).
  • ✨ feat: Support disable completions.
  • ✨ feat: Support locale for English and Simplified Chinese.
  • 🐞 fix: Completion not working when editing new file on macOS.
  • 🐞 fix: Completion fails on math blocks and HTML blocks sometimes.

v0.2.9

15 Apr 18:37
Compare
Choose a tag to compare
  • ✨ feat: Support auto detecting NVM on macOS and use the latest Node.js version.

v0.2.8

19 Mar 15:04
Compare
Choose a tag to compare
  • ✨ feat: Use SVG icons instead of PNG ones to fix compatibility issues.
  • 🐞 fix(bin): Fix uninstallation script BUG on Unix (macOS and Linux). See bacb9f9.

v0.2.7

14 Mar 10:37
Compare
Choose a tag to compare
  • 🐞 fix: Fix potential BUG on macOS.
  • 🐞 fix: Resolved the blank screen problem due to non-UTF-8 encoding errors when opening and saving files in Windows PowerShell scripts.

v0.2.6

29 Jan 07:29
Compare
Choose a tag to compare
  • 🐞 fix: Compatibility issue on Linux (Copilot icon not shown on toolbar).
  • 🐳 chore(copilot-lsp): Bump Copilot.vim to v1.17.0.
  • 📃 docs(README): Update note for CN users.

v0.2.5

27 Jan 13:19
Compare
Choose a tag to compare

🚀 Typora Copilot now supports macOS!!!

  • ✨ feat: Support macOS
  • 🐞 fix: Less suggestion panel flickering

v0.2.4

19 Dec 07:17
Compare
Choose a tag to compare
  • 🐞 fix: Fixed an issue where content in formula blocks would be corrupted. (Now only code blocks in normal mode uses completion text instead of suggesion panel)
  • ✨ feat: Optimize experience in normal mode. Now less flickering of suggestion panel is shown in normal mode.

v0.2.3

19 Dec 04:20
Compare
Choose a tag to compare
  • ✨ feat: Prompt user to manually open GitHub authentication page for better compatibility