e1094ca586
refactor: change NetworkManager ModuleConfig capitalisation
2024-03-31 22:50:10 +02:00
c41d37ca38
fix: add explicit failure message for DBus property downcasting
2024-03-31 22:45:24 +02:00
68ca8da302
refactor: change NetworkManager module and state capitalisation
2024-03-31 22:42:36 +02:00
20a120727a
docs: use note block for primary connection note, remove hardwraps
2024-03-31 22:37:58 +02:00
417a6be0d3
docs: expand module docs, add note about primary connection limitations
2024-03-30 17:07:33 +01:00
ed9332d854
Merge branch 'master' into feat/networkmanager
2024-03-30 16:24:14 +01:00
53c4c7bfc9
feat: add support for VPN primary connection
2024-03-30 01:40:04 +01:00
bfdd62a321
Merge pull request #517 from JakeStanger/refactor/config
...
refactor: split bar/top-level config structs
2024-03-29 22:04:30 +00:00
706e040e25
refactor: split bar/top-level config structs
...
This allows for some options which are not actually bar-level to be separated, which makes some work moving forward a little easier and keeps things cleaner.
2024-03-29 21:54:04 +00:00
288cfeb9a8
docs: expand comment about dbus client refactor
2024-03-29 21:01:36 +01:00
4e2352c9e9
Merge branch 'master' into feat/networkmanager
2024-03-29 20:40:46 +01:00
4aab6d5061
Merge pull request #514 from JakeStanger/fix/tray-right-click
...
fix(tray): cannot activate menu options with right click
2024-03-29 13:15:49 +00:00
30b11db435
fix(tray): cannot activate menu options with right click
...
Fixes #513
2024-03-29 13:13:29 +00:00
b48ba4c345
Merge pull request #512 from JakeStanger/refactor/tray-rewrite
...
System tray rewrite
2024-03-29 12:58:59 +00:00
ba004455b2
feat(tray): option to prefer theme-provided icons
2024-03-29 00:31:20 +00:00
004ea76da5
refactor(tray): complete client rewrite
2024-03-29 00:31:20 +00:00
c7b6ee8bc0
refactor: add dead_code allow to fix build warning
2024-03-29 00:29:27 +00:00
8e9db141f8
docs(macros): add missing comment
2024-03-29 00:29:13 +00:00
71b85ead78
chore: cleanup unused dep
2024-03-29 00:29:01 +00:00
fc42f6c540
docs(readme): add repology badge
2024-03-27 13:22:08 +00:00
3a3d3d75cd
docs(readme): add void package
2024-03-26 15:19:57 +00:00
f86e0e9a3f
Merge pull request #510 from JakeStanger/dependabot/cargo/indexmap-2.2.6
...
build(deps): bump indexmap from 2.2.5 to 2.2.6
2024-03-25 15:58:28 +00:00
9b37adc6a2
Merge pull request #509 from JakeStanger/dependabot/cargo/reqwest-0.12.2
...
build(deps): bump reqwest from 0.11.26 to 0.12.2
2024-03-25 15:58:09 +00:00
f6f4130bf8
Merge pull request #507 from JakeStanger/dependabot/cargo/regex-1.10.4
...
build(deps): bump regex from 1.10.3 to 1.10.4
2024-03-25 15:57:54 +00:00
dependabot[bot]
6ce1fbc690
build(deps): bump indexmap from 2.2.5 to 2.2.6
...
Bumps [indexmap](https://github.com/indexmap-rs/indexmap ) from 2.2.5 to 2.2.6.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md )
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.2.5...2.2.6 )
---
updated-dependencies:
- dependency-name: indexmap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 14:47:14 +00:00
dependabot[bot]
970a6a4074
build(deps): bump reqwest from 0.11.26 to 0.12.2
...
Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.11.26 to 0.12.2.
- [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.26...v0.12.2 )
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 14:46:58 +00:00
dependabot[bot]
45b43e212f
build(deps): bump regex from 1.10.3 to 1.10.4
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.10.3...1.10.4 )
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 14:46:05 +00:00
f9c746a7c3
Merge pull request #504 from slowsage/ci/binary
...
ci: Build binaries on new tag.
2024-03-22 22:09:31 +00:00
slowsage
d65df93e32
ci: ubuntu_setup.sh
2024-03-22 11:15:25 -04:00
slowsage
1dbd933705
ci: Build binaries on new release.
2024-03-20 22:23:06 -04:00
8254627595
Merge pull request #481 from slowsage/fix/mpris
...
Fix(music): mpris - handle no active mpris player on launch & hide label when player list is empty.
2024-03-18 23:41:19 +00:00
slowsage
180f8748bb
fix(music): Handle NoActivePlayer (playerctld) , NoReply, NoMethod, ServiceUnknown DBus errors in mpris.
2024-03-18 19:28:30 -04:00
b80056302a
Merge pull request #503 from JakeStanger/dependabot/cargo/clap-4.5.3
...
build(deps): bump clap from 4.5.2 to 4.5.3
2024-03-18 22:03:45 +00:00
9a62787b75
Merge pull request #502 from JakeStanger/dependabot/cargo/color-eyre-0.6.3
...
build(deps): bump color-eyre from 0.6.2 to 0.6.3
2024-03-18 22:03:05 +00:00
dependabot[bot]
6ea7f57f80
build(deps): bump clap from 4.5.2 to 4.5.3
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.5.2 to 4.5.3.
- [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.5.2...v4.5.3 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 17:30:39 +00:00
dependabot[bot]
e0c1f950f2
build(deps): bump color-eyre from 0.6.2 to 0.6.3
...
Bumps [color-eyre](https://github.com/eyre-rs/eyre ) from 0.6.2 to 0.6.3.
- [Commits](https://github.com/eyre-rs/eyre/compare/v0.6.2...color-eyre-v0.6.3 )
---
updated-dependencies:
- dependency-name: color-eyre
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 17:28:10 +00:00
ab5fb5dbc5
Merge pull request #501 from JakeStanger/dependabot/cargo/reqwest-0.11.26
...
build(deps): bump reqwest from 0.11.25 to 0.11.26
2024-03-18 17:27:49 +00:00
79cf3cc4a4
Merge pull request #500 from JakeStanger/dependabot/cargo/futures-lite-2.3.0
...
build(deps): bump futures-lite from 2.2.0 to 2.3.0
2024-03-18 17:27:24 +00:00
dependabot[bot]
4eed3e2c76
build(deps): bump reqwest from 0.11.25 to 0.11.26
...
Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.11.25 to 0.11.26.
- [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.25...v0.11.26 )
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 14:38:00 +00:00
dependabot[bot]
6b2494ded0
build(deps): bump futures-lite from 2.2.0 to 2.3.0
...
Bumps [futures-lite](https://github.com/smol-rs/futures-lite ) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/smol-rs/futures-lite/releases )
- [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md )
- [Commits](https://github.com/smol-rs/futures-lite/compare/v2.2.0...v2.3.0 )
---
updated-dependencies:
- dependency-name: futures-lite
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 14:37:50 +00:00
5a3ba08ddd
Merge pull request #470 from JakeStanger/fix/tray
...
More tray fixes
2024-03-17 14:12:56 +00:00
94f7d873f4
Merge pull request #496 from JakeStanger/refactor/general
...
Few small refactors
2024-03-14 22:43:34 +00:00
b912619d61
refactor(image): add debug logging
2024-03-14 22:36:30 +00:00
00a6a84ca6
refactor(upower): cheaper string building
2024-03-14 22:36:20 +00:00
86c5b69f18
refactor(tray): tidy imports
2024-03-14 22:35:55 +00:00
9031438f56
Merge branch 'master' into feat/networkmanager
2024-03-12 14:27:46 +01:00
85db13d2ef
fix: yet another missing cfg attribute for networkmanager module
2024-03-12 14:24:34 +01:00
cdc196dc6f
fix: missing cfg attribute for networkmanager module in bar loading
2024-03-12 13:55:26 +01:00
4df4805228
docs: remove todo for icon size config
2024-03-12 13:07:06 +01:00
18ee921fab
Merge pull request #493 from JakeStanger/dependabot/cargo/clap-4.5.2
...
build(deps): bump clap from 4.5.1 to 4.5.2
2024-03-11 15:24:43 +00:00