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: arduino-libraries/ArduinoGraphics
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.0
Choose a base ref
...
head repository: arduino-libraries/ArduinoGraphics
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.1
Choose a head ref
  • 9 commits
  • 8 files changed
  • 3 contributors

Commits on Jun 27, 2023

  1. Adjust spell check tool configuration to avoid false positive

    The repository's CI system includes a check for commonly misspelled words.
    
    The latest version of the codespell tool dependency used for this spell check is always used. This means that the
    results of the spell check can change as new versions of the tool are released. The recent codespell release introduced
    a false positive result. This is corrected by adding the word to the ignore list in the codespell configuration file.
    per1234 authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    f2f5585 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from per1234/fix-spellcheck

    Adjust spell check tool configuration to avoid false positive
    aentinger authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2eaeeb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Bump actions/checkout from 3 to 4 (#32)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    33e287d View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

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

Commits on Feb 14, 2024

  1. Bump actions/download-artifact from 3 to 4 (#33)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e9e081a View commit details
    Browse the repository at this point in the history
  2. Bump actions/upload-artifact from 3 to 4 (#34)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    184849d View commit details
    Browse the repository at this point in the history
  3. Bump geekyeggo/delete-artifact from 2 to 4 (#35)

    Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 2 to 4.
    - [Release notes](https://github.com/geekyeggo/delete-artifact/releases)
    - [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md)
    - [Commits](GeekyEggo/delete-artifact@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: geekyeggo/delete-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    2eaeb4c View commit details
    Browse the repository at this point in the history
  4. Fix regression concerning report-size-deltas (#37)

    * Fix regression concerning report-size-deltas
    
    For more information see here: https://github.com/arduino/report-size-deltas/blob/main/docs/FAQ.md#size-deltas-report-workflow-triggered-by-schedule-event .
    
    * Fix: erroneous constant used for path.
    aentinger authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    3a67d0b View commit details
    Browse the repository at this point in the history
  5. Release v1.1.1.

    aentinger authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    01ac2e5 View commit details
    Browse the repository at this point in the history
Loading