From 68b9137a5fdd2109705f89566a4bbec071833829 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Sun, 17 Sep 2023 22:50:58 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d2920c7..c252c371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 5.17.6 | 6.5.6 — 17.09.2023 + +* Change method to detect whether Internet connection exist; + * Now it relies on `dns.msftncsi.com` instead of `google.com/cloudflare.com`. +* #532 fixed; +* Fixed typos. + +### Wrapper 2.6.11 + +* Wrapper runs now even if internet is down; +* Wrapper now checks whether PowerShell 7 is installed if preset contains appropriate string; +* Bug fix. + ## 5.17.5 | 6.5.5 — 19.08.2023 * #525 closed;