Skip to content

Commit ff59e30

Browse files
committed
docs(changelog): add changelog for release v0.8.0-beta
1 parent ece6a2c commit ff59e30

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,49 @@
11

2+
<a name="v0.8.0-beta"></a>
3+
## [v0.8.0-beta](https://github.com/genshen/wssocks-plugin-ustb/compare/v0.7.0...v0.8.0-beta)
4+
5+
> 2026-01-28
6+
7+
### Docs
8+
9+
* **browser:** use plugin `ZeroOmega` to replace no longer maintained plugin `SwitchyOmega`
10+
* **changelog:** add changelog for release v0.8.0-beta
11+
12+
### Feat
13+
14+
* **client-ui:** add ui to customize chrome installation and pass the selected path to vpn plugin
15+
* **client-ui:** add chromedp-based webview implementation for client-ui
16+
* **version:** bump version to v0.8.0-beta
17+
* **vpn-qr-code:** add support of qr-code vpn login and qr-code login based wssocks connection
18+
* **vpn-qr-code:** feature of saving and storing "auth method" setting value
19+
* **vpn-qr-code:** design ui for both password and qr-code authentication
20+
* **vpn-qr-code:** generate qr code via its content directly, instead of requsting qr image
21+
* **vpn-qr-code:** feature of loading QR code image for QR code login
22+
* **vpn-webview:** add new vpn login method: chromedp-based webview
23+
24+
### Fix
25+
26+
* **compile:** fix building error of swiftui: cannot assign type GoUintptr to type UintPtr
27+
* **swiftui:** fix building error
28+
29+
### Merge
30+
31+
* Merge pull request [#39](https://github.com/genshen/wssocks-plugin-ustb/issues/39) from genshen/style-code-format-and-typo-fixes
32+
* Merge pull request [#32](https://github.com/genshen/wssocks-plugin-ustb/issues/32) from genshen/docs-update-browser-plugin
33+
* Merge pull request [#29](https://github.com/genshen/wssocks-plugin-ustb/issues/29) from genshen/fix-gh-deprecated-artifact-actions
34+
* **gh-action:** Merge pull request [#37](https://github.com/genshen/wssocks-plugin-ustb/issues/37) from genshen/bump-gh-action-os-and-go-version
35+
* **gomodule:** Merge pull request [#40](https://github.com/genshen/wssocks-plugin-ustb/issues/40) from genshen/feature-bump-fyne-2.7.0
36+
* **swiftui:** Merge pull request [#36](https://github.com/genshen/wssocks-plugin-ustb/issues/36) from genshen/fix-swiftui-building
37+
* **vpn-plugin:** Merge pull request [#38](https://github.com/genshen/wssocks-plugin-ustb/issues/38) from genshen/refactor-vpn-login-and-vpn-ui
38+
* **vpn-qr-code:** Merge pull request [#27](https://github.com/genshen/wssocks-plugin-ustb/issues/27) from genshen/feature-vpn-qrcode-login
39+
* **vpn-webview:** Merge pull request [#41](https://github.com/genshen/wssocks-plugin-ustb/issues/41) from genshen/feature-chromedp-based-webview-vpn-login
40+
41+
### Refactor
42+
43+
* **client-ui:** refactor ui: move vpn ui and its preferences to another window
44+
* **vpn-plugin:** move different vpn login methods to different dirs
45+
46+
247
<a name="v0.7.0"></a>
348
## [v0.7.0](https://github.com/genshen/wssocks-plugin-ustb/compare/v0.6.0...v0.7.0)
449

0 commit comments

Comments
 (0)