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: flawiddsouza/Restfox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.33.0
Choose a base ref
...
head repository: flawiddsouza/Restfox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.34.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 29, 2024

  1. fix(electron): on macOS, once the window is closed, application doesn…

    …'t open again if you click on the icon in the dock
    flawiddsouza committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    cc632dc View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2024

  1. fix(electron): update undici to fix infinite loading issue when a htt…

    …p2 server is restarted after sending a request and sending a request again (fixes #301)
    
    steps to reproduce the bug before this commit:
    1. npm start packages/test-api-http2
    2. disable ssl checking in restfox
    3. send request to https://localhost:8443
    4. stop server
    5. send request again - you'll now see the infinite loader
    6. start server again
    7. cancel the loader using "cancel request"
    8. send request again - this will succeed
    flawiddsouza committed Dec 31, 2024
    Configuration menu
    Copy the full SHA
    d347e9a View commit details
    Browse the repository at this point in the history
  2. chore: bump version

    flawiddsouza committed Dec 31, 2024
    Configuration menu
    Copy the full SHA
    8d2471c View commit details
    Browse the repository at this point in the history
Loading