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
{{ message }}
This repository was archived by the owner on Oct 20, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
## 0.8.3
2
+
3
+
- add `--codespace`(`-c`) CLI argument to specify a `Codespace` name to connect to. More info: https://github.com/github/gh-net/issues/30
4
+
- add `--trace-dest` CLI argument to specify trace file path. More info: https://github.com/github/gh-net/issues/35
5
+
- fix IP routing issue for PTP network interfaces that are configured to be a default gateway on local machine. More info: https://github.com/github/gh-net/issues/33
6
+
- improved start command panic handling.
7
+
- bug fixes for app diagnostics logic.
8
+
1
9
## 0.6.4
2
10
3
11
- increase number of tasks in worker thread pool to `12`. This fixes app freezes issue for low-end machines with few number of CPU cores and allowes for `11` active network interfaces on the host(local) machine. More info: https://github.com/github/gh-net/issues/7
0 commit comments