We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3d0f0 commit 548aac2Copy full SHA for 548aac2
ChangeLog.md
@@ -1,4 +1,7 @@
1
-# Changes in v0.3 (not released)
+# Changes in v0.4 (not released)
2
+
3
4
+# Changes in v0.3 (released 2025-02-28)
5
- Add support for UpDown volume type and new volume commands
6
- Add support for output device configuration
7
- Add support for PlayOrPause command
Directory.Build.props
@@ -5,7 +5,7 @@
<TargetFramework>net8.0</TargetFramework>
<LangVersion>12</LangVersion>
<Nullable>enable</Nullable>
8
- <Version>0.3.0</Version>
+ <Version>0.4.0-dev</Version>
9
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
10
<IsPackable>False</IsPackable>
11
<IsPublishable>False</IsPublishable>
0 commit comments