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 1ca20c9 commit 67896d7Copy full SHA for 67896d7
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+# 4.4.6
2
+
3
+- Fix: Able to open last modified file with space in path
4
+- Fix: `start` ignores git hooks
5
+- Removes deprecated io/ioutil
6
+- Improves uninstallation instructions
7
8
+Thanks to @dkbnz for improving the uninstallation instructions
9
+Thank you @testwill for removing the deprecated ioutil
10
+Thank you @kriber82 for allowing filenames with spaces
11
12
# 4.4.5
13
- Fix: version
14
mob.go
@@ -27,7 +27,7 @@ import (
27
)
28
29
const (
30
- versionNumber = "4.4.5"
+ versionNumber = "4.4.6"
31
minimumGitVersion = "2.13.0"
32
33
0 commit comments