Skip to content

Commit

Permalink
chore: bump mmserver to mmserver-v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc authored and github-actions[bot] committed Aug 2, 2024
1 parent 3d667bd commit 803dc62
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [mmserver-v0.4.0] - 2024-08-02

### New Features

- Rewrite compositor from scratch (945a7793abbbc377f8c9ad1a852715203a16b097)
- Allow attachments to be configured for HDR10 output (0c4b85af422378881f550f61882439b1a4abade1)
- Support streaming in HDR (713dbbdce931e0ba98cc51bf144a2fe26dd9e2a1)

### Bugfixes

- Improve compositor error messages with s/client/app (e5b24afe2ccd8ce77f74a5732a2e02f723256cda)

## [mmclient-v0.3.0] - 2024-08-02

### New Features
Expand Down
2 changes: 1 addition & 1 deletion LICENSES/BUSL-1.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that
functionality of the Licensed Work, thereby utilizing
graphics processing hardware owned or operated by you.

Change Date: 2028-05-01
Change Date: 2028-08-01
Change License: MIT License

For information about alternative licensing arrangements for the Software,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<p align="center" style="font-size:0.9em">
<i>server download:</i> <a href="https://github.com/colinmarc/magic-mirror/releases/download/mmserver-v0.3.0/mmserver-v0.3.0-linux-amd64.tar.gz">linux-amd64</a>
<i>server download:</i> <a href="https://github.com/colinmarc/magic-mirror/releases/download/mmserver-v0.4.0/mmserver-v0.4.0-linux-amd64.tar.gz">linux-amd64</a>
<i>client download:</i> <a href="https://github.com/colinmarc/magic-mirror/releases/download/mmclient-v0.3.0/mmclient-v0.3.0-linux-amd64.tar.gz">linux-amd64</a> • <a href="https://github.com/colinmarc/magic-mirror/releases/download/mmclient-v0.3.0/mmclient-v0.3.0-darwin-arm64.tar.gz">darwin-arm64</a>
</p>

Expand Down
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.3.0"
version = "0.4.0"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 803dc62

Please sign in to comment.