Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update to 1.80.1 toolchain; dependency updates #1144

Merged
merged 24 commits into from
Aug 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
5b122a2
chore: update flake.lock
w-lfchen Jul 30, 2024
1dd81db
chore: update toolchain to 1.80.0
w-lfchen Jul 30, 2024
a004136
chore: update gtk and related dependencies to 0.18
w-lfchen Jul 30, 2024
3a291f3
chore: use cargo to update almost all dependencies
w-lfchen Jul 30, 2024
40f07ed
nix: switch to nixfmt-rfc-style
w-lfchen Jul 30, 2024
3770ec4
chore: update a few dependencies
w-lfchen Aug 1, 2024
cec6e7c
chore: update itertools; update zbus
w-lfchen Aug 1, 2024
8b7d56a
chore(cargo): move gtk, zbus to workspace
w-lfchen Aug 1, 2024
bfc5cb9
fix: fix lints
w-lfchen Aug 1, 2024
4cf9d2d
chore: update zbus
w-lfchen Aug 2, 2024
c376b15
docs: update zbus-xmlgen generation commands; add zbus-xmlgen to deve…
w-lfchen Aug 2, 2024
f508078
chore: automatically update a few dependencies
w-lfchen Aug 2, 2024
af0a3b1
docs: update changelog
w-lfchen Aug 2, 2024
ca420fa
chore: automatically update a few dependencies
w-lfchen Aug 4, 2024
cd9185d
fix: update grass; re-enable default features for grass
w-lfchen Aug 5, 2024
0414663
chore: automatically update a few dependencies
w-lfchen Aug 8, 2024
69924ed
chore: update derive_more to 1.0
w-lfchen Aug 8, 2024
7b755f8
chore: automatically update a few dependencies
w-lfchen Aug 9, 2024
5516b53
chore: automatically update a few dependencies
w-lfchen Aug 11, 2024
2db5446
chore: automatically update a few dependencies
w-lfchen Aug 13, 2024
3641635
chore: automatically update a few dependencies
w-lfchen Aug 14, 2024
e4c5a45
chore: update toolchain to 1.80.1
w-lfchen Aug 15, 2024
9a200a5
Merge branch 'master' into feat/updates
w-lfchen Aug 22, 2024
6f6e94d
chore: automatically update a few dependencies
w-lfchen Aug 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ All notable changes to eww will be listed here, starting at changes since versio
## Unreleased

### Fixes
- Re-enable some scss features (By: w-lfchen)
- Fix and refactor nix flake (By: w-lfchen)
- Fix remove items from systray (By: vnva)

### Features
- Update rust toolchain to 1.80.1 (By: w-lfchen)
- Add `:truncate` property to labels, disabled by default (except in cases where truncation would be enabled in version `0.5.0` and before) (By: Rayzeq).
- Add support for `:hover` css selectors for tray items (By: zeapoz)
- Add `min` and `max` function calls to simplexpr (By: ovalkonia)
Expand Down
Loading
Loading