Skip to content
This repository was archived by the owner on Apr 16, 2020. It is now read-only.

Commit 5a19c5d

Browse files
committed
Fix the wrong required ProxyConfig version
1 parent 6d63843 commit 5a19c5d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.4.6
2+
3+
### Fixed
4+
- Now the privilege permission dialog will only appear for the first time you try to set system proxy. You may have to authorize SpechteLite again.
5+
16
## 0.4.5
27

38
### Fixed

SpechtLite/ProxyHelper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Foundation
33
public class ProxyHelper {
44

55
static let kProxyConfigPath = "/Library/Application Support/SpechtLite/ProxyConfig"
6-
static let kVersion = "0.1.0"
6+
static let kVersion = "0.2.0"
77

88
public static func checkVersion() -> Bool {
99
let task = NSTask()

0 commit comments

Comments
 (0)