google-labs-jules[bot]
d33ee0c69e
chore: consolidate and optimize github actions workflows
...
Replaced 6 separate, redundant workflow files (`git-archive.yml`, `git-deb.yml`, `git-flatpak.yml`, `release-archive.yml`, `release-deb.yml`, `release-flatpak.yml`) with 2 consolidated workflows (`build.yml` and `release.yml`).
- Consolidated `.zip` and `.deb` building into a single `linux-build` and `linux-release` job to avoid running `cargo build --release` multiple times.
- Added parallel `flatpak-build` and `flatpak-release` jobs to the respective unified workflows.
- Improved `release.yml` with a `prepare` job that correctly queries and passes the release tag to dependent build jobs.
- Fixed an issue in the `prepare` job where an undefined bash `$GITHUB_TOKEN` was used instead of `${{ secrets.GITHUB_TOKEN }}`.
Co-authored-by: arabianq <55220741+arabianq@users.noreply.github.com >
2026-03-06 19:43:38 +00:00
arabianq
624310eae5
feat: convert aur submodules to regular directories
2026-03-06 22:27:02 +03:00
arabianq
92a576de37
fix(pwsp-daemon): added retries to link_player_to_virtual_mic()
...
https://github.com/arabianq/pipewire-soundpad/issues/15
2026-03-06 15:19:06 +03:00
arabianq
ce948ce678
feat: you can now get volume for all sound individually, not only via fullstate
2026-02-25 00:34:05 +03:00
arabianq
e72fc519a0
Merge branch 'main' of github.com:arabianq/pipewire-soundpad
2026-02-25 00:13:49 +03:00
arabianq
8126efe8d9
feat(pwsp-gui): slash now toggles search focus
2026-02-25 00:12:50 +03:00
arabianq
a7dd0b97d1
fix(pwsp-gui): some hotkeys now won't work when search entry is focused
2026-02-25 00:10:55 +03:00
arabianq
5f9aad7fa2
fix(pwsp-gui): some hotkeys now won't work when search entry is focused
2026-02-25 00:09:39 +03:00
arabianq
7e66a9241b
change version to 1.6.1
v1.6.1
2026-02-23 14:01:40 +03:00
arabianq
02ad7337a1
cargo update
2026-02-23 13:59:42 +03:00
arabianq
c08898e4f2
deps: bump rodio to 0.22.1
2026-02-23 13:58:08 +03:00
arabianq
ed8b04caa9
deps: bump clap to 4.5.60
2026-02-23 13:53:13 +03:00
arabianq
58e5f039be
feat(cli, flatpak): implemented kill action for pwsp-cli.
...
use it instead of pkill in the flatpak wrapper
2026-02-23 13:40:41 +03:00
arabianq
eb89733715
fix(flatpak): typo in wrapper
2026-02-23 13:17:26 +03:00
arabianq
476fd325ef
fix(flatpak): use pkill -f instead of killall
2026-02-23 12:55:16 +03:00
arabianq
da49c96e53
fix(flatpak): removed color option from wrapper
2026-02-23 12:44:17 +03:00
arabianq
f0e05379f7
fix(flatpak): removed suggest_on_error from wrapper
2026-02-23 12:30:22 +03:00
arabianq
3d3523fd7a
feat(flatpak): new wrapper in python that supports pwsp-daemon, pwsp-cli and pwsp-gui
2026-02-23 12:08:47 +03:00
arabianq
81da36f03c
bump version to 1.6.0
v1.6.0
2026-02-14 15:50:06 +03:00
arabianq
8bfa5daf78
feat: show pwsp-gui version in settings
2026-02-14 15:46:56 +03:00
arabianq
b816d2aa88
feat: get daemon's version using pwsp-cli
...
pwsp-cli get daemon-version
2026-02-14 15:43:17 +03:00
arabianq
23ae562849
refactor: better Cargo.toml formatting
2026-02-14 15:20:03 +03:00
arabianq
e3bc1fd55f
deps: cargo update
2026-02-14 15:16:43 +03:00
arabianq
15964f205b
deps: bump clap version to 4.5.58
2026-02-14 15:15:36 +03:00
arabianq
6a0ac61033
refactor: removed icons:: everywhere
2026-02-14 15:14:03 +03:00
arabianq
4b802273f4
Merge branch 'main' of github.com:arabianq/pipewire-soundpad
2026-02-14 15:09:25 +03:00
arabianq
baae7a1ccf
feat: you can now open dirs/files in system's file manager using context menus
2026-02-14 15:09:05 +03:00
arabianq
654694cecf
feat: dirs and files now support context menu (right mouse button)
2026-02-14 14:58:47 +03:00
Tarasov Aleksandr
04ecf66beb
Add custom funding link to FUNDING.yml
2026-02-08 21:55:40 +03:00
Tarasov Aleksandr
0fe94f9112
Update README.md
...
add deepwiki.com badge
2026-02-03 04:33:04 +03:00
arabianq
9fbe42c201
update version to 1.5.1
v1.5.1
2026-01-28 23:34:12 +03:00
arabianq
fac04c4533
docs: update AUR installation command to include binary option
2026-01-28 23:32:09 +03:00
arabianq
f93852bf8e
add submodules for aur/standart and aur/bin
2026-01-28 23:31:15 +03:00
arabianq
1bb0aa959a
rename workflow from Flatpak CI to Git Flatpak
2026-01-28 22:56:47 +03:00
arabianq
7a1723fbcb
fix: enable build-bundle option in Flatpak workflows and adjust source path
2026-01-28 22:50:15 +03:00
arabianq
712a0968a7
fix: remove unnecessary file sources from Flatpak manifest
2026-01-28 22:45:33 +03:00
arabianq
e98e6bc2f3
fix: remove submodule checkout option from Flatpak workflows
2026-01-28 22:41:40 +03:00
arabianq
5007b483aa
refactor
2026-01-28 22:38:10 +03:00
arabianq
b936b58e75
add Flatpak CI and release workflows, update paths in manifest
2026-01-28 22:37:36 +03:00
arabianq
502ef2ed89
create wrapper for flatpak, flatpak yaml, desktop entry and metainfo
2026-01-28 22:33:34 +03:00
arabianq
ce5910b9a6
fix: improve device lookup in get_device function and update daemon device name
2026-01-28 22:30:33 +03:00
arabianq
b0c670235e
fix: impossible to remove directories
2026-01-28 22:07:05 +03:00
arabianq
f1d4ffd7fa
fix: handle errors when opening a directory in SoundpadGui
2026-01-28 21:44:00 +03:00
arabianq
6f35ab7b8b
update github workflows
2026-01-28 21:20:56 +03:00
arabianq
9a67f5479a
add submodule for AUR package
2026-01-28 21:16:58 +03:00
arabianq
b727eba988
move pwsp.spec for rpm into packages/rpm directory
2026-01-28 21:15:37 +03:00
arabianq
330c3d79d4
cargo update
v1.5.0
2026-01-28 03:40:43 +03:00
arabianq
dff20daace
deps: bump clap to 4.5.55
2026-01-28 03:39:39 +03:00
arabianq
cdc44328a8
docs: update README to include new features for collapsible audio tracks, drag and drop directories, and automatic device detection
2026-01-28 03:38:22 +03:00
arabianq
ac61a71dcb
feat: bump version to 1.5.0
2026-01-28 03:35:04 +03:00