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

v0.23.1 #2388

Merged
merged 35 commits into from
Apr 21, 2024
Merged

v0.23.1 #2388

Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
116e592
build(deps): remove libavdevice (#2380)
ReenigneArcher Apr 8, 2024
7e26d2f
build(tests): ensure tests can be disabled during build (#2386)
ReenigneArcher Apr 8, 2024
7602fa1
fix(ltray): re-order tray dep search (#2397)
ReenigneArcher Apr 10, 2024
ad5b816
fix(linux): use correct setap command in logs (#2400)
ReenigneArcher Apr 10, 2024
ad66fcb
build(linux): fix ubuntu 24.04 build (#2402)
ReenigneArcher Apr 10, 2024
6a01e58
build(deps): use token for codecov/codecov-action (#2404)
ReenigneArcher Apr 11, 2024
d143232
build(deps): bump codecov/codecov-action from 3 to 4 (#2297)
dependabot[bot] Apr 12, 2024
5c1bad7
Musl Linux fixes (#2401)
istori1 Apr 12, 2024
fcd4c07
Improve frametiming for linux capture (#2333)
gschintgen Apr 12, 2024
f87bc86
build(deps): bump LizardByte/homebrew-release-action from 2024.314.13…
dependabot[bot] Apr 13, 2024
a4d9ee3
Fix crash when receiving abs input events prior to the display touchport
cgutman Apr 12, 2024
25d8e2b
Fix discarded std::clamp() result compiler warning
cgutman Apr 12, 2024
358bb30
debug: fix codec debugging code
gschintgen Apr 7, 2024
fb4d4f5
fix(ui): fix quicksync locale strings (#2418)
ReenigneArcher Apr 14, 2024
76d08eb
ci: fix coverage ignore directories (#2420)
ReenigneArcher Apr 14, 2024
5db8af8
ci: update codeql to handle multiple OSes (#2425)
ReenigneArcher Apr 16, 2024
ec8170c
ci: fix codeql prebuild steps for unix OSes (#2431)
ReenigneArcher Apr 17, 2024
c896dab
ci: skip coverage upload if not in LizardByte org (#2436)
ReenigneArcher Apr 17, 2024
69191ca
fix: make version update check more robust (#2437)
ReenigneArcher Apr 18, 2024
50a02db
chore: update global workflows (#2446)
LizardByte-bot Apr 18, 2024
9e0182b
docs(linux): add guide for discord audio (#2447)
RickAndTired Apr 19, 2024
87def6d
fix(windows/amf): Revert RC/HRD defaults; improve documentation & con…
psyke83 Apr 19, 2024
ad24834
build(deps): bump packaging/linux/flatpak/deps/org.flatpak.Builder.Ba…
dependabot[bot] Apr 19, 2024
abe2561
build(deps): bump actions-js/push from 1.4 to 1.5 (#2440)
dependabot[bot] Apr 19, 2024
75fce21
build(deps): bump packaging/linux/flatpak/deps/shared-modules from `d…
dependabot[bot] Apr 19, 2024
38fa794
build(deps): bump third-party/wlr-protocols from `4264185` to `2b8d43…
dependabot[bot] Apr 19, 2024
15386f3
build(deps): bump third-party/wayland-protocols from `46f201b` to `08…
dependabot[bot] Apr 19, 2024
05416bb
build(deps): bump LizardByte/homebrew-release-action from 2024.409.24…
dependabot[bot] Apr 20, 2024
2459717
build(deps): bump vue-i18n from 9.11.0 to 9.13.0 (#2442)
dependabot[bot] Apr 20, 2024
b4e6873
build(deps): bump vue from 3.4.5 to 3.4.23 (#2434)
dependabot[bot] Apr 20, 2024
6c0b017
ci(codecov): skip search (#2430)
ReenigneArcher Apr 20, 2024
8eead65
chore: repo updates (#2416)
ReenigneArcher Apr 20, 2024
dc22e24
Autofocus PIN input on Web UI pin page
Calinou Apr 7, 2024
68c0f53
New Crowdin updates (#2392)
ReenigneArcher Apr 20, 2024
067efc7
Bump version to v0.23.1 (#2452)
cgutman Apr 21, 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
1 change: 0 additions & 1 deletion docker/clion-toolchain.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ apt-get install -y --no-install-recommends \
git \
graphviz \
libayatana-appindicator3-dev \
libavdevice-dev \
libboost-filesystem-dev=1.74.* \
libboost-locale-dev=1.74.* \
libboost-log-dev=1.74.* \
Expand Down
1 change: 0 additions & 1 deletion docker/debian-bookworm.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ apt-get install -y --no-install-recommends \
doxygen \
git \
graphviz \
libavdevice-dev \
libayatana-appindicator3-dev \
libboost-filesystem-dev=1.74.* \
libboost-locale-dev=1.74.* \
Expand Down
1 change: 0 additions & 1 deletion docker/debian-bullseye.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ apt-get install -y --no-install-recommends \
doxygen \
git \
graphviz \
libavdevice-dev \
libayatana-appindicator3-dev \
libboost-filesystem-dev=1.74.* \
libboost-locale-dev=1.74.* \
Expand Down
1 change: 0 additions & 1 deletion docker/ubuntu-22.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ apt-get install -y --no-install-recommends \
doxygen \
git \
graphviz \
libavdevice-dev \
libayatana-appindicator3-dev \
libboost-filesystem-dev=1.74.* \
libboost-locale-dev=1.74.* \
Expand Down
3 changes: 0 additions & 3 deletions docs/source/building/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Install Requirements
sudo apt update && sudo apt install \
build-essential \
cmake \
libavdevice-dev \
libayatana-appindicator3-dev \
libboost-filesystem-dev \
libboost-locale-dev \
Expand Down Expand Up @@ -98,7 +97,6 @@ Install Requirements
build-essential \
cmake \
libappindicator3-dev \
libavdevice-dev \
libboost-filesystem-dev \
libboost-locale-dev \
libboost-log-dev \
Expand Down Expand Up @@ -140,7 +138,6 @@ Install Requirements
gcc-11 \
g++-11 \
libappindicator3-dev \
libavdevice-dev \
libboost-filesystem-dev \
libboost-locale-dev \
libboost-log-dev \
Expand Down
Loading