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: bruderstein/PythonScript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.23
Choose a base ref
...
head repository: bruderstein/PythonScript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.24
Choose a head ref
  • 8 commits
  • 15 files changed
  • 2 contributors

Commits on Aug 2, 2025

  1. Bump PythonScript.Tests/gtest from c67de11 to 373af2e (#392)

    Bumps [PythonScript.Tests/gtest](https://github.com/google/googletest) from `c67de11` to `373af2e`.
    - [Release notes](https://github.com/google/googletest/releases)
    - [Commits](google/googletest@c67de11...373af2e)
    
    ---
    updated-dependencies:
    - dependency-name: PythonScript.Tests/gtest
      dependency-version: 373af2e3df71599b87a40ce0e37164523849166b
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 2, 2025
    Configuration menu
    Copy the full SHA
    6d474ff View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Bump actions/checkout from 4 to 5 (#393)

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

Commits on Aug 17, 2025

  1. Configuration menu
    Copy the full SHA
    ec4a874 View commit details
    Browse the repository at this point in the history
  2. correct add darkmode support

    chcg committed Aug 17, 2025
    Configuration menu
    Copy the full SHA
    8a55b66 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. - update to N++ 8.8.5

    - added getSettingsDirPath()
    chcg committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    96d8a58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a95e0a9 View commit details
    Browse the repository at this point in the history
  3. fix issue #391

    added convenience mapper for getStyledText -> getStyledTextFull, findText -> findTextFull, getTextRange -> getTextRangeFull
    chcg committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    96a04d2 View commit details
    Browse the repository at this point in the history
  4. version 3.0.24 for alpha tests

    chcg committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    4a55088 View commit details
    Browse the repository at this point in the history
Loading