Update to 1.5
This commit is contained in:
22
App.config
22
App.config
@ -74,10 +74,28 @@
|
||||
<value>13</value>
|
||||
</setting>
|
||||
<setting name="MainWindowTop" serializeAs="String">
|
||||
<value>100</value>
|
||||
<value>10</value>
|
||||
</setting>
|
||||
<setting name="MainWindowLeft" serializeAs="String">
|
||||
<value>100</value>
|
||||
<value>10</value>
|
||||
</setting>
|
||||
<setting name="RadiosWindowTop" serializeAs="String">
|
||||
<value>10</value>
|
||||
</setting>
|
||||
<setting name="RadiosWindowLeft" serializeAs="String">
|
||||
<value>1000</value>
|
||||
</setting>
|
||||
<setting name="ShuffleWindowTop" serializeAs="String">
|
||||
<value>10</value>
|
||||
</setting>
|
||||
<setting name="ShuffleWindowLeft" serializeAs="String">
|
||||
<value>330</value>
|
||||
</setting>
|
||||
<setting name="SettingsWindowTop" serializeAs="String">
|
||||
<value>330</value>
|
||||
</setting>
|
||||
<setting name="SettingsWindowLeft" serializeAs="String">
|
||||
<value>600</value>
|
||||
</setting>
|
||||
</unison.Properties.Settings>
|
||||
</userSettings>
|
||||
|
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,5 +1,22 @@
|
||||
# Changelog
|
||||
|
||||
## v1.5
|
||||
|
||||
*Released: 09/06/2025*
|
||||
|
||||
* Windows 11 compatibility
|
||||
* Shuffle button: add "clear queue" and "play queue" buttons
|
||||
* Hide windows when clicking corresponding buttons, if they were visible
|
||||
* Fix: add security to QueryStats response to avoid crashes
|
||||
* Fix: regression in Systray text display
|
||||
* Fix: clipboard copy crash
|
||||
* Update .NET (6.0 to 8.0)
|
||||
* Update Snapcast (0.26.0.1 to 0.31)
|
||||
* Update MpcNET (1.4.0 to 1.6.6)
|
||||
* Update RadioBrowser (0.6.1 to 0.7)
|
||||
* Update AutoUpdater.NET (1.7.6 to 1.9.2)
|
||||
* Update NotifyIcon.Wpf (1.1.0 to 2.0.1)
|
||||
|
||||
## v1.4
|
||||
|
||||
*Released: 09/12/2022*
|
||||
|
@ -1,5 +1,5 @@
|
||||
#define Name "unison"
|
||||
#define Version "1.4"
|
||||
#define Version "1.5"
|
||||
#define Snapcast "snapcast_0.31"
|
||||
#define Publisher "Th<54>o Marchal"
|
||||
#define URL "https://github.com/ZetaKebab/unison"
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>1.3.1.0</version>
|
||||
<url>https://github.com/ZetaKebab/unison/releases/download/v1.3.1/unison-v1.3.1.zip</url>
|
||||
<version>1.5.0.0</version>
|
||||
<url>https://github.com/ZetaKebab/unison/releases/download/v1.5/unison-v1.5.zip</url>
|
||||
<changelog>https://raw.githubusercontent.com/ZetaKebab/unison/main/CHANGELOG.md</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
</item>
|
@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
<Platform>Any CPU</Platform>
|
||||
<PublishDir>publish\</PublishDir>
|
||||
<PublishProtocol>FileSystem</PublishProtocol>
|
||||
<TargetFramework>net6.0-windows</TargetFramework>
|
||||
<TargetFramework>net8.0-windows</TargetFramework>
|
||||
<SelfContained>false</SelfContained>
|
||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||
<PublishSingleFile>true</PublishSingleFile>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<ApplicationIcon>Resources\icon-full.ico</ApplicationIcon>
|
||||
<Win32Resource></Win32Resource>
|
||||
<StartupObject>unison.App</StartupObject>
|
||||
<Version>1.4-dev</Version>
|
||||
<Version>1.5</Version>
|
||||
<Company />
|
||||
<Authors>Théo Marchal</Authors>
|
||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||
@ -15,6 +15,7 @@
|
||||
<RepositoryUrl>https://github.com/ZetaKebab/unison</RepositoryUrl>
|
||||
<Copyright>Théo Marchal</Copyright>
|
||||
<PackageIconUrl />
|
||||
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Reference in New Issue
Block a user