We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cfabd commit 5fb2beaCopy full SHA for 5fb2bea
CHANGES.md
@@ -1,5 +1,9 @@
1
# ScopeHunter
2
3
+## 2.18.1
4
+
5
+- **FIX**: Scope backtrace fixes.
6
7
## 2.18.0
8
9
- **NEW**: Refactor scope backtrace to be in the same way with Sublime's default implementation.
docs/src/requirements.txt
@@ -1,4 +1,4 @@
-mkdocs_pymdownx_material_extras>=1.6
+mkdocs_pymdownx_material_extras>=2.0
mkdocs-git-revision-date-localized-plugin
mkdocs-minify-plugin
pyspelling
support.py
@@ -5,7 +5,7 @@
import webbrowser
import re
-__version__ = "2.18.0"
+__version__ = "2.18.1"
__pc_name__ = 'ScopeHunter'
10
11
0 commit comments