Skip to content

Commit

Permalink
chore: release mmserver-v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Jan 30, 2025
1 parent 3d43cba commit 8f838aa
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 7 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [mmserver-v0.7.1] - 2025-01-30

### New Features

- Let the encoder swap frames (b519680e3e8c552874f53cd88e98859e90698ac8)

### Bugfixes

- Update quiche (c3d1e0080c1040151ecdc08e85584ff267f6eed6)
- Remove an extra copy on the dgram path (0d204fa2549f4fd9abc804f4996f8fe11162e67b)
- Fix clippy warning (7b041bbff7c908e57928d621ad74751bb7b76355)
- Respect layer limits in VkVideoEncodeCapabilities (ce515b4d85b8af4da83a3fed0281f907e28253b1)
- Print child logs correctly (e8cd88fb344ec74398eae09e757589700de3bff3)
- Print an error when dmabuf importing fails (112d48d706fc19ce8882e2767c33672e7a044527)
- Change target for vulkan error logs (641f51675a572402710fe3ee2ff0721857228ab9)
- Add context (7572ac6a5131486f6d4cf6951742eea9c0f24d25)
- Use the default congestion control algorithm (7245e624f785b2b01e0b5da507380a88121de542)
- Get explicit sync working on NVIDIA (8d5786445e56629c67338258b1bc8cc7debb410e)
- Remove unused import (df03d5d38236b325e826b998cef26ea2d9008e75)
- Fix explicit sync on nvidia proprietary (8f806b233f537395d72de6e06d3861e73963bec2)
- Check for the right nvidia version (08b6462a320ee76eabaf4387c354a1a6634ec8df)
- Fix explicit sync on nvidia proprietary (3c70a79cda9cc545acf665ccacc495ed30f3440a)

## [mmclient-v0.6.0] - 2025-01-26

### New Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This is a game streaming and remote desktop tool for Linux hosts, featuring:
### Quick Links

- [Documentation Book](https://colinmarc.github.io/magic-mirror)
- [Latest Server Release [mmserver-v0.7.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.7.0)
- [Latest Server Release [mmserver-v0.7.1]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.7.1)
- [Latest CLI Client Release [mmclient-v0.6.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.6.0)
- [Latest macOS Client Release](https://github.com/colinmarc/magic-mirror-swiftui/releases/latest)
- [Discord](https://discord.gg/v22G644DzS)
2 changes: 1 addition & 1 deletion docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ an open-source game streaming and remote desktop tool for linux hosts.

These links always point to the latest release.

- 💾 [Server [mmserver-v0.7.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.7.0)
- 💾 [Server [mmserver-v0.7.1]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.7.1)
- 💾 [Command-Line Client [mmclient-v0.6.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.6.0)
- 💾 [macOS GUI Client](https://github.com/colinmarc/magic-mirror-swiftui/releases/latest)

Expand Down
6 changes: 3 additions & 3 deletions docs/content/setup/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ toc = true

## Quickstart

First, grab [the latest server release](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.7.0) and untar it somewhere:
First, grab [the latest server release](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.7.1) and untar it somewhere:

```sh
curl -fsSL "https://github.com/colinmarc/magic-mirror/releases/download/mmserver-v0.7.0/mmserver-v0.7.0-linux-amd64.tar.gz" \
curl -fsSL "https://github.com/colinmarc/magic-mirror/releases/download/mmserver-v0.7.1/mmserver-v0.7.1-linux-amd64.tar.gz" \
| tar zxv
cd mmserver-v0.7.0
cd mmserver-v0.7.1
```

Then, create a [configuration file](@/reference/config.md) with at least one application definition:
Expand Down
2 changes: 1 addition & 1 deletion mm-server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mm-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "mm-server"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
publish = false

Expand Down

0 comments on commit 8f838aa

Please sign in to comment.