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
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
+
# 2.3.1
2
+
3
+
Bugfixes:
4
+
* Man page install location
5
+
1
6
# 2.3.0
2
7
8
+
**We are deprecating flags based config files (will be removed in v3.0.0). We suggest you migrate to json based config files.**
9
+
3
10
Config related changes:
4
11
* The deprecated flag `--gen-config conf` is removed
5
12
* Flag `--gen-config` now does the same thing as `--migrate-config`, which can be used as config migration and default config file generation. Flag `--migrate-config` is removed
@@ -9,8 +16,6 @@ Config related changes:
9
16
* Config files will always be loaded before other command line flags being parsed. That is to say, command line flags will always override options defined in config files.
10
17
* the value of GPUType `integrated` contained a typo and was fixed. Existing config files may need to be updated.
11
18
12
-
We are deprecating flags based config files (will be removed in v3.0.0). We suggest you migrate to json based config files.
13
-
14
19
Features:
15
20
* Support Oils and elvish shell version detection (Shell)
16
21
* Support Windows Server Core (Windows)
@@ -35,7 +40,7 @@ Bugfixes:
35
40
* Fix some memory leaks
36
41
* Fix used swap space detection (Swap, FreeBSD)
37
42
* Don't leak fds to child processes (Linux)
38
-
* Fix possible issues when reading procfs (Linux)
43
+
* Fix possible issues when reading procfs (Linux, @apocelipes)
0 commit comments