|
6fe9c54134
|
fix(clipboard): unable to paste large images into xwayland
Thanks to a nightly clippy warning which found I wasn't using `file.write` correctly.
Fixes #86.
|
2024-02-18 00:41:16 +00:00 |
|
|
31505c7140
|
Merge pull request #449 from calops/vertical-tray
Add `direction` option for tray module
|
2024-02-17 01:46:45 +00:00 |
|
Rémi Labeyrie
|
b037a55fb7
|
feat(tray): add direction option
|
2024-02-17 00:33:10 +01:00 |
|
|
7f3663a3ba
|
Merge pull request #454 from JakeStanger/fix/logging
fix(logging): log file growing indefinitely
|
2024-02-14 21:26:54 +00:00 |
|
|
e26e213c4e
|
docs(readme): improve info about logging
|
2024-02-14 21:17:03 +00:00 |
|
|
f68d95a740
|
fix(logging): log file growing indefinitely
Log files are now created on a daily rotation, keeping 3 days worth of logs. This also changes the log file names.
Fixes #453
|
2024-02-14 21:16:53 +00:00 |
|
|
584300afd4
|
Merge pull request #450 from Disr0/fix_upower_docs
docs: correct formatting token time_remaining in upower module
|
2024-02-13 17:00:54 +00:00 |
|
Disr0
|
62eafe22b3
|
docs: correct formatting tokens in upower
|
2024-02-13 10:47:30 +07:00 |
|
|
f5f6b377a1
|
Merge pull request #441 from Disr0/fix_formatting_in_upower
feat(upower): add new formatting properties
|
2024-02-12 23:14:20 +00:00 |
|
Disr0
|
76a68165f0
|
feat(upower): add new formatting properties
|
2024-02-12 23:05:31 +00:00 |
|
|
d2adecb935
|
Merge pull request #448 from JakeStanger/dependabot/cargo/clap-4.5.0
build(deps): bump clap from 4.4.18 to 4.5.0
|
2024-02-12 21:46:03 +00:00 |
|
|
6286907da9
|
Merge pull request #447 from JakeStanger/dependabot/cargo/serde_json-1.0.113
build(deps): bump serde_json from 1.0.111 to 1.0.113
|
2024-02-12 21:45:51 +00:00 |
|
|
fb4dd4d06a
|
Merge pull request #446 from JakeStanger/dependabot/cargo/indexmap-2.2.3
build(deps): bump indexmap from 2.2.1 to 2.2.3
|
2024-02-12 21:45:16 +00:00 |
|
|
8a0c78b3cf
|
Merge pull request #445 from JakeStanger/dependabot/cargo/chrono-0.4.34
build(deps): bump chrono from 0.4.31 to 0.4.34
|
2024-02-12 21:44:42 +00:00 |
|
|
4bd3eb422d
|
Merge pull request #444 from JakeStanger/dependabot/cargo/smithay-client-toolkit-0.18.1
build(deps): bump smithay-client-toolkit from 0.18.0 to 0.18.1
|
2024-02-12 21:44:10 +00:00 |
|
dependabot[bot]
|
89f92e6cc5
|
build(deps): bump clap from 4.4.18 to 4.5.0
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.18 to 4.5.0.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.18...clap_complete-v4.5.0)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-12 14:05:30 +00:00 |
|
dependabot[bot]
|
4643a871f0
|
build(deps): bump serde_json from 1.0.111 to 1.0.113
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.111 to 1.0.113.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.111...v1.0.113)
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-12 14:05:16 +00:00 |
|
dependabot[bot]
|
3206dd5c54
|
build(deps): bump indexmap from 2.2.1 to 2.2.3
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.2.1 to 2.2.3.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.2.1...2.2.3)
---
updated-dependencies:
- dependency-name: indexmap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-12 14:05:06 +00:00 |
|
dependabot[bot]
|
db2eb125b4
|
build(deps): bump chrono from 0.4.31 to 0.4.34
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.31 to 0.4.34.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.31...v0.4.34)
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-12 14:04:57 +00:00 |
|
dependabot[bot]
|
bb3e03a169
|
build(deps): bump smithay-client-toolkit from 0.18.0 to 0.18.1
Bumps [smithay-client-toolkit](https://github.com/smithay/client-toolkit) from 0.18.0 to 0.18.1.
- [Changelog](https://github.com/Smithay/client-toolkit/blob/v0.18.1/CHANGELOG.md)
- [Commits](https://github.com/smithay/client-toolkit/compare/v0.18.0...v0.18.1)
---
updated-dependencies:
- dependency-name: smithay-client-toolkit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-12 14:04:47 +00:00 |
|
|
6595674af2
|
chore: bump version to 0.15.0-pre
|
2024-02-10 20:56:56 +00:00 |
|
|
1dcf6a0d28
|
Merge pull request #439 from Dridus/rmm/clock-label-markup
feat: enable use of markup in clock module formats
|
2024-02-10 20:55:52 +00:00 |
|
JakeStanger
|
f9ea49db47
|
docs: update CHANGELOG.md for v0.14.1 [skip ci]
|
2024-02-10 20:53:32 +00:00 |
|
|
bce8122bb9
|
chore(release): v0.14.1
|
2024-02-10 20:45:34 +00:00 |
|
Ross MacLeod
|
f4384b6252
|
feat: enable use of markup in clock module format and format_popup, and update documentation to reflect supporting Pango markup in both
|
2024-02-08 23:33:32 -05:00 |
|
|
d981265dac
|
Merge pull request #437 from JakeStanger/dependabot/cargo/zbus-3.15.0
build(deps): bump zbus from 3.14.1 to 3.15.0
|
2024-02-06 19:55:28 +00:00 |
|
|
c7afe075b2
|
Merge pull request #438 from JakeStanger/dependabot/cargo/hyprland-0.3.13
build(deps): bump hyprland from 0.3.12 to 0.3.13
|
2024-02-06 19:55:20 +00:00 |
|
|
45848cb884
|
Merge pull request #436 from JakeStanger/dependabot/cargo/tokio-1.36.0
build(deps): bump tokio from 1.35.1 to 1.36.0
|
2024-02-06 19:53:09 +00:00 |
|
|
060a136fe9
|
Merge pull request #435 from JakeStanger/dependabot/cargo/reqwest-0.11.24
build(deps): bump reqwest from 0.11.23 to 0.11.24
|
2024-02-06 19:52:35 +00:00 |
|
dependabot[bot]
|
451ded869f
|
build(deps): bump hyprland from 0.3.12 to 0.3.13
Bumps [hyprland](https://github.com/hyprland-community/hyprland-rs) from 0.3.12 to 0.3.13.
- [Release notes](https://github.com/hyprland-community/hyprland-rs/releases)
- [Commits](https://github.com/hyprland-community/hyprland-rs/compare/0.3.12...0.3.13)
---
updated-dependencies:
- dependency-name: hyprland
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-05 14:21:09 +00:00 |
|
dependabot[bot]
|
4880de219b
|
build(deps): bump zbus from 3.14.1 to 3.15.0
Bumps [zbus](https://github.com/dbus2/zbus) from 3.14.1 to 3.15.0.
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](https://github.com/dbus2/zbus/compare/zbus-3.14.1...zbus-3.15.0)
---
updated-dependencies:
- dependency-name: zbus
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-05 14:20:52 +00:00 |
|
dependabot[bot]
|
2835a3d5c7
|
build(deps): bump tokio from 1.35.1 to 1.36.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.35.1 to 1.36.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.35.1...tokio-1.36.0)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-05 14:20:36 +00:00 |
|
dependabot[bot]
|
d983a5d33b
|
build(deps): bump reqwest from 0.11.23 to 0.11.24
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.23 to 0.11.24.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24)
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-05 14:20:20 +00:00 |
|
|
f3687c5f9e
|
refactor: replace deprecated indexmap method
|
2024-02-02 20:05:29 +00:00 |
|
|
4934f2c409
|
Merge pull request #433 from JakeStanger/refactor/clippy
refactor: fix new strict clippy warnings
|
2024-02-01 22:50:58 +00:00 |
|
|
ef41462ef0
|
Merge pull request #425 from JakeStanger/fix/tray
Tray rewrite
|
2024-02-01 22:49:51 +00:00 |
|
|
aaef3bf96c
|
refactor: fix new strict clippy warnings
|
2024-02-01 22:39:43 +00:00 |
|
|
133632d1ad
|
fix(tray): vastly improve rendering performance
|
2024-02-01 22:38:14 +00:00 |
|
|
d58d8952a8
|
Merge pull request #432 from JakeStanger/update_flake_lock_action
Update flake.lock
|
2024-02-01 21:00:27 +00:00 |
|
github-actions[bot]
|
18f6599810
|
flake.lock: Update
Flake lock file updates:
• Updated input 'crane':
'github:ipetkov/crane/afdcd41180e3dfe4dac46b5ee396e3b12ccc967a' (2023-12-24)
→ 'github:ipetkov/crane/c798790eabec3e3da48190ae3698ac227aab770c' (2024-01-28)
• Updated input 'naersk/nixpkgs':
'github:NixOS/nixpkgs/d44d59d2b5bd694cd9d996fd8c51d03e3e9ba7f7' (2023-12-31)
→ 'github:NixOS/nixpkgs/5ad9903c16126a7d949101687af0aa589b1d7d3d' (2024-01-31)
• Updated input 'nixpkgs':
'github:nixos/nixpkgs/cfc3698c31b1fb9cdcf10f36c9643460264d0ca8' (2023-12-27)
→ 'github:nixos/nixpkgs/97b17f32362e475016f942bbdfda4a4a72a8a652' (2024-01-29)
• Updated input 'rust-overlay':
'github:oxalica/rust-overlay/319f57cd2c34348c55970a4bf2b35afe82088681' (2023-12-30)
→ 'github:oxalica/rust-overlay/2c993daf3136c6955fd13bfe215d0d4faf6090f1' (2024-01-31)
• Updated input 'rust-overlay/flake-utils':
'github:numtide/flake-utils/cfacdce06f30d2b68473a46042957675eebb3401' (2023-04-11)
→ 'github:numtide/flake-utils/1ef2e671c3b0c19053962c07dbda38332dcebf26' (2024-01-15)
|
2024-02-01 00:51:52 +00:00 |
|
|
061663392e
|
fix: do not panic on full channels
|
2024-01-29 23:30:25 +00:00 |
|
|
2251ea9246
|
Merge pull request #428 from JakeStanger/dependabot/cargo/indexmap-2.2.1
build(deps): bump indexmap from 2.1.0 to 2.2.1
|
2024-01-29 21:33:16 +00:00 |
|
dependabot[bot]
|
966fc101f3
|
build(deps): bump indexmap from 2.1.0 to 2.2.1
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.1.0 to 2.2.1.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.1.0...2.2.1)
---
updated-dependencies:
- dependency-name: indexmap
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-01-29 21:08:53 +00:00 |
|
|
b99c9b6bb6
|
Merge pull request #427 from JakeStanger/dependabot/cargo/serde-1.0.196
build(deps): bump serde from 1.0.195 to 1.0.196
|
2024-01-29 21:08:02 +00:00 |
|
dependabot[bot]
|
0d1b8c8cad
|
build(deps): bump serde from 1.0.195 to 1.0.196
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.195 to 1.0.196.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.195...v1.0.196)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-01-29 14:25:02 +00:00 |
|
|
cc39896181
|
build: update system-tray crate
|
2024-01-27 01:04:31 +00:00 |
|
|
b3a70ce8fa
|
fix(tray): not handling checkbox items
|
2024-01-27 01:04:30 +00:00 |
|
|
8016ec256d
|
fix(tray): crash caused by excess updates
Some icons seem to absolutely spam updates in some circumstances. Increasing the channel size by 4x seems sufficient to prevent this.
|
2024-01-27 00:35:16 +00:00 |
|
|
8aef093ac9
|
Merge pull request #421 from JakeStanger/fix/dynamic-string
Dynamic String Fixes
|
2024-01-25 23:17:55 +00:00 |
|
|
9d7cb08f41
|
docs(ironvars): correct allowed chars in keys
|
2024-01-25 22:42:48 +00:00 |
|