This repository has been archived by the owner on May 19, 2024. It is now read-only.
Releases: wanjohiryan/warp
Releases · wanjohiryan/warp
[Deprecated] - v0.5.1
What's Changed
Superseded by netris
v0.5.0 - Alpha
What's Changed
🚀New Features
- Add warp relay server (#158) @wanjohiryan
- Add a new UI (#113) @wanjohiryan
- Add gamepad uinput (#96) @wanjohiryan
- Run wine in a non-root prefix (#97) @wanjohiryan
- Add an entrypoint for running an executable (#92) @wanjohiryan
🐜 Bug Fixes
- Fix ghcr workflow (#159) @wanjohiryan
- Update ghcr token (#129) @wanjohiryan
- Undo last commit :( (#103) @wanjohiryan
- Fix vulkan and ffmpeg installation (#90) @wanjohiryan
- Remove-x264 as it is no longer maintained (#91) @wanjohiryan
🧰 Maintenance
- Remove unnecessary stuff (#160) @wanjohiryan
- Add warp binaries on release (#152) @wanjohiryan
- Fix windows build flow on pull request (#151) @wanjohiryan
- Add git submodules (#150) @wanjohiryan
- Update
worflows/dependabot.yaml
(#131) @wanjohiryan - Sync to
kixelated/moq-rs
(#128) @wanjohiryan - Remove all unnecessary code from
docker/base
(#130) @wanjohiryan - Remove all
deprecated
Golang code (#127) @wanjohiryan - Build UI on pull request (#99) @wanjohiryan
- Don't run workflow on
.github
folder change (#100) @wanjohiryan - Run game on button press rather than on startup (#98) @wanjohiryan
- Build warp-go separately (#89) @wanjohiryan
- Fix
warp:brave-x264:latest
tag (#76) @wanjohiryan
Other changes
- Update ReadMe (#142) @wanjohiryan
- Build rust code on pull-request (#132) @wanjohiryan
⬆ Version Upgrades
15 changes
- Bump moq-server from
5e4eb42
to0bdcd7a
(#165) @dependabot - Bump moq-server from
43a2ed1
to5e4eb42
(#164) @dependabot - Bump moq-server from
35c2127
to43a2ed1
(#163) @dependabot - Bump docker/setup-buildx-action from 2 to 3 (#157) @dependabot
- Bump docker/build-push-action from 4 to 5 (#156) @dependabot
- Bump docker/metadata-action from 4 to 5 (#155) @dependabot
- Bump docker/login-action from 2 to 3 (#154) @dependabot
- Bump moq-server from
90818ac
to35c2127
(#153) @dependabot - Bump github.com/kixelated/invoker from 1.0.0 to 1.0.2 (#122) @dependabot
- Bump @types/react from 18.0.33 to 18.0.35 in /internal/ui (#105) @dependabot
- Bump typescript from 4.9.5 to 5.0.3 in /internal/ui (#86) @dependabot
- Bump esbuild from 0.17.11 to 0.17.15 in /internal/ui (#87) @dependabot
- Build certs automatically (#95) @wanjohiryan
- Bump actions/setup-go from 3 to 4 (#93) @dependabot
- Bump @types/react from 18.0.28 to 18.0.33 in /internal/ui (#94) @dependabot
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
🚀New Features
- Add script to install nvidia utilities for warp (#69) @wanjohiryan
- Update license to MPL v2.0 (#61) @wanjohiryan
- Support nvidia hardware acceleration (#60) @wanjohiryan
🐜 Bug Fixes
- Fix log handling in bash (#74) @wanjohiryan
- Fix nvidia installation script (#70) @wanjohiryan
- Fix CUDA compatibility issue (#73) @wanjohiryan
- Downgrade Cuda to v11.7 (#72) @wanjohiryan
- Fix
warp/nvenc
entrypoint.sh (#65) @wanjohiryan - Fix release drafter being called on release (#55) @wanjohiryan
🧰 Maintenance
- Docker run test for
warp:nvenc
(#75) @wanjohiryan
Other changes
- Fix releases (#64) @wanjohiryan
- Fix
latest
image tag (#63) @wanjohiryan
⬆ Version Upgrades
- Fix CUDA compatibility issue (#73) @wanjohiryan
- Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 (#66) @dependabot
- Bump github.com/abema/go-mp4 from 0.10.0 to 0.10.1 (#71) @dependabot
- Bump golang.org/x/crypto from 0.0.0-20210921155107-089bfa567519 to 0.1.0 (#68) @dependabot
- Bump esbuild from 0.17.10 to 0.17.11 in /internal/ui (#62) @dependabot
- Bump esbuild from 0.17.8 to 0.17.10 in /internal/ui (#59) @dependabot
- Bump actions/download-artifact from 2 to 3 (#56) @dependabot
- Bump actions/upload-artifact from 2 to 3 (#57) @dependabot
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
🥳🥳🥳 We are almost there, only thing remaining is uinput support (#54)
🚀New Features
- Update example to use brave plus update pull request error handling (#48) @wanjohiryan
- Drop supervisor and use
tini
(#45) @wanjohiryan
🐜 Bug Fixes
- Fix pull-request job not getting triggered (#40) @wanjohiryan
- Fix docker push not working on release event (#34) @wanjohiryan
🧰 Maintenance
- Refactor codebase for better navigation (#53) @wanjohiryan
- Update example to use brave plus update pull request error handling (#48) @wanjohiryan
- Drop dockerhub support (#38) @wanjohiryan
📖 Documentation
- Update docs to remove dockerhub (#39) @wanjohiryan
⬆ Version Upgrades
- Bump @types/react-dom from 18.0.10 to 18.0.11 in /internal/ui (#52) @dependabot
- Bump esbuild from 0.17.6 to 0.17.8 in /internal/ui (#50) @dependabot
- Bump @types/react from 18.0.27 to 18.0.28 in /internal/ui (#51) @dependabot
- Bump json5 from 2.2.1 to 2.2.3 in /internal/ui (#47) @dependabot
- Bump terser from 5.14.0 to 5.16.3 in /internal/ui (#46) @dependabot
- Bump esbuild from 0.17.4 to 0.17.6 in /internal/ui (#44) @dependabot
- Bump typescript from 4.9.4 to 4.9.5 in /internal/ui (#37) @dependabot
- Bump docker/build-push-action from 3 to 4 (#36) @dependabot
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
🐜 Bug Fixes
- Bump ffmpeg to v5 (#29) @wanjohiryan
- Fix go tests not working on pull-request (#28) @wanjohiryan
🧰 Maintenance
- Create workflow to label prs (#33) @wanjohiryan
Other changes
- Fix docker and ghcr versioning (#32) @wanjohiryan
- Remove go testing temporarily (#30) @wanjohiryan
- Update Readme to highlight the change in the project's goals (#27) @wanjohiryan
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
🚀New Features
- Drop debian in favor of ubuntu:20.04 (#24) @wanjohiryan
- Create base docker image (#13) @wanjohiryan
🐜 Bug Fixes
- Fix warp crushing too early on missing .mpd file (#25) @wanjohiryan
- Extend probesize for ffmpeg (#23) @wanjohiryan
- Change supervisord permissions (#22) @wanjohiryan
- Fix typo error in docker imports (#18) @wanjohiryan
🧰 Maintenance
- Write simple go tests (#26) @wanjohiryan
- Rename h264 to x264 (#17) @wanjohiryan
Other changes
- Fix USER env and x264 typo (#21) @wanjohiryan
- Fix gitignore (#20) @wanjohiryan
- Create h264 example with chrome (#16) @wanjohiryan
- Update tests for chrome example (#15) @wanjohiryan
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
🧰 Maintenance
- Create first release (#12) @wanjohiryan
Other changes
- New workflows to push image to ghcr and dockerhub (#14) @wanjohiryan
- Create examples to use Warp (#4) @wanjohiryan
- Update Readme (#2) @wanjohiryan
- Create dependabot.yml (#3) @wanjohiryan
- Use a single udp port (#1) @wanjohiryan
⬆ Version Upgrades
- Bump typescript from 4.7.3 to 4.9.4 in /internal/ui (#8) @dependabot
- Bump github.com/kixelated/invoker from 1.0.0 to 1.0.2 (#5) @dependabot
- Bump github.com/abema/go-mp4 from 0.8.0 to 0.10.0 (#6) @dependabot
- Bump parcel from 2.6.0 to 2.8.3 in /internal/ui (#11) @dependabot
Full Changelog: ...v0.1.0