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: l4l/yofi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.2
Choose a base ref
...
head repository: l4l/yofi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 10 files changed
  • 4 contributors

Commits on Mar 13, 2024

  1. Update flake and fix nix dependencies (#161)

    * flake.lock: Update
    * add missing nix dependencies
    zachcoyle authored Mar 13, 2024
    Copy the full SHA
    0d7af46 View commit details

Commits on Jun 23, 2024

  1. Log to stderr not stdout (#166)

    l4l authored Jun 23, 2024
    Copy the full SHA
    e9c86d5 View commit details

Commits on Jul 25, 2024

  1. Update CHANGELOG.md

    l4l authored Jul 25, 2024
    Copy the full SHA
    c58ee23 View commit details
  2. Support pointer actions (#168)

    l4l authored Jul 25, 2024
    Copy the full SHA
    d29cedb View commit details

Commits on Aug 30, 2024

  1. Update dependencies (#174)

    Co-authored-by: Frieder Hannenheim <friederhannenheim@riseup.net>
    FriederHannenheim and Frieder Hannenheim authored Aug 30, 2024
    Copy the full SHA
    09901e7 View commit details
Showing with 391 additions and 411 deletions.
  1. +4 −0 CHANGELOG.md
  2. +196 −394 Cargo.lock
  3. +24 −6 flake.lock
  4. +15 −1 flake.nix
  5. +8 −0 src/config.rs
  6. +10 −1 src/config/params.rs
  7. +1 −1 src/main.rs
  8. +18 −5 src/window.rs
  9. +107 −0 src/window/pointer.rs
  10. +8 −3 src/window/seat.rs
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,8 +2,12 @@

## Features

- Support some actions with pointer (e.g mouse).

## Changes

- Log to stderr instead of stdout.

## Fixes

# 0.2.2 - 2024-03-10
Loading