Skip to content

Commit

Permalink
Merge pull request ralismark#1 from VuiMuich/ralismark/master
Browse files Browse the repository at this point in the history
Merge eww/master
  • Loading branch information
ralismark authored May 1, 2023
2 parents f6d8feb + 850f185 commit 59abf3c
Show file tree
Hide file tree
Showing 76 changed files with 1,462 additions and 1,178 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,16 @@ jobs:
components: rustfmt
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v1
- name: Build x11
- uses: r7kamura/rust-problem-matchers@v1
- name: Check formatting
run: cargo fmt -- --check
- name: Check with default features
run: cargo check
- name: Run tests
run: cargo test
- name: Build x11 only
run: cargo check --no-default-features --features=x11
- name: Build wayland
- name: Build wayland only
run: cargo check --no-default-features --features=wayland
- name: Build no-backend
run: cargo check --no-default-features

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ All notable changes to eww will be listed here, starting at changes since versio
## [Unreleased]

### Features
- Add `:namespace` window option
- Default to building with x11 and wayland support simultaneously
- Add `truncate-left` property on `label` widgets (By: kawaki-san)
- Add support for safe access (`?.`) in simplexpr (By: oldwomanjosiah)
- Allow floating-point numbers in percentages for window-geometry
- Add support for safe access with index (`?.[n]`) (By: ModProg)
- Made `and`, `or` and `?:` lazily evaluated in simplexpr (By: ModProg)
- Add Vanilla CSS support (By: Ezequiel Ramis)
- Add `jq` function, offering jq-style json processing
- Add `justify` property to the label widget, allowing text justification (By: n3oney)

## [0.4.0] (04.09.2022)

Expand Down
Loading

0 comments on commit 59abf3c

Please sign in to comment.