1.1.0 (2024-02-10)
- chat_handler: show extra info only once (589a453)
- Environment variables for proxy (HTTPS_PROXY and ALL_PROXY) (043e731)
- Proxy support (19a8088)
- Wacky indentation in readme (c5bf963)
1.0.1 (2024-02-08)
- multi-byte languages by manually tracking last_line_col for buf_set_text (20a4234)
- disable extra info as default
- drop new buffer mode
- add a note for help user to continue the chat (8a80ee7)
- add CCExplain command (640f361)
- add CCTests command (b34a78f)
- add configuration options for wrap and filetype (b4c6e76)
- add CopilotChatDebugInfo command (#51) (89b6276)
- add CopilotChatToggleLayout (07988b9)
- add debug flag (d0dbd4c)
- add health check (974f14f)
- add new keymap to get previous user prompt (6e7e80f)
- set filetype to markdown and text wrapping (9b19d51)
- show chat in markdown format (9c14152)
- show date time and additional information on end separator (#53) (b8d0a9d)
- ci: generate doc (6287fd4)
- ci: generate vimdoc on main branch (94fb10c)
- ci: setup release action (2f1e046)
- ci: skip git hook on vimdoc (94fb10c)
- Close spinner if the buffer does not exist (#11) (0ea238d)
- handle get remote plugin path on Windows (0b917f6)
- remove LiteralString, use Any for fixing issue on Python 3.10 (b68c352), closes #45