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: gabm/Satty
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.0
Choose a base ref
...
head repository: gabm/Satty
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.0
Choose a head ref
Loading
Showing with 431 additions and 407 deletions.
  1. +247 −221 Cargo.lock
  2. +1 −1 Cargo.toml
  3. +38 −11 README.md
  4. +9 −43 flake.lock
  5. +6 −9 release.nu
  6. +5 −0 src/command_line.rs
  7. +32 −53 src/configuration.rs
  8. +3 −1 src/sketch_board.rs
  9. +7 −1 src/style.rs
  10. +15 −2 src/tools/blur.rs
  11. +7 −1 src/tools/highlight.rs
  12. +8 −1 src/tools/rectangle.rs
  13. +53 −63 src/ui/toolbars.rs
Loading