Skip to content

Releases: ImAiiR/QobuzDownloaderX

Version 1.0.1.0

04 Dec 18:50
Compare
Choose a tag to compare

Small bug fix and language addition, that is all, merry christmas

  • Added German language option (thanks @TheParaTiger!)
  • Fixed issue where returned released_at API values would exceed the int32 limit, causing an error.

Version 1.0.0.9

24 Nov 00:46
Compare
Choose a tag to compare

Mainly fixed up issues relating to translations, along with adding translations! Hopefully nothing is broken, lol

  • Added language options for Russian (thanks @Kuzmich55!) and Simplified Chinese (thanks @MxqingDesign!)
  • Added update checks for languages (checks for updates on GitHub for included languages)
  • Added missing translation values for 2 labels.
  • Added font option for translation JSON files, in case the regular font looks bad in another language. Must be a font included with Windows by default.
  • Changed a few buttons to auto size for translations.
  • Fixed check to see if search textbox was the placeholder when using other languages.
  • Moved all logging into a single file with timestamp, instead of splitting logging between forms.
  • Are translation updates needed? If using a custom translation not added to QBDLX yet, yes. Otherwise, use the ones included in release are up to date.

Version 1.0.0.8

17 Nov 18:23
Compare
Choose a tag to compare
  • Made templates case-insensitive (which also fixed a typo from before)
  • Redesigned how release info is displayed on downloader panel
  • Added languages, user translations can be submitted through GitHub issues
  • Added language selection in addition settings (English only at the moment)
  • Moved tagging options into a panel for easier updates with translations
  • Fixed up theming for inverting image colors & changing image
  • Rewrote more code
  • Removed unnecessary usings

Hopefully everything is all set up properly for languages, I tested everything I could with the time I had, and pushing this update right before I head out to run errands. If things are broken, I'm sure you guys will let me know, lol.

Version 1.0.0.7

06 Nov 17:58
Compare
Choose a tag to compare
  • Added a themes.json file in main directory for theming
  • Added the ability to swap themes in additional settings
  • Fixed user info not printing in about panel if subscription is expired
  • Rewrote some code, mainly for better readability

If you'd like to try to make a custom theme, feel free to show it off by sending the json for it, maybe I'll make a wiki page for user themes!
Anyways hi, update for you, bye

Version 1.0.0.6

04 Nov 03:33
Compare
Choose a tag to compare

Bug fixes because I'm dumb, plus a small addition

  • Fixed issue with renaming templates failing (misplaced code outside of null check)
  • Fixed custom comment checkbox selection and text not being loaded on form load
  • Added new templates %BitDepth%, %SampleRate%, %TrackBitDepth% & %TrackSampleRate%

Version 1.0.0.5

02 Nov 17:54
Compare
Choose a tag to compare

Beep boop, new update, merry christmas

  • Added back the ability to use custom comments for tags
  • Added %Description% template tag to be used for comments if desired
  • Added %FormatWithQuality% and %TrackFormatWithQuality% templates as an alternative to the Hi-Res version
  • Added extra parental warning templates to use [] enclosures instead of (). Default templates still use ()
  • Fixed an incorrect template for tracks (relating to %TrackFormatWithHiResQuality%)
  • Fixed issue with releases with 1 main artist with more featured artists having their name duplicated
  • Fixed failing downloads if API returns track performer as null (didn't know this could happen)
  • Removed extra quality selection buttons in settings in favor of the quick quality selector at the top

Version 1.0.0.4

27 Oct 03:00
Compare
Choose a tag to compare

Bigger update this time, but have been busy and kinda had to rush testing and stuff, so please tell me if you find something wrong!

  • Added explicit tag (listed as [E]) to search results for releases/tracks that Qobuz lists with a parental warning
  • Added download percentage progress and download speed (speed can be enabled in additional settings)
  • Added check for multiple main artists for releases, to tag and display them all
  • Added more templates
  • Fixed issue with some goodies failing to save because of illegal characters in file name
  • Fixed user info returning null and giving errors if logging in with a family account
  • Fixed double spaces on record labels for tagging and templates

Version 1.0.0.3

21 Oct 20:53
Compare
Choose a tag to compare

Took some time recently to get searching added, and to add logging for resolving issues! Hopefully didn't add any bugs alongside these additions, lol

  • Added a search section so users can search for releases or tracks directly from the program!
  • Added the ability to move the forms by clicking and dragging (forgot to add this back, whoops)
  • Added logging for more help with solving bugs or issues. These can be found in the logs folder when the program writes them.

If you run into that issue where you get error popups as reported in issues before, you can send a log, which should help me troubleshoot the issue! Yippie!

Version 1.0.0.2

17 Oct 01:20
Compare
Choose a tag to compare

Fixing up some more bugs and added some stuff, expect this again soon lol

  • Fixed login requests sometimes duplicating app IDs
  • Fixed the textboxes on the login form not changing properly (color and text) when leaving the textboxes or swapping to alternate login
  • Fixed an error asking for a User ID, even though the textbox is disabled and not required
  • Added a notification button on the login form for when there's updates, to remove the popup being constant if not updated

TO-DO (needs more research)

  • Find what is causing the null error on main form being loaded, even when the program still runs correctly when ignored (Don't have an account that gives this issue to test with)

Thanks for submitting to issues with bug reports and error messages! Will keep updating when I can and have free time!

Version 1.0.0.1

16 Oct 04:00
Compare
Choose a tag to compare

Fixing up and adding some stuff to make it launch a bit quicker!

  • Fixed login issues (hopefully)
  • Added the ability to use custom app IDs and app secrets. Click the text for it on the login form.
  • Program now caches app IDs and app secrets when generated, clear fields in custom area to get newly generated values.

Thanks to those who created issues to notify me of the login issues. Took awhile to debug because it seems like I got IP banned, lmao.