Skip to content

Commit

Permalink
Update CHANGELOG (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkozyra95 authored Feb 3, 2025
1 parent 8203753 commit 837a50f
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,22 @@

### 💥 Breaking changes

- Drop support for `SHADER_UNUSED_VERTEX_OUTPUT` `wgpu` feature. ([#733](https://github.com/software-mansion/live-compositor/pull/733)) by [@jerzywilczek](https://github.com/jerzywilczek)
- Rename component properties describing color. Remove `_rgba` suffix. ([#896](https://github.com/software-mansion/live-compositor/issues/896)) by [@BrtqKr](https://github.com/BrtqKr)
- Replace the `LIVE_COMPOSITOR_OUTPUT_SAMPLE_RATE` configuration environment variable with `LIVE_COMPOSITOR_MIXING_SAMPLE_RATE`. The output sample rate is now determined using encoder options on `register_output`. Change the default output sample rate for AAC codec to 44100 Hz. ([#925](https://github.com/software-mansion/live-compositor/pull/925) by [@WojciechBarczynski](https://github.com/WojciechBarczynski)).
- Drop support for `SHADER_UNUSED_VERTEX_OUTPUT` `wgpu` feature. ([#733](https://github.com/software-mansion/live-compositor/pull/733) by [@jerzywilczek](https://github.com/jerzywilczek))
- Rename component properties describing color. Remove `_rgba` suffix. ([#896](https://github.com/software-mansion/live-compositor/issues/896) by [@BrtqKr](https://github.com/BrtqKr))
- Replace the `LIVE_COMPOSITOR_OUTPUT_SAMPLE_RATE` configuration environment variable with `LIVE_COMPOSITOR_MIXING_SAMPLE_RATE`. The output sample rate is now determined using encoder options on `register_output`. Change the default output sample rate for AAC codec to 44100 Hz. ([#925](https://github.com/software-mansion/live-compositor/pull/925) by [@WojciechBarczynski](https://github.com/WojciechBarczynski))
- Change prefix of all environment variables `LIVE_COMPOSITOR_``SMELTER_`. ([#941](https://github.com/software-mansion/live-compositor/pull/941) by [@wkozyra95](https://github.com/wkozyra95))

### ✨ New features

- Add `loop` option for MP4 input. ([#699](https://github.com/software-mansion/live-compositor/pull/699) by [@WojciechBarczynski](https://github.com/WojciechBarczynski))
- Add `LIVE_COMPOSITOR_LOG_FILE` environment variable to enable logging to file ([#853](https://github.com/software-mansion/live-compositor/pull/853) by [@wkozyra95](https://github.com/wkozyra95))
- Add border, border radius and box shadow options to `Rescaler` and `View` components. ([#815](https://github.com/software-mansion/live-compositor/pull/815) by [@WojciechBarczynski](https://github.com/WojciechBarczynski), ([#839](https://github.com/software-mansion/live-compositor/pull/839), [#842](https://github.com/software-mansion/live-compositor/pull/842), [#858](https://github.com/software-mansion/live-compositor/pull/858) by [@wkozyra95](https://github.com/wkozyra95))
- Extend supported color formats. ([#896](https://github.com/software-mansion/live-compositor/issues/896)) by [@BrtqKr](https://github.com/BrtqKr)
- Add border, border radius and box shadow options to `Rescaler` and `View` components. ([#815](https://github.com/software-mansion/live-compositor/pull/815) by [@WojciechBarczynski](https://github.com/WojciechBarczynski)), ([#839](https://github.com/software-mansion/live-compositor/pull/839), [#842](https://github.com/software-mansion/live-compositor/pull/842), [#858](https://github.com/software-mansion/live-compositor/pull/858) by [@wkozyra95](https://github.com/wkozyra95))
- Extend supported color formats. ([#896](https://github.com/software-mansion/live-compositor/issues/896) by [@BrtqKr](https://github.com/BrtqKr))
- Allow specifying output sample rates per output in `register_output` requests. ([#925](https://github.com/software-mansion/live-compositor/pull/925) by [@WojciechBarczynski](https://github.com/WojciechBarczynski))
- Add WHIP server as an input. ([#881](https://github.com/software-mansion/live-compositor/pull/881) by [@wkazmierczak](https://github.com/wkazmierczak))
- Add WHIP client as an output. ([#834](https://github.com/software-mansion/live-compositor/pull/834) by [@wkazmierczak](https://github.com/wkazmierczak), [@brzep](https://github.com/brzep))
- Add Vulkan based hardware decoder. ([#803](https://github.com/software-mansion/live-compositor/pull/803), [#875](https://github.com/software-mansion/live-compositor/pull/875) by [@jerzywilczek](https://github.com/jerzywilczek))
- Add padding options to `View` component. ([#931](https://github.com/software-mansion/live-compositor/pull/931) by [@noituri](https://github.com/noituri))

### 🐛 Bug fixes

Expand All @@ -25,6 +30,8 @@

- Automatically rename file under the output path for MP4 output if it already exists. ([#684](https://github.com/software-mansion/live-compositor/pull/684) by [@WojciechBarczynski](https://github.com/WojciechBarczynski))
- Make `video.encoder.preset` optional in the output register. ([#782](https://github.com/software-mansion/live-compositor/pull/782) by [@WojciechBarczynski](https://github.com/WojciechBarczynski))
- Use FFmpeg option `-movflags faststart` when creating **\*.mp4** files. ([#807](https://github.com/software-mansion/live-compositor/pull/807) by [@jerzywilczek](https://github.com/jerzywilczek))
- Return **\*.mp4** duration when registering inputs. ([#890](https://github.com/software-mansion/live-compositor/pull/890) by [@wkozyra95](https://github.com/wkozyra95))

## [v0.3.0](https://github.com/software-mansion/live-compositor/releases/tag/v0.3.0)

Expand Down

0 comments on commit 837a50f

Please sign in to comment.