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: dankeboy36/esp-exception-decoder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.1
Choose a base ref
...
head repository: dankeboy36/esp-exception-decoder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 9 commits
  • 28 files changed
  • 3 contributors

Commits on Jul 20, 2025

  1. chore(docs): add minimum Arduino IDE requirement (#46)

    Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
    dankeboy36 authored Jul 20, 2025
    Configuration menu
    Copy the full SHA
    e4c79ba View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

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

Commits on Aug 8, 2025

  1. chore(deps): bump tmp from 0.2.3 to 0.2.4 (#48)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    bc974f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2025

  1. Configuration menu
    Copy the full SHA
    4fc677b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 (#52)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    ae22095 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2026

  1. chore(deps): bump qs from 6.13.0 to 6.14.1 (#54)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 1, 2026
    Configuration menu
    Copy the full SHA
    ec97957 View commit details
    Browse the repository at this point in the history
  2. feat!: deprecate Arduino IDE 2.x, require BoardLab (#50)

    ESP Exception Decoder now targets Visual Studio Code and depends
    on BoardLab. Arduino IDE 2.x support is deprecated and maintained
    only in the 1.x release line with manual VSIX installation.
    
    BREAKING CHANGE: Version 2.x no longer runs in Arduino IDE 2.x.
    Arduino IDE users must stay on the 1.x releases.
    
    Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
    dankeboy36 authored Jan 1, 2026
    Configuration menu
    Copy the full SHA
    3e21fdc View commit details
    Browse the repository at this point in the history
  3. chore(ci): correct env var name of the GitHub token (#55)

    Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
    dankeboy36 authored Jan 1, 2026
    Configuration menu
    Copy the full SHA
    9072027 View commit details
    Browse the repository at this point in the history
  4. chore(release): 2.0.0 [skip ci]

    # [2.0.0](1.1.1...2.0.0) (2026-01-01)
    
    * feat!: deprecate Arduino IDE 2.x, require BoardLab ([#50](#50)) ([3e21fdc](3e21fdc))
    
    ### BREAKING CHANGES
    
    * Version 2.x no longer runs in Arduino IDE 2.x.
    Arduino IDE users must stay on the 1.x releases.
    
    Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
    semantic-release-bot committed Jan 1, 2026
    Configuration menu
    Copy the full SHA
    bcbdc4e View commit details
    Browse the repository at this point in the history
Loading