Skip to content

Commit

Permalink
chore(release): 24.03.10 (#47)
Browse files Browse the repository at this point in the history
# 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)
  • Loading branch information
AlexanderBrevig authored Mar 10, 2024
1 parent 0578541 commit 0ed0718
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 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)

# 24.03.08

🚀 Our first release!
Expand Down

0 comments on commit 0ed0718

Please sign in to comment.