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: wavetermdev/waveterm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.1-beta.2
Choose a base ref
...
head repository: wavetermdev/waveterm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.1-beta.3
Choose a head ref
  • 6 commits
  • 9 files changed
  • 3 contributors

Commits on Feb 22, 2025

  1. Fix XDG_RUNTIME_DIR setting in shellexec (#2019)

    XDG_RUNTIME_DIR needs to be set. If it is not set by a user-defined
    config, it should default to `/run/user/$UID`
    esimkowitz authored Feb 22, 2025
    Configuration menu
    Copy the full SHA
    9ef213f View commit details
    Browse the repository at this point in the history
  2. Not found paths in prefix fs always treated as dir (#2002)

    Gracefully handle prefix paths that don't exist, representing them as
    directories so they can be escaped from.
    
    Also removes the ".." file info from the backend, instead only creating
    it on the frontend
    esimkowitz authored Feb 22, 2025
    Configuration menu
    Copy the full SHA
    d51ff87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d469432 View commit details
    Browse the repository at this point in the history
  4. Fix row pinning effect so it always runs (#2022)

    The old effect wasn't running on every data change, since it depended on
    table, which is a ref. Now, it will always run on any data change and as
    a Layout Effect so it will run before paint.
    esimkowitz authored Feb 22, 2025
    Configuration menu
    Copy the full SHA
    a1950fd View commit details
    Browse the repository at this point in the history
  5. fix: sysinfo scroll data on initialization (#2023)

    A bug in sysinfo made it so the initial data would load but not update
    until refreshed. This updates the subscription handler with the correct
    addContinuousData function to correct this.
    oneirocosm authored Feb 22, 2025
    Configuration menu
    Copy the full SHA
    6ffc3f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Configuration menu
    Copy the full SHA
    3fa69ac View commit details
    Browse the repository at this point in the history
Loading