[changelog]: add changes for `0.8.3` release

This commit is contained in:
Oleg Solomka 2022-07-11 16:14:29 -07:00 коммит произвёл GitHub
Родитель 2b5a8d41ad
Коммит e7266a1bc0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,11 @@
## 0.8.3
- add `--codespace`(`-c`) CLI argument to specify a `Codespace` name to connect to. More info: https://github.com/github/gh-net/issues/30
- add `--trace-dest` CLI argument to specify trace file path. More info: https://github.com/github/gh-net/issues/35
- 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
- improved start command panic handling.
- bug fixes for app diagnostics logic.
## 0.6.4
- 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