mirror of
https://github.com/NohamR/QobuzDownloaderX.git
synced 2026-05-17 12:27:11 +00:00
0.9.9.21
- Added another debug option for Re-enabling disabled buttons and checkboxes, for if anything goes wrong and they don't get re-enabled automatically. - Added a Hide button in debug options - Added a way for users to change the max length for filenames. There's a limit at 110 to avoid errors. If you still get errors with 110, just lower the value to download, but still create an issue with the error, and provide a link to the release, so I can check what a new limit should be. - Added a line of code before grabbing tags to set composer to `null`, as sometimes QBDLX would keep the old value from another release and use it for another.
This commit is contained in:
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("0.9.9.20")]
|
||||
[assembly: AssemblyFileVersion("0.9.9.20")]
|
||||
[assembly: AssemblyVersion("0.9.9.21")]
|
||||
[assembly: AssemblyFileVersion("0.9.9.21")]
|
||||
|
||||
12
QobuzDownloaderX/Properties/Settings.Designer.cs
generated
12
QobuzDownloaderX/Properties/Settings.Designer.cs
generated
@@ -442,5 +442,17 @@ namespace QobuzDownloaderX.Properties {
|
||||
this["typeTag"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("36")]
|
||||
public int savedMaxLength {
|
||||
get {
|
||||
return ((int)(this["savedMaxLength"]));
|
||||
}
|
||||
set {
|
||||
this["savedMaxLength"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -107,5 +107,8 @@
|
||||
<Setting Name="typeTag" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
<Setting Name="savedMaxLength" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">36</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user