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: Voultapher/self_cell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: Voultapher/self_cell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.2
Choose a head ref
  • 4 commits
  • 3 files changed
  • 4 contributors

Commits on Nov 17, 2025

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

Commits on Nov 26, 2025

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

Commits on Dec 30, 2025

  1. Reinclude license (#73)

    In 1.2.1 the project was relicensed to Apache-2.0 OR GPL-2.0-only, and
    now ships two license texts.
    
    However, `Cargo.toml` is still set to only include `LICENSE` - broaden
    it to `LICENSE*` so the two license files are actually included as
    intended.
    
    ```
    $ cargo package --allow-dirty --list | grep LICENSE
    LICENSE-APACHE
    LICENSE-GPLv2
    ```
    
    Signed-off-by: Michel Lind <[email protected]>
    michel-slm authored Dec 30, 2025
    Configuration menu
    Copy the full SHA
    346a2dc View commit details
    Browse the repository at this point in the history
  2. Version 1.2.2

    Voultapher committed Dec 30, 2025
    Configuration menu
    Copy the full SHA
    3b0f5c3 View commit details
    Browse the repository at this point in the history
Loading