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: AsukaNK/bittorrent-tracker-editor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: GerryFerdinandus/bittorrent-tracker-editor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 8 files changed
  • 2 contributors

Commits on Apr 21, 2025

  1. Update CI/CD workflows for Ubuntu and Windows:

    - Change Ubuntu runner to use specific versions for AppImage builds.
    - Refactor AppImage installation steps for amd64 and arm64
    - Update Windows runner to use Windows Server 2025.
    GerryFerdinandus committed Apr 21, 2025
    Configuration menu
    Copy the full SHA
    be013ed View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Refactor CI/CD workflows for macOS and Ubuntu

    - Download Lazarus source code into temp folder
    - Add lazbuild to the PATH variable.
    GerryFerdinandus committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    805b123 View commit details
    Browse the repository at this point in the history
  2. Update conditional custom options for macOS aarch64 architecture

    - aarch64 -> macOS: 11.0 (first macOS version for aarch64)
    - intel -> macOS: 10.14 (dark theme is supported since macOS 10.14)
    
    the aarch64 linker give warning that the minimum version should be 11.0
    GerryFerdinandus committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    b76cff2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. macOS: Update custom options for aarch64 architecture to use -WM10.15

    Reason: The newer xCode linker is no longer compatible with the current FPC compiler. Await a future FPC fix. This is a temporary workaround.
    GerryFerdinandus committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    aa9e751 View commit details
    Browse the repository at this point in the history
  2. snap: Update snapcraft.yaml to support QT6 and core24 base

    Upgrade:
    core22 -> core24
    QT5 -> QT6
    GerryFerdinandus committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    8b2d945 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2025

  1. macOS: CI/CD adds macOS 15 Intel build server

    Two important changes:
    - Use two build servers: Intel and ARM instead of a single ARM build server.
    Reason: Intel processor stuck on the 'macos-15-intel' runner as the last macOS runner that supported Intel architecture.
    Arm processor still uses the 'macos-latest' runner.
    
    Brew install --cask Replace fpc-laz with fpc
    Reason:
    fpc-laz will be disabled/removed on September 1, 2026.
    Homebrew/homebrew-cask@3648170
    Fpc should now be used as a replacement.
    
    Note: Brew 'Lazarus' has not been updated due to an issue.
    
    The solution is to use 'fpc' to build Lazarus from source code. And to build the tracker editor.
    GerryFerdinandus committed Oct 24, 2025
    Configuration menu
    Copy the full SHA
    ce456b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2025

  1. Configuration menu
    Copy the full SHA
    838abab View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/checkout from 4 to 5 (GerryFerdinandus#55)

    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 Oct 25, 2025
    Configuration menu
    Copy the full SHA
    3043ca4 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump actions/upload-artifact from 4 to 5 (GerryFerdinand…

    …us#54)
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      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 Oct 25, 2025
    Configuration menu
    Copy the full SHA
    4f17c02 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump actions/download-artifact from 5 to 6 (GerryFerdina…

    …ndus#53)
    
    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '6'
      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 Oct 25, 2025
    Configuration menu
    Copy the full SHA
    53fdaf9 View commit details
    Browse the repository at this point in the history
  5. chore: update dependabot to use cron schedule every 6 months

    Use the same cron schedule time as the other Github Action
    [skip ci]
    GerryFerdinandus committed Oct 25, 2025
    Configuration menu
    Copy the full SHA
    e55f7b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

  1. snap: add armhf and riscv64 build

    [skip ci]
    GerryFerdinandus committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    d21c2f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. chore(deps): bump actions/checkout from 5 to 6 (GerryFerdinandus#56)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      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 Dec 3, 2025
    Configuration menu
    Copy the full SHA
    bbb9ed0 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. Add missing libxkbcommon-dev

    - New build/linker suddenly failed due to missing libxkbcommon.so.0
    - Remove broken targets: armhf and riscv64
    GerryFerdinandus committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    79a8a23 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. chore(deps): bump actions/upload-artifact from 5 to 6 (GerryFerdinand…

    …us#57)
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '6'
      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 Dec 17, 2025
    Configuration menu
    Copy the full SHA
    b07a2fa View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/download-artifact from 6 to 7 (GerryFerdina…

    …ndus#58)
    
    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '7'
      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 Dec 17, 2025
    Configuration menu
    Copy the full SHA
    41eed2c View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2025

  1. feat: add composite action to install Lazarus IDE with dependencies f…

    …or Windows, Linux, and macOS
    GerryFerdinandus committed Dec 27, 2025
    Configuration menu
    Copy the full SHA
    771550b View commit details
    Browse the repository at this point in the history
  2. feat: refactor CI/CD workflows

    To use the  composite action to install Lazarus
    GerryFerdinandus committed Dec 27, 2025
    Configuration menu
    Copy the full SHA
    982629e View commit details
    Browse the repository at this point in the history
  3. add lazbuild in windows PATH

    lazbuild is already in PATH for Linux and macOS
    GerryFerdinandus committed Dec 27, 2025
    Configuration menu
    Copy the full SHA
    2901803 View commit details
    Browse the repository at this point in the history
Loading