We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5079339 commit 75e791dCopy full SHA for 75e791d
changelog.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+# v2.3.5
4
+- feat: add shutdown scheduling functionality with IPC integration
5
+- refactor: use sass instead of node-sass by @brutalchrist in https://github.com/DnsChanger/dnsChanger-desktop/pull/129
6
+
7
+# v2.3.4
8
+- improved: improve UI
9
10
# v2.3.3
11
- feat: added WMIC availability check and helper modal for Windows users [#74](https://github.com/DnsChanger/dnsChanger-desktop/issues/74)
12
- improved: removed close button from alert notification
package.json
@@ -1,7 +1,7 @@
{
"name": "dnschanger",
"productName": "dnschanger",
- "version": "2.3.4",
+ "version": "2.3.5",
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:7777/"
0 commit comments