Skip to content

Commit

Permalink
0.9.9.21
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
ImAiiR committed Aug 15, 2020
1 parent bcc81b8 commit e548bfe
Show file tree
Hide file tree
Showing 6 changed files with 205 additions and 23 deletions.
3 changes: 3 additions & 0 deletions QobuzDownloaderX/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@
<setting name="typeTag" serializeAs="String">
<value>True</value>
</setting>
<setting name="savedMaxLength" serializeAs="String">
<value>36</value>
</setting>
</QobuzDownloaderX.Properties.Settings>
</userSettings>
</configuration>
111 changes: 100 additions & 11 deletions QobuzDownloaderX/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e548bfe

Please sign in to comment.