There was an error while loading. Please reload this page.
1 parent cb6a75d commit 0ec2d46Copy full SHA for 0ec2d46
2 files changed
changelog.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+# 2.3.9
4
+- improve UI
5
+- add tools page with IP info and shutdown utilities
6
+- fix some bugs
7
+
8
9
+# 2.3.8
10
+- Fix/tsconfig
11
12
13
# v2.3.7
14
- Refactor/UI and codebase overhaul by @sajjadmrx in https://github.com/DnsChanger/dnsChanger-desktop/pull/211
15
- feat: add target benchmark and ping testing for DNS servers by @sajjadmrx [#198](https://github.com/DnsChanger/dnsChanger-desktop/issues/198)
package.json
@@ -1,7 +1,7 @@
{
"name": "dnschanger",
"productName": "dnschanger",
- "version": "2.3.8",
+ "version": "2.3.9",
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:7777/"
0 commit comments