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: daijro/camoufox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v132.0-beta.14
Choose a base ref
...
head repository: daijro/camoufox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v132.0-beta.15
Choose a head ref
  • 18 commits
  • 230 files changed
  • 3 contributors

Commits on Nov 2, 2024

  1. Copy the full SHA
    c70886f View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e0dd73b View commit details

Commits on Nov 3, 2024

  1. Merge pull request #66 from D4Vinci/patch-2

    Adding the option to update browserforge database with `camoufox fetch`
    daijro authored Nov 3, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ddcffce View commit details
  2. Don't block setViewport

    When window.innerWidth or window.innerHeight is not provided, allow Juggler's setViewport to still work.
    daijro committed Nov 3, 2024
    Copy the full SHA
    8ed8a97 View commit details
  3. Copy the full SHA
    81fb672 View commit details
  4. Disable BPC by default

    BPC is not always necessary, and increases the memory footprint of Camoufox.
    daijro committed Nov 3, 2024
    Copy the full SHA
    956a384 View commit details
  5. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    18b1d22 View commit details
  6. Merge pull request #68 from D4Vinci/patch-3

    Make browserforge update both headers and fingerprints
    daijro authored Nov 3, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3a5c47d View commit details
  7. No progress bar on addon download #65

    - Removed progress bars on addon download (shows as percent instead)
    - Default addons are downloaded on `camoufox fetch`
    daijro committed Nov 3, 2024
    Copy the full SHA
    ca7c3e3 View commit details
  8. pythonlib: Bump to 0.3.7

    daijro committed Nov 3, 2024
    Copy the full SHA
    e6beecb View commit details
  9. Copy the full SHA
    1adc258 View commit details
  10. Add Playwright tests

    Adds Playwright's async tests to ensure that functionality is not broken.
    daijro committed Nov 3, 2024
    Copy the full SHA
    6821615 View commit details

Commits on Nov 4, 2024

  1. Add font spacing seed #38

    Adds fonts:spacing_seed to control the spacing of rendered text.
    daijro committed Nov 4, 2024
    Copy the full SHA
    d279ed0 View commit details
  2. Copy the full SHA
    30001a4 View commit details
  3. feat: Voice spoofing

    - Added `voices` parameter, which takes a list maps for each voice to add. Example:
      `[ {"isLocalService": true, "isDefault": true, "voiceUri": "Ting-Ting", "name": "Ting-Ting", "lang": "zh-CN" } ... ]`
    - Added `voices:blockIfNotDefined` has been added to block system voices
    - Added `voices:fakeCompletion: bool` and `voices:fakeCompletion:charsPerSecond: double` to set a fake playback speed.
    daijro committed Nov 4, 2024
    Copy the full SHA
    74d016e View commit details
  4. Copy the full SHA
    cc01ab2 View commit details
  5. Copy the full SHA
    e126cf3 View commit details
  6. Bump to beta.15

    daijro committed Nov 4, 2024
    Copy the full SHA
    4edd21e View commit details
Loading