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: Songmu/tagpr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: Songmu/tagpr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 11 commits
  • 5 files changed
  • 4 contributors

Commits on Jul 10, 2024

  1. fix typo

    mocyuto authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a3f353a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e9b8d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. fix: Unstable search behaviour

    According to the GitHub API specification,
    The structure of a query consists of one or more KEYWORDs and one
    one more QUALIFIERs, as follows.
    
    ```
    KEYWORD_1 KEYWORD_2 QUALIFIER_1 QUALIFIER_2
    ```
    
    The character limit of query does not apply to QUALIFIERs, so the
    part excluding the QUALIFIERs must be validated.
    
    See-also: https://docs.github.com/en/rest/search/search?apiVersion=2022-11-28#limitations-on-query-length
    snaka committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    a7b075d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    bbcd48b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b66380 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. update

    Songmu committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    4c0c912 View commit details
    Browse the repository at this point in the history
  2. Revert "update"

    This reverts commit 4c0c912.
    Songmu committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    866dae6 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Merge pull request #178 from snaka/fix-unstable-search-api-behavior

    fix: Unstable search issue behavior
    Songmu authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    9138386 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dabab4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efaa64a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #176 from Songmu/tagpr-from-v1.3.0

    Release for v1.4.0
    Songmu authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    ab829df View commit details
    Browse the repository at this point in the history
Loading