D3SOX
89bc79a70b
feat(deps): bump frontend
...
- feat: update translations
- feat: add language override
- fix: bump dependencies
2021-06-21 21:49:32 +02:00
D3SOX
e75e8edac9
fix(deps): bump windows ffmpeg to 4.4
2021-06-21 21:33:40 +02:00
dependabot[bot]
9007276725
chore(deps): bump deployment/flatpak/shared-modules ( #265 )
...
Bumps [deployment/flatpak/shared-modules](https://github.com/flathub/shared-modules ) from `2c3a597` to `db9b786`.
- [Release notes](https://github.com/flathub/shared-modules/releases )
- [Commits](2c3a597e00...db9b786918
)
---
updated-dependencies:
- dependency-name: deployment/flatpak/shared-modules
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-18 14:09:50 +02:00
dependabot[bot]
12a37765db
chore(deps): bump src/ui/impl/webview/lib/soundux-ui ( #266 )
...
Bumps [src/ui/impl/webview/lib/soundux-ui](https://github.com/Soundux/soundux-ui ) from `a2e4d40` to `69f1c24`.
- [Release notes](https://github.com/Soundux/soundux-ui/releases )
- [Commits](a2e4d40e77...69f1c24f0f
)
---
updated-dependencies:
- dependency-name: src/ui/impl/webview/lib/soundux-ui
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-18 14:07:07 +02:00
D3SOX
2b97acfccb
fix(deps): bump youtube-dl to 2021.06.06
2021-06-17 23:10:09 +02:00
D3SOX
0bf7eda2e7
feat(deps): bump frontend
...
- feat: implement new key logic with midi support
- refactor: swap output name and application usage
- feat: enable mute during playback on PipeWire
- fix: bump dependencies
2021-06-17 23:09:35 +02:00
Curve
0849c68fb2
chore(deps): update webviewpp
2021-06-17 21:04:35 +02:00
Curve
3883b0e861
fix(pipewire): adjust to application & name swap
2021-06-17 21:04:18 +02:00
Curve
961d181790
Merge branch 'master' of https://github.com/Soundux/Soundux
2021-06-17 20:12:32 +02:00
Curve
e4bfce692f
feat(pulseaudio): mute microphone instead of sink
2021-06-17 20:12:29 +02:00
Curve
0737268729
feat(pipewire): implement muteInput
2021-06-17 20:11:55 +02:00
dependabot[bot]
4772d86a1c
chore(deps): bump lib/cpp-httplib from 5a43bb8
to 676f1b5
( #261 )
...
Bumps [lib/cpp-httplib](https://github.com/yhirose/cpp-httplib ) from `5a43bb8` to `676f1b5`.
- [Release notes](https://github.com/yhirose/cpp-httplib/releases )
- [Commits](5a43bb8149...676f1b5a26
)
---
updated-dependencies:
- dependency-name: lib/cpp-httplib
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-17 17:25:41 +02:00
dependabot[bot]
13839d143c
chore(deps): bump src/ui/impl/webview/lib/soundux-ui ( #263 )
...
Bumps [src/ui/impl/webview/lib/soundux-ui](https://github.com/Soundux/soundux-ui ) from `54f7fce` to `e23d0e0`.
- [Release notes](https://github.com/Soundux/soundux-ui/releases )
- [Commits](54f7fceef5...e23d0e0ca2
)
---
updated-dependencies:
- dependency-name: src/ui/impl/webview/lib/soundux-ui
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-17 17:25:12 +02:00
Curve
ede425b691
refactor: swap name & applicationBinary so that it's the right way around again
2021-06-17 17:17:43 +02:00
Curve
19ef2bb0c0
feat: add language setting
2021-06-17 16:49:39 +02:00
dependabot[bot]
95d3b30210
chore(deps): bump actions/upload-artifact from 2.2.3 to 2.2.4
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.3...v2.2.4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-17 16:45:04 +02:00
Nico
ad5fa40304
feat: hotkeys rework and MIDI support ( #242 )
...
* feat: add midi support
refactor: hotkeys
* feat: add support for knob
* fix: return hotkey instance
* feat: save local/remote VolumeKnob
* refactor: add default values for Key to avoid trash values
* feat: call setLocal/RemoteVolume
* refactor: make remote/localVolumeKnob optional, add optional serialize for bindings
* feat: expose getKeyName
* fix(x11): misplaced sleep
* fix: don't change volume whjen "shouldNotifyKnob" is true
* feat: smooth out volume changes
fix: volume not changing during playback
* chore(deps): bump webviewpp
* chore(deps): bump webviewpp
* fix(queue): don't unlock mutex for function call
* docs: improve contributing and move to root
* feat(windows): rework hotkeys, enable midi support
* chore(deps): update traypp
Fixes issue where a segmentation fault would occur upon closing the program
* fix(windows): undefined UNICODE when including tiny-process-library
* refactor: make sound deduction function constexpr
* chore(deps): bump frontend
* refactor: reorder includes
Co-authored-by: Curve <fynnbwdt@gmail.com>
2021-06-13 01:42:36 +02:00
Curve
03ce562a63
docs: add subheading for translation methods
2021-06-11 15:10:12 +02:00
Curve
2cdbaf1997
docs: adjust links
2021-06-11 15:05:57 +02:00
Curve
9d9d9e991b
docs(readme): link to contrubuting guide in readme
2021-06-11 14:59:24 +02:00
Curve
ce1c646cc0
docs: add info to contrubuting guidelines
2021-06-11 14:59:06 +02:00
Curve
55620f3058
refactor(config): close filestream early
2021-06-11 14:33:11 +02:00
Noah
4a0874559c
Merge pull request #255 from Soundux/all-contributors/add-underhood
...
docs: add underhood as a contributor for bug, test
2021-06-11 14:11:10 +02:00
allcontributors[bot]
8e94b42257
docs: update .all-contributorsrc [skip ci]
2021-06-11 12:10:44 +00:00
allcontributors[bot]
f71766cc13
docs: update README.md [skip ci]
2021-06-11 12:10:43 +00:00
Curve
d94cdf5c65
fix(linux): experimental fix for #254
...
This may also remove the need to check a different path on debian-like systems
2021-06-11 13:53:26 +02:00
Curve
18fba6ef13
Merge branch 'master' of https://github.com/Soundux/Soundux
2021-06-10 22:24:36 +02:00
Curve
89595a6295
feat(windows): don't setupVBCable when VB-Cable was not detected
2021-06-10 22:24:30 +02:00
Noah
e7585808e8
Merge pull request #246 from Soundux/dependabot/submodules/src/ui/impl/webview/lib/webviewpp-a6e2d1b
...
chore(deps): bump src/ui/impl/webview/lib/webviewpp from `f34bd0e` to `a6e2d1b`
2021-06-10 22:04:53 +02:00
Noah
911825d5a2
Merge pull request #247 from Soundux/dependabot/submodules/src/ui/impl/webview/lib/soundux-ui-612544b
...
chore(deps): bump src/ui/impl/webview/lib/soundux-ui from `eb0a79f` to `612544b`
2021-06-10 22:04:24 +02:00
dependabot[bot]
f2767deed8
chore(deps): bump src/ui/impl/webview/lib/soundux-ui
...
Bumps [src/ui/impl/webview/lib/soundux-ui](https://github.com/Soundux/soundux-ui ) from `eb0a79f` to `612544b`.
- [Release notes](https://github.com/Soundux/soundux-ui/releases )
- [Commits](eb0a79f93d...612544b744
)
---
updated-dependencies:
- dependency-name: src/ui/impl/webview/lib/soundux-ui
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-09 06:08:21 +00:00
D3SOX
70d9839469
docs: add simple pull request template
2021-06-07 21:42:45 +02:00
D3SOX
4175fe521b
docs: correct stylization of ko-fi
2021-06-07 21:42:05 +02:00
D3SOX
a514a9644c
docs: improve contributing and move to root
2021-06-07 21:31:34 +02:00
dependabot[bot]
2a8aa2ce70
chore(deps): bump src/ui/impl/webview/lib/webviewpp
...
Bumps [src/ui/impl/webview/lib/webviewpp](https://github.com/Soundux/webviewpp ) from `f34bd0e` to `a6e2d1b`.
- [Release notes](https://github.com/Soundux/webviewpp/releases )
- [Commits](f34bd0eb3e...a6e2d1b8bc
)
---
updated-dependencies:
- dependency-name: src/ui/impl/webview/lib/webviewpp
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-07 07:23:44 +00:00
Curve
6e9351ad00
Add @lucasvbeek as a contributor
2021-06-05 19:11:43 +02:00
Curve
cf14411bf0
Add @NathanBnm as a contributor
2021-06-05 19:11:31 +02:00
Curve
8ef8eb438b
Add @MeblIkea as a contributor
2021-06-05 19:11:18 +02:00
Noah
81335e77d7
fix(windows): compilation icon
2021-06-04 21:10:40 +02:00
Curve
680613673d
fix(windows): fix open in last Directory & crash when folder contains non latin characters
0.2.7
2021-06-04 20:49:57 +02:00
D3SOX
d425aa7b48
feat(deps): bump frontend
...
- fix: add default icon for sort button
2021-06-04 20:16:14 +02:00
Noah
b93b0d6a33
feat(windows-setup): silently install vcredist
2021-06-04 19:58:05 +02:00
Curve
cf23469a96
chore(deps): bump guardpp
2021-06-04 19:56:15 +02:00
Curve
9566eba3c8
chore: bump version
2021-06-04 19:55:59 +02:00
Curve
cabe9ff099
Merge branch 'master' of https://github.com/Soundux/Soundux
2021-06-04 19:48:14 +02:00
Curve
c0feb5439f
feat: add "--reset-mutex" flag
2021-06-04 19:48:12 +02:00
D3SOX
d23cc155ca
fix(windows-installer): add missing define
2021-06-04 19:47:24 +02:00
D3SOX
2211fd97b2
fix(windows-installer): destdir needs to be in quotes
2021-06-04 19:46:24 +02:00
D3SOX
db7ae44616
feat(windows-installer): install necessary vcredist version for youtube-dl
2021-06-04 19:38:50 +02:00
Noah
a1beeed3fe
Merge pull request #240 from Soundux/dependabot/submodules/src/ui/impl/webview/lib/webviewpp-f34bd0e
...
chore(deps): bump src/ui/impl/webview/lib/webviewpp from `31a5256` to `f34bd0e`
2021-06-04 19:19:00 +02:00