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: electron/devtron
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: electron/devtron
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 2 commits
  • 5 files changed
  • 3 contributors

Commits on Sep 4, 2025

  1. chore(deps-dev): bump electron from 36.7.1 to 36.8.1 (#298)

    Bumps [electron](https://github.com/electron/electron) from 36.7.1 to 36.8.1.
    - [Release notes](https://github.com/electron/electron/releases)
    - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
    - [Commits](electron/electron@v36.7.1...v36.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: electron
      dependency-version: 36.8.1
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    3ca688b View commit details
    Browse the repository at this point in the history
  2. feat: add configurable logLevel to install options (#283)

    * feat: add configurable logger with `quiet` mode and `ignoreLogs` support
    
    * docs: update README.md
    
    * fix: types
    
    * docs: add examples for install options
    
    * chore: use `logLevel` instead
    
    * docs: update `install` options in README.md
    
    * docs: minor change
    
    * chore: use enums
    
    ---------
    
    Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
    hitarth-gg and dsanders11 authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    8b68171 View commit details
    Browse the repository at this point in the history
Loading