You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
Important user-facing changes. See commit logs for more details.
4
4
5
+
[0.3.43]
6
+
7
+
- Dictionary downloads no longer block spell checking: they happen in the background, and open files re-check automatically once they finish (#300)
8
+
- Better offline support: cached dictionaries work without a network connection, and `NO_NETWORK=1` disables downloads entirely
9
+
- Update dependencies
10
+
5
11
[0.3.42]
6
12
7
13
- Elixir: don't spell-check the left side of non-binding binary operators (e.g. `numbr1` in `resalt = numbr1 + numbr2` was flagged as if it were a definition); only `=` and `<-` bind variables
0 commit comments