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: junrar/junrar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.5.2
Choose a base ref
...
head repository: junrar/junrar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.5.3
Choose a head ref
  • 13 commits
  • 12,496 files changed
  • 3 contributors

Commits on Jun 4, 2022

  1. build(deps): bump semver-regex from 3.1.3 to 3.1.4 (#91)

    Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4.
    - [Release notes](https://github.com/sindresorhus/semver-regex/releases)
    - [Commits](https://github.com/sindresorhus/semver-regex/commits/v3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: semver-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 4, 2022
    Configuration menu
    Copy the full SHA
    17ba022 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. build(deps): bump semantic-release from 18.0.1 to 19.0.3 (#92)

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 18.0.1 to 19.0.3.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v18.0.1...v19.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    58cc640 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

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

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    cc33b6c View commit details
    Browse the repository at this point in the history
  2. style: checkstyle

    gotson committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    aaf353f View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. build: fix license link for MavenCentral

    Closes: #95
    gotson committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    484936b View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. build: upgrade Gradle to 7.5

    gotson committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    3a51341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c062fe2 View commit details
    Browse the repository at this point in the history
  3. test: add regression tests

    gotson committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    1f1e02d View commit details
    Browse the repository at this point in the history
  4. test: regression test data

    gotson committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    081507d View commit details
    Browse the repository at this point in the history
  5. build: use gradle toolchain

    gotson committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    9f67c43 View commit details
    Browse the repository at this point in the history
  6. build: remove use of release flag

    not needed anymore since we use toolchains
    gotson committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    5624bab View commit details
    Browse the repository at this point in the history
  7. chore(release): 7.5.3 [skip ci]

    ## [7.5.3](v7.5.2...v7.5.3) (2022-08-08)
    
    ### Bug Fixes
    
    * check validity of mark header and end archive header ([6c7dc7a](6c7dc7a))
    * more checks on invalid headers ([cc33b6c](cc33b6c))
    semantic-release-bot committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    c6e87a7 View commit details
    Browse the repository at this point in the history
Loading