14
0
Files
python-pyls-spyder/python-pyls-spyder.changes

32 lines
1.2 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon Feb 22 20:20:09 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 0.3.2
* Fix code blocks regular expression
* Ensure that block comments start by 4 dashes or number signs
* Fix code folding of cells
-------------------------------------------------------------------
Sat Dec 19 22:55:22 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to version 0.3.0
* PR 15 - PR: Add support for textDocument/foldingRange call for
code cells, by @andfoy (7846)
- Change in version 0.2.1
* PR 13 - PR: Pin minimum Python version to 3.6
- Changes in version 0.2.0
* Issue 9 - Some cell patterns are not detected in the Outline
explorer (PR 10 by @andfoy)
* Issue 8 - Some issues with special comments in the outline
explorer (PR 10 by @andfoy)
* PR 11 - Remove dependency on separate mock package, by
@bnavigator
* PR 10 - PR: Add additional cases for code cells and block
comments, by @andfoy (9, 8)
-------------------------------------------------------------------
Thu Nov 12 15:59:25 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Initial specfile for version 0.1.1
- remove mock dependency gh#spyder-ide/pyls-spyder#11