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: x1ppy/freezetag
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.1
Choose a base ref
...
head repository: undaunt/freezetag
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.0
Choose a head ref
  • 12 commits
  • 6 files changed
  • 1 contributor

Commits on May 6, 2024

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

Commits on May 7, 2024

  1. Update .gitignore

    undaunt committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7f665ec View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    undaunt committed May 7, 2024
    Configuration menu
    Copy the full SHA
    fbade0d View commit details
    Browse the repository at this point in the history
  3. Adds custom db location

    Optionally allows the location of the freezefs.db to be specified, either as a new path or new path and filename. Falls back to CACHE_DIR/freezefs.db if not specified.
    undaunt committed May 7, 2024
    Configuration menu
    Copy the full SHA
    d05e9fd View commit details
    Browse the repository at this point in the history
  4. Fix mount definition

    Adds db_path to the definition declaration
    undaunt committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c6250fe View commit details
    Browse the repository at this point in the history
  5. Ignore egginfo

    undaunt committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b1b2fbb View commit details
    Browse the repository at this point in the history
  6. Fix dbpath handling

    undaunt committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f9decda View commit details
    Browse the repository at this point in the history
  7. Help/readme update

    Adds more clarifying text to the help command. Adds a description of the functionality to the readme.
    undaunt committed May 7, 2024
    Configuration menu
    Copy the full SHA
    939f94f View commit details
    Browse the repository at this point in the history
  8. Fix parent folder pathing on db_path

    Ensures creation of the parent folder if not specified and fixes old reference to db_file.
    undaunt committed May 7, 2024
    Configuration menu
    Copy the full SHA
    86aadc2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1 from undaunt/specify-db-location

    Optionally specify mount dabtabase location
    undaunt authored May 7, 2024
    Configuration menu
    Copy the full SHA
    ed4eeaf View commit details
    Browse the repository at this point in the history
  10. Pull in proper MacOS fuse + volname support

    Makes the OS checks be pro-Darwin instead of negative-Windows to ensure FUSE and volname compatibility.
    undaunt committed May 7, 2024
    Configuration menu
    Copy the full SHA
    995a54e View commit details
    Browse the repository at this point in the history
  11. Bump to version 1.3.0

    See changelog in README
    undaunt committed May 7, 2024
    Configuration menu
    Copy the full SHA
    4e06fd7 View commit details
    Browse the repository at this point in the history
Loading