Skip to content

Commit 0ed0718

Browse files
chore(release): 24.03.10 (#47)
# 24.03.10 🎁 Stability and `hover` After some feedback it was clear that the incremental text handling is _hard_ to get right across editors. This version uses full document sync (much like most LSPs I've checked). There's also a timeout configured for a few async operations that could hang the UX before. feat: initial hover functionality (#46) fix: remove email from author label (#45) fix: bug with : and invalid searches (#42)
1 parent 0578541 commit 0ed0718

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 24.03.10
2+
3+
🎁 Stability and `hover`
4+
5+
After some feedback it was clear that the incremental text handling is _hard_ to get right across editors.
6+
7+
This version uses full document sync (much like most LSPs I've checked).
8+
9+
There's also a timeout configured for a few async operations that could hang the UX before.
10+
11+
feat: initial hover functionality (#46)
12+
fix: remove email from author label (#45)
13+
fix: bug with : and invalid searches (#42)
14+
115
# 24.03.08
216

317
🚀 Our first release!

0 commit comments

Comments
 (0)