Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: koho/frpmgr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.20.0
Choose a base ref
...
head repository: koho/frpmgr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.21.0
Choose a head ref
  • 16 commits
  • 53 files changed
  • 2 contributors

Commits on Mar 29, 2025

  1. Use event-driven API to track service status (#222)

    * Use event-driven API to track service status
    
    * Fix cleanup order
    koho authored Mar 29, 2025
    Configuration menu
    Copy the full SHA
    1ee16a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Configuration menu
    Copy the full SHA
    87687f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2025

  1. 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](fsnotify/fsnotify@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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 5, 2025
    Configuration menu
    Copy the full SHA
    00de075 View commit details
    Browse the repository at this point in the history
  2. Avoid unnecessary UI updates

    koho committed Apr 5, 2025
    Configuration menu
    Copy the full SHA
    f6aa8db View commit details
    Browse the repository at this point in the history
  3. Rename config state

    koho committed Apr 5, 2025
    Configuration menu
    Copy the full SHA
    0a40d85 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. 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
    koho authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    889c872 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2025

  1. Configuration menu
    Copy the full SHA
    67fe555 View commit details
    Browse the repository at this point in the history
  2. Remove support for SVCB

    koho committed Apr 11, 2025
    Configuration menu
    Copy the full SHA
    f0f659b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2025

  1. Add cue banner to text box

    koho committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    86cf251 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2025

  1. Add list editor for array fields (#229)

    * Add list editor for array fields
    
    * Disable move button in edit mode
    koho authored Apr 13, 2025
    Configuration menu
    Copy the full SHA
    54f94e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. 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
    koho authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    c27ea5e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. Configuration menu
    Copy the full SHA
    83449d3 View commit details
    Browse the repository at this point in the history
  2. Remove unused code

    koho committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    82446fb View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. 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](fatedier/frp@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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    49d6555 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2025

  1. Upgrade ui package

    koho committed Apr 18, 2025
    Configuration menu
    Copy the full SHA
    f371b10 View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.21.0

    koho authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    5358c06 View commit details
    Browse the repository at this point in the history
Loading