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: amodm/webbrowser-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: amodm/webbrowser-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 20 commits
  • 14 files changed
  • 2 contributors

Commits on Apr 23, 2024

  1. Add support for visionOS

    madsmtm committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e9bfcac View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. iOS: Use objc2

    Concrete benefits to `webbrowser`:
    - Less error prone `msg_send!` macro invocations (I've refactored the
      rest into a separate function as recommended by the docs).
    - Prevents a leak of the `options` dictionary.
    - Catches errors when passing an invalid URL to `NSURL`.
    - Makes it easier to do something in the completion handler in the
      future.
    madsmtm committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    25787f2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. fix ios build #build-ios

    amodm committed May 4, 2024
    Configuration menu
    Copy the full SHA
    0a6fe55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dfb6ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbbf541 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a387ef0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a63f1ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc70f6a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1117385 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45f73d3 View commit details
    Browse the repository at this point in the history
  9. ios: fix test timeout

    amodm committed May 4, 2024
    Configuration menu
    Copy the full SHA
    e5d27c5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9184245 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e81d11c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5e077f4 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    c1538c0 View commit details
    Browse the repository at this point in the history
  2. fix lint

    amodm committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b4e4184 View commit details
    Browse the repository at this point in the history
  3. schedule automatic builds

    amodm committed May 6, 2024
    Configuration menu
    Copy the full SHA
    9e49015 View commit details
    Browse the repository at this point in the history
  4. macos: fix lint #build-macos

    amodm committed May 6, 2024
    Configuration menu
    Copy the full SHA
    a632c96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    985d35b View commit details
    Browse the repository at this point in the history
  6. Release v1.0.1 [skip ci]

    amodm committed May 6, 2024
    Configuration menu
    Copy the full SHA
    301a76b View commit details
    Browse the repository at this point in the history
Loading