Thanks to visit codestin.com
Credit goes to github.com

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: Alkl58/RcloneBrowser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: totza2010/RcloneBrowser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 61 files changed
  • 1 contributor

Commits on Mar 14, 2025

  1. Update utils.cpp

    totza2010 authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    8c4acec View commit details
    Browse the repository at this point in the history
  2. Update build.yml

    totza2010 authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    eefb998 View commit details
    Browse the repository at this point in the history
  3. Update build.yml

    totza2010 authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    9bcdb2a View commit details
    Browse the repository at this point in the history
  4. modified: .github/workflows/build.yml

    	modified:   src/utils.cpp
    totza2010 committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    a467a9b View commit details
    Browse the repository at this point in the history
  5. modified: src/utils.cpp

    totza2010 committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    66905dd View commit details
    Browse the repository at this point in the history
  6. modified: CHANGELOG.md

    	modified:   README.md
    	modified:   VERSION
    	new file:   install.ps1
    	new file:   install.sh
    	new file:   src/images/remotes_icons/teldrive.png
    	modified:   src/list_of_job_options.cpp
    	modified:   src/resources.qrc
    	modified:   src/utils.cpp
    totza2010 committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    62c3074 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. fix

    totza2010 committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    8e4b389 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2025

  1. fix

    totza2010 committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    bb5c872 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Migrate project from Qt5 to Qt6 and modernize code for full Qt6 compa…

    …tibility
    
    Migrate project from Qt5 to Qt6:
    - Updated CMake to use Qt6 components
    - Replaced QRegExp with QRegularExpression
    - Fixed QFileInfo / QString conversion issue
    - Cleaned up Qt includes per Clazy recommendations
    - Removed duplicate <QtMultimedia> includes
    - Improved INI path and write-access handling
    - Verified Clazy analyzer compatibility
    totza2010 committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    669c36e View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary includes from various source files to streamline code

    Removes unused includes to streamline codebase
    
    Cleans up source files by deleting unnecessary header includes,
    reducing compilation time and improving code maintainability.
    
    Eliminates redundant dependencies without functional changes.
    
    and Bug fix
    totza2010 committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    f37bfb1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2025

  1. Configuration menu
    Copy the full SHA
    89d9910 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b6cbe5 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2025

  1. Adds custom rclone repo selection and validation UI

    Enables users to specify and test a custom rclone GitHub repository through advanced preferences. Integrates validation and core file checks, fetches repo metadata, and improves update checks by supporting repositories beyond the default. Updates the About dialog for improved presentation.
    totza2010 committed Nov 9, 2025
    Configuration menu
    Copy the full SHA
    045ee4f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. Adds version verification and unified build metadata

    Introduces a preparation job to validate the version file against the tag and provide commit/version metadata to downstream jobs. Unifies versioning across build and release steps, improving consistency and traceability. Automates downstream Docker build trigger upon release.
    totza2010 committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    5d56560 View commit details
    Browse the repository at this point in the history
  2. Bump version to 3.1.0

    totza2010 committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    5b05432 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4beb0f View commit details
    Browse the repository at this point in the history
  4. Bump version to 3.1.1

    totza2010 committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    af1e66c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98c5e9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    67af990 View commit details
    Browse the repository at this point in the history
Loading