We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942eeec commit 8aa8b17Copy full SHA for 8aa8b17
CHANGELOG.org
@@ -1,6 +1,8 @@
1
* Changelog
2
3
-** Unreleased
+** Unreleased 9.0.1
4
+
5
+** 9.0.0
6
- Disable sideline code actions and doc on cursor hover to reduce noise features.
7
- Allow customisation for the imenu buffer position (#718)
8
- Fix sideline alignment with text-scale (#719)
Eask
@@ -1,5 +1,5 @@
(package "lsp-ui"
- "8.0.1"
+ "9.0.0"
"UI modules for lsp-mode")
(website-url "https://github.com/emacs-lsp/lsp-ui")
lsp-ui.el
@@ -7,7 +7,7 @@
;; Keywords: languages, tools
;; URL: https://github.com/emacs-lsp/lsp-ui
9
;; Package-Requires: ((emacs "27.1") (dash "2.18.0") (lsp-mode "6.0") (markdown-mode "2.3"))
10
-;; Version: 8.0.1
+;; Version: 9.0.0
11
12
;;; License
13
;;
0 commit comments