Releases: SUSTech-data/neopyter
Releases · SUSTech-data/neopyter
v0.3.2
What's Changed
- Update README.md by @cxwx in #26
- ci: add document workflow by @AbaoFromCUG in #27
- fix: path sep issue in windows
- fix: socket.get_addrinfo error in MacOS
- feat: add
jupyter.partial_syncoption for optional partial sync - feat: add snippets
New Contributors
Full Changelog: v0.3.1...v0.3.2
v0.3.1
✨ New Features
blink.cmpsource- Refactor parse module
- Enhance highlight and textobject performace
v0.2.6
What's Changed
- fix: kernel completion serialize issue by @AbaoFromCUG in #12
Full Changelog: v0.2.5...v0.2.6
v0.2.5
v0.2.4
✨ New Features
- Add
LogLeveloption inJupyter Labextension - Optimize sync/open_or_reveal logic
🐛 Fix
- Fix
:neopyter statusblock and don't return issue
v0.2.3
✨ New Features
- Support
neoconf.nvim, register neoconf plugin and read settings if available - Optimize neopyter setting panel
- Optimize direct mode via reconnect automatically
- Optimize sync/open_or_reveal logic
🐛 Fix
- Fix
:neopyter statusblock and don't return issue
v0.2.2
✨ New Features
- Enhance JupyterLab side panel, support configure JupyterLab extension
- Optimize
vim.mpack.decodeerror handle
🐛 Fix
- Support localstreage settings for
directmode to avoid client conflict
v0.2.1
✨ New Features
- Add
modeoption, supportdirectmode, supportwebsocketserver in neovim - Remove
rpc_clientoption
🐛 Fix
- Fix current notebook incorrect again 🐶
v0.2.0
✨ New Features
- Add version check api of
nvim pluginandjupyterlab extension - Add Treesitter, support textobjects and highlight
🐛 Fix
- Fix current notebook incorrect
v0.1.4
✨ New Features
- Add architecture image and document
- Support completion with
nvim-cmp
🐛 Fix
:Neopyter execute [command]args parse error