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.0 #2274

Merged
merged 41 commits into from
Apr 7, 2024
Merged

v0.23.0 #2274

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
7534fa1
refactor(video): move encoder declarations to header (#2185)
ReenigneArcher Mar 16, 2024
8316f44
ci(linux): refactor linux build (#2275)
ReenigneArcher Mar 17, 2024
8777433
feat(i18n): add ui localization (#2279)
ReenigneArcher Mar 22, 2024
934f811
fix(i18n): match two__letters code to crowdin (#2289)
ReenigneArcher Mar 23, 2024
89e8b96
ci(tests): add test framework (#1603)
ReenigneArcher Mar 24, 2024
13aea3c
ci(windows): update devcon (#2296)
ReenigneArcher Mar 27, 2024
8eb3ea4
build(deps): bump rstcheck[sphinx] from 6.2.0 to 6.2.1 (#2299)
dependabot[bot] Mar 27, 2024
8f1692a
Add capture using WinRT Windows.Graphics.Capture API. (#2149)
tez011 Mar 28, 2024
1bd75bb
Correct typo in Chinese Simplified locale option (#2308)
lns103 Mar 28, 2024
de97eac
ci(codecov): update codecov default branch (#2313)
ReenigneArcher Mar 28, 2024
e5ef037
build(deps): bump packaging/linux/flatpak/deps/org.flatpak.Builder.Ba…
dependabot[bot] Mar 28, 2024
526121d
Populate host latency for kms/x11 grab (#2273)
KuleRucket Mar 28, 2024
3b6a59a
ci(macos): automatically determine default branch for homebrew formul…
ReenigneArcher Mar 28, 2024
2af0ce3
Revert "Add capture using WinRT Windows.Graphics.Capture API." (#2320)
ReenigneArcher Mar 29, 2024
ae71a6a
AMF: rate control improvements (#2251)
psyke83 Mar 30, 2024
2b059c6
fix(i18n): update localization docs and js strings (#2325)
ReenigneArcher Mar 30, 2024
376a282
fix(ui): could not submit pin due to localization updates (#2324)
ReenigneArcher Mar 30, 2024
991fab9
Add mising _win postfix (#2330)
FrogTheFrog Mar 30, 2024
1329c51
docs: update curl flag for macos portfile installation (#2337)
zanechua Mar 31, 2024
b4739b0
build(cmake): copy asset files to build dir (#2338)
ReenigneArcher Mar 31, 2024
9020c2c
build(cmake): build web-ui target with cmd instead of bash on windows…
ReenigneArcher Mar 31, 2024
6d1805b
docs(readme): use csv tables (#2341)
ReenigneArcher Mar 31, 2024
bb7c2d5
build(deps): bump third-party/build-deps from `6e23b58` to `efd3a38` …
dependabot[bot] Apr 1, 2024
a1edc24
fix(i18n): use correct key for welcome_success (#2354)
ReenigneArcher Apr 2, 2024
2da6fb0
fix(logging): add logging namespace and create logging::init method (…
ReenigneArcher Apr 3, 2024
73fe31d
build(deps): bump @fortawesome/fontawesome-free from 6.5.1 to 6.5.2 (…
dependabot[bot] Apr 3, 2024
e158878
build(linux): add ubuntu 24.04 (#2326)
ReenigneArcher Apr 4, 2024
699b2c1
build(linux)!: drop ubuntu 20.04 (#2327)
ReenigneArcher Apr 4, 2024
cd46565
ci(macos): do not always run tests for macports build (#2360)
ReenigneArcher Apr 4, 2024
89207a1
fix(docker): fix arm64 builds (#2368)
ReenigneArcher Apr 5, 2024
4fe3848
New Crowdin updates (#2290)
ReenigneArcher Apr 5, 2024
42b4192
build(deps): bump vue-i18n from 9.10.2 to 9.11.0 (#2361)
dependabot[bot] Apr 5, 2024
1ed22ab
build: fix ubuntu 24.04 deps (#2374)
ReenigneArcher Apr 6, 2024
59ce8de
build(cmake): add prep/init.cmake (#2375)
ReenigneArcher Apr 6, 2024
1e77d0a
build(docker): increase job timeout (#2376)
ReenigneArcher Apr 6, 2024
3c13027
build(linux)!: disable arm64 builds for Fedora (#2377)
ReenigneArcher Apr 6, 2024
b7aa811
fix(security): ensure unpairing takes effect without restart (#2365)
ReenigneArcher Apr 6, 2024
7f795f0
fix(linux/capture): fix logical comparison of texture size (#2349)
istori1 Apr 6, 2024
93e6223
Quote the path to sunshinesvc.exe when launching the termination help…
cgutman Apr 6, 2024
33ba03c
New Crowdin updates (#2372)
ReenigneArcher Apr 7, 2024
1a48244
chore: bump version to v0.23.0 (#2367)
ReenigneArcher Apr 7, 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
6 changes: 5 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@
# do not ignore .git, needed for versioning
!/.git

# do not ignore .rstcheck.cfg, needed to test building docs
!/.rstcheck.cfg

# ignore repo directories and files
docs/
docker/
gh-pages-template/
scripts/
tools/
crowdin.yml

# ignore dev directories
build/
cmake-*/
venv/

# ignore artifacts
Expand Down
Loading
Loading