Skip to content

Releases: SUSTech-data/neopyter

v0.3.2

08 Jul 10:36

Choose a tag to compare

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_sync option for optional partial sync
  • feat: add snippets

New Contributors

  • @cxwx made their first contribution in #26

Full Changelog: v0.3.1...v0.3.2

v0.3.1

13 Jan 10:24

Choose a tag to compare

✨ New Features

  • blink.cmp source
  • Refactor parse module
  • Enhance highlight and textobject performace

v0.2.6

27 Aug 03:54

Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5

05 Aug 13:06

Choose a tag to compare

✨ New Features

  • Add parser.trim_whitespace option to trim leading/tailing whitespace, related to #9

NOTICE

PLEASE update your neopyter package via pip install -U neopyter==0.2.5

v0.2.4

25 Jul 14:21

Choose a tag to compare

✨ New Features

  • Add LogLevel option in Jupyter Lab extension
  • Optimize sync/open_or_reveal logic

🐛 Fix

  • Fix :neopyter status block and don't return issue

v0.2.3

29 May 22:07

Choose a tag to compare

✨ 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 status block and don't return issue

v0.2.2

15 Apr 16:22

Choose a tag to compare

✨ New Features

  • Enhance JupyterLab side panel, support configure JupyterLab extension
  • Optimize vim.mpack.decode error handle

🐛 Fix

  • Support localstreage settings for direct mode to avoid client conflict

v0.2.1

14 Apr 19:07

Choose a tag to compare

✨ New Features

  • Add mode option, support direct mode, support websocket server in neovim
  • Remove rpc_client option

🐛 Fix

  • Fix current notebook incorrect again 🐶

v0.2.0

25 Mar 13:19

Choose a tag to compare

✨ New Features

  • Add version check api of nvim plugin and jupyterlab extension
  • Add Treesitter, support textobjects and highlight

🐛 Fix

  • Fix current notebook incorrect

v0.1.4

27 Jan 11:03

Choose a tag to compare

✨ New Features

  • Add architecture image and document
  • Support completion with nvim-cmp

🐛 Fix

  • :Neopyter execute [command] args parse error