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: libproxy/libproxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.5
Choose a base ref
...
head repository: libproxy/libproxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.6
Choose a head ref
  • 6 commits
  • 11 files changed
  • 1 contributor

Commits on Apr 5, 2024

  1. Bump version to 0.5.5

    janbrummer committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    720306c View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Support XDP Desktop Portal proxy resolver

    In order to make use of libproxy in a flatpak environment, we need to
    support XDP proxy resolver. Add support.
    janbrummer committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    999ebe1 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Update CI actions

    janbrummer committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    fc0ccb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62aa7ca View commit details
    Browse the repository at this point in the history
  3. osx: Temporary disable gi-docgen

    Currently CI fails due to gi-docgen error:
    
     FAILED: docs/libproxy-1.0
    /opt/homebrew/bin/gi-docgen generate --quiet --add-include-path=/Users/runner/work/libproxy/libproxy/docs/src --config=docs/px.toml --output-dir=docs/libproxy-1.0 --no-namespace-dir --content-dir=/Users/runner/work/libproxy/libproxy/docs src/libproxy/Libproxy-1.0.gir
    /opt/homebrew/Cellar/gi-docgen/2023.3/libexec/lib/python3.12/site-packages/typogrify/filters.py:46: SyntaxWarning: invalid escape sequence '\s'
      tag = match.group(1) if match.group(1) != '' else '[^\s.#<>]+'
    /opt/homebrew/Cellar/gi-docgen/2023.3/libexec/lib/python3.12/site-packages/typogrify/filters.py:140: SyntaxWarning: invalid escape sequence '\w'
      tag_pattern = '</?\w+((\s+\w+(\s*=\s*(?:".*?"|\'.*?\'|[^\'">\s]+))?)+\s*|\s*)/?>'
    /opt/homebrew/Cellar/gi-docgen/2023.3/libexec/lib/python3.12/site-packages/typogrify/packages/titlecase/__init__.py:18: SyntaxWarning: invalid escape sequence '\.'
      SMALL = 'a|an|and|as|at|but|by|en|for|if|in|of|on|or|the|to|v\.?|via|vs\.?'
    ERROR: Could not find GIR dependency in the search paths: Gio-2.0
    ninja: build stopped: subcommand failed.
    janbrummer committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    cb71f18 View commit details
    Browse the repository at this point in the history
  4. Bump version to 0.5.6

    janbrummer committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e7d1880 View commit details
    Browse the repository at this point in the history
Loading