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: 32blit/32blit-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.3
Choose a base ref
...
head repository: 32blit/32blit-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.4
Choose a head ref
  • 16 commits
  • 14 files changed
  • 3 contributors

Commits on Mar 5, 2023

  1. Use pytest instead of py.test

    Apparently `py.test` is no longer a supported way of referring to
    the pytest module.
    ali1234 committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    3c316c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Test all extant Python versions

    "3.10" needs quotes, otherwise it becomes 3.1.
    ali1234 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    e2e3ecf View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Merge pull request #100 from ali1234/testfix

    Use pytest instead of py.test, and test more Python versions
    Gadgetoid authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    fe28b55 View commit details
    Browse the repository at this point in the history
  2. Fix bug when deleting from flash

    The terminating null should be sent after the offset. Sending it before
    causes the offset to be 256x too big, because it is little endian.
    
    Also adds a log message, not shown by default.
    ali1234 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    7851379 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aaf9331 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d46a29 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Fix the build badge

    Daft-Freak authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    8943efd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #101 from 32blit/patch-build-badge

    Fix the build badge
    Gadgetoid authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    9f7a69e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #99 from ali1234/delfix

    Fix bug when deleting from flash and add unit tests
    Gadgetoid authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    ae1782b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Fix README build badge.

    Gadgetoid committed May 17, 2023
    Configuration menu
    Copy the full SHA
    87857a2 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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

Commits on Jun 17, 2024

  1. Merge pull request #103 from Daft-Freak/pack-bitstring

    Fix RLE decompress with bitstring >= 4.1.0
    Gadgetoid authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    cd169bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68a3a20 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #104 from 32blit/ci-update-workflows-and-branch

    CI: Fix deprecation warnings, rename branch prep.
    Gadgetoid authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    eacd03d View commit details
    Browse the repository at this point in the history
  4. Prep for v0.7.4.

    Gadgetoid committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    bce1290 View commit details
    Browse the repository at this point in the history
Loading