417 Commits

Author SHA1 Message Date
ecc96efe04 Bump version to 1.21.1 v1.21.1 2025-05-08 15:24:37 +08:00
a91e34747b Remove proxy type indicator for QUIC 2025-05-08 00:55:28 +08:00
12382afb9f Remove .deps directory 2025-05-07 07:10:24 +00:00
c7fdce6cf5 New logo (#238)
* New logo

* Improve the about page

* Add files via upload

* Format svg files
2025-05-07 14:57:02 +08:00
1338bc6902 Bump github.com/fatedier/frp from 0.62.0 to 0.62.1 (#236)
Bumps [github.com/fatedier/frp](https://github.com/fatedier/frp) from 0.62.0 to 0.62.1.
- [Release notes](https://github.com/fatedier/frp/releases)
- [Changelog](https://github.com/fatedier/frp/blob/dev/.goreleaser.yml)
- [Commits](https://github.com/fatedier/frp/compare/v0.62.0...v0.62.1)

---
updated-dependencies:
- dependency-name: github.com/fatedier/frp
  dependency-version: 0.62.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-04 23:56:12 +08:00
5358c069f5 Bump version to 1.21.0 v1.21.0 2025-04-18 15:17:24 +08:00
f371b107d5 Upgrade ui package 2025-04-18 11:15:13 +08:00
49d6555dad Bump github.com/fatedier/frp from 0.61.2 to 0.62.0 (#233)
Bumps [github.com/fatedier/frp](https://github.com/fatedier/frp) from 0.61.2 to 0.62.0.
- [Release notes](https://github.com/fatedier/frp/releases)
- [Changelog](https://github.com/fatedier/frp/blob/dev/Release.md)
- [Commits](https://github.com/fatedier/frp/compare/v0.61.2...v0.62.0)

---
updated-dependencies:
- dependency-name: github.com/fatedier/frp
  dependency-version: 0.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-17 23:19:24 +08:00
82446fb0de Remove unused code 2025-04-16 15:49:19 +08:00
83449d3eb8 Fix translation of quick add dialog 2025-04-16 13:57:40 +08:00
c27ea5ef86 Display protocol and TLS status on the panel (#231)
* Display protocol and TLS status on the panel

* Improve proxy translation

* Upgrade ui package

* Update screenshots
2025-04-15 23:00:48 +08:00
54f94e829f Add list editor for array fields (#229)
* Add list editor for array fields

* Disable move button in edit mode
2025-04-13 18:58:17 +08:00
86cf25174b Add cue banner to text box 2025-04-12 16:45:48 +08:00
f0f659b2e5 Remove support for SVCB 2025-04-12 00:11:42 +08:00
67fe555d14 Fix missing icons on older Windows versions 2025-04-11 21:33:09 +08:00
889c8723c1 Show proxy status (#224)
* Show proxy status

* Fix incorrect proxy name when user is set

* Add proxy status description

* Use timer to make probe requests

* Stop tracker if the config page is not visible

* New timer logic

* Use buffered channel

* Add screenshots

* Fix incorrect remote address

* Set proxy state priority

* Increase pipe output buffer size
2025-04-11 00:17:25 +08:00
0a40d85471 Rename config state 2025-04-05 23:09:47 +08:00
f6aa8db84a Avoid unnecessary UI updates 2025-04-05 11:43:25 +08:00
00de0753c1 Bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 (#223)
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fsnotify/fsnotify/compare/v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/fsnotify/fsnotify
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-05 10:13:19 +08:00
87687f1990 Improve UI operation of proxy table 2025-04-03 16:51:43 +08:00
1ee16a1b4c Use event-driven API to track service status (#222)
* Use event-driven API to track service status

* Fix cleanup order
2025-03-29 10:44:47 +08:00
7fbc420b64 Bump version to 1.20.0 v1.20.0 2025-03-20 09:56:42 +08:00
e06f383b06 Remove service button (#221) 2025-03-19 16:49:07 +08:00
054135cf3d Allow multiple selections (#219) 2025-03-19 14:29:32 +08:00
e91c382b58 Force the use of the default log file (#218) 2025-03-16 21:07:28 +08:00
465621fb4d Bump golang.org/x/text from 0.22.0 to 0.23.0 (#213)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-13 16:18:50 +08:00
3a277208c4 Bump golang.org/x/sys from 0.30.0 to 0.31.0 (#215)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.30.0 to 0.31.0.
- [Commits](https://github.com/golang/sys/compare/v0.30.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-13 16:10:16 +08:00
32267b870a Bump github.com/fatedier/frp from 0.61.1 to 0.61.2 (#216)
* Bump github.com/fatedier/frp from 0.61.1 to 0.61.2

Bumps [github.com/fatedier/frp](https://github.com/fatedier/frp) from 0.61.1 to 0.61.2.
- [Release notes](https://github.com/fatedier/frp/releases)
- [Changelog](https://github.com/fatedier/frp/blob/dev/.goreleaser.yml)
- [Commits](https://github.com/fatedier/frp/compare/v0.61.1...v0.61.2)

---
updated-dependencies:
- dependency-name: github.com/fatedier/frp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update go version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gerhard Tan <gwohau.tan@gmail.com>
2025-03-13 16:00:59 +08:00
2e7bc3546e Bump github.com/miekg/dns from 1.1.62 to 1.1.63 (#203)
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.62 to 1.1.63.
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release)
- [Commits](https://github.com/miekg/dns/compare/v1.1.62...v1.1.63)

---
updated-dependencies:
- dependency-name: github.com/miekg/dns
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-13 15:32:15 +08:00
b3df3bf8c0 Support custom sort order in config list (#160)
* Support custom sort order in config list

* Fix data race
2025-02-10 15:34:00 +08:00
275876d204 Bump golang.org/x/text from 0.21.0 to 0.22.0 (#209)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.21.0 to 0.22.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-06 16:15:29 +08:00
5b292b88b5 Bump golang.org/x/sys from 0.29.0 to 0.30.0 (#208)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.29.0 to 0.30.0.
- [Commits](https://github.com/golang/sys/compare/v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-06 16:06:17 +08:00
bf239eed62 Bump golang.org/x/sys from 0.28.0 to 0.29.0 (#202)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.28.0 to 0.29.0.
- [Commits](https://github.com/golang/sys/compare/v0.28.0...v0.29.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-01 22:51:55 +08:00
730f9411d8 Use event-driven instead of polling to read logs (#201)
* Use event-driven instead of polling to read logs

* Fix failed tests

* Add copy action in context menu

* Add a fixed time interval to read the log

* Scroll only after new lines are added

* Do not monitor backup logs

* Upgrade ui package version

* Reset model when visibility changes

* The open button is disabled by default

* Select all
2025-02-01 22:45:37 +08:00
a980ec29e5 Bump version to 1.19.2 v1.19.2 2024-12-19 11:00:13 +08:00
9347641da0 Bump github.com/fatedier/frp from 0.61.0 to 0.61.1 (#199)
Bumps [github.com/fatedier/frp](https://github.com/fatedier/frp) from 0.61.0 to 0.61.1.
- [Release notes](https://github.com/fatedier/frp/releases)
- [Changelog](https://github.com/fatedier/frp/blob/dev/.goreleaser.yml)
- [Commits](https://github.com/fatedier/frp/compare/v0.61.0...v0.61.1)

---
updated-dependencies:
- dependency-name: github.com/fatedier/frp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-18 17:08:27 +08:00
6c763f33f1 Update Go version in go.mod 2024-12-18 16:57:32 +08:00
6d4cb1e2e5 Bump golang.org/x/text from 0.20.0 to 0.21.0 (#197)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-13 18:15:35 +08:00
90879d1922 Bump golang.org/x/sys from 0.27.0 to 0.28.0 (#196)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.27.0 to 0.28.0.
- [Commits](https://github.com/golang/sys/compare/v0.27.0...v0.28.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-13 17:33:02 +08:00
2273d04d0e Bump golang.org/x/text from 0.19.0 to 0.20.0 (#191)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-17 14:30:19 +08:00
bab185f279 Bump golang.org/x/sys from 0.26.0 to 0.27.0 (#192)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.26.0 to 0.27.0.
- [Commits](https://github.com/golang/sys/compare/v0.26.0...v0.27.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-17 11:43:08 +08:00
af38e165b5 Bump version to 1.19.1 v1.19.1 2024-10-23 14:50:40 +08:00
d51515831b Fix linting errors 2024-10-23 14:45:58 +08:00
8a268e5ae0 Use go1.23 2024-10-23 06:18:09 +00:00
257a47405b Bump github.com/fatedier/frp from 0.60.0 to 0.61.0 (#189)
Bumps [github.com/fatedier/frp](https://github.com/fatedier/frp) from 0.60.0 to 0.61.0.
- [Release notes](https://github.com/fatedier/frp/releases)
- [Changelog](https://github.com/fatedier/frp/blob/dev/.goreleaser.yml)
- [Commits](https://github.com/fatedier/frp/compare/v0.60.0...v0.61.0)

---
updated-dependencies:
- dependency-name: github.com/fatedier/frp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-23 10:39:58 +08:00
9a007b1fd5 Bump golang.org/x/sys from 0.25.0 to 0.26.0 (#188)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.25.0 to 0.26.0.
- [Commits](https://github.com/golang/sys/compare/v0.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-10 15:55:44 +08:00
e9ae8babaf Bump golang.org/x/text from 0.18.0 to 0.19.0 (#187)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.18.0...v0.19.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 17:08:17 +08:00
0edc0dc305 Bump golang.org/x/sys from 0.24.0 to 0.25.0 (#185)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.24.0 to 0.25.0.
- [Commits](https://github.com/golang/sys/compare/v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-06 20:31:29 +08:00
d8d29a95c9 Bump golang.org/x/text from 0.17.0 to 0.18.0 (#184)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-06 19:37:39 +08:00
70a48ec331 Validate the local address of tls2raw client plugin 2024-08-20 17:17:26 +08:00