Skip to content

Releases: audiamus/BookLibConnect

Version 0.13.1

06 Oct 08:20
Compare
Choose a tag to compare

Release Notes

  • Fix: Adding chapters to a book could cause a database constraint violation, if decryption finished at the same time. Database updates here are now channelled to the main thread. (#121)

Version 0.13

29 Sep 13:35
Compare
Choose a tag to compare

Obsolete. See latest release.

Release Notes

  • Added Audible region “Brazil” (#117).
  • More log output when changing profile (#40).

Version 0.12

05 Mar 16:59
Compare
Choose a tag to compare

Obsolete. See latest release.

Release Notes

  • Option to change the alias/display name for an existing profile (#79).

Version 0.11

27 Nov 15:51
Compare
Choose a tag to compare

Obsolete. See latest release.

Release Notes

  • No longer expects website_cookies from authorization response, to address issue with pre-Amazon accounts (#36)
  • Fix “.” (dot) handling in book titles. Generated file names with multiple dots will now be processed in full.
  • The state icons in the data grid views now come with a tooltip (#63).
  • Log extended exception message for database update errors.
  • Additional product filter to enforce uniqueness when downloading a larger library with multiple server calls.

Version 0.10

24 Jul 14:44
Compare
Choose a tag to compare

Obsolete. See latest release.

Release Notes

  • After Audible API change: Download quality choices reduced to two (#61).
  • Option to hide books not downloaded that are no longer in Audible server library but still
    in local database (#59).

Version 0.9

10 Jul 15:19
Compare
Choose a tag to compare

Obsolete. See latest release.

Release Notes

  • All Audible API JSON scalar fields are now nullable, to allow incomplete responses (#53, #54. #55).
  • A null response to an Audible API library call no longer marks books as deleted (#53, #54. #55).
  • Migrated to .Net 6 (#56).

Version 0.8

30 Apr 14:48
Compare
Choose a tag to compare

Obsolete. See latest release.

Release Notes

  • Better diagnostics for device registration issues with pre-Amazon accounts. (#36).
  • Another low level copying fix for Unicode filenames (#37).
  • Explicit hint in the New profile dialog on what the successful login page will look like.

Version 0.7

02 Apr 15:20
Compare
Choose a tag to compare

Obsolete. See latest release.

Release Notes

  • Device registration modified for pre-Amazon accounts (#36).
  • Access token update policy modified.
  • Bug fixes:
    • Reading/writing configuration,
    • tmp/log file maintenance.

Version 0.6

27 Mar 15:08
Compare
Choose a tag to compare

Obsolete. See latest release.

Release Notes

  • Resynchronization: Removing and re-adding books is profile-specific (#28).
  • AAXC and MB4 file names get a “stereo”/”mono” suffix.
  • Export enhancement for multi-part books with hierarchical chapter structure: Flattened chapter meta data will not repeat short chapters from previous parts, with conservative criteria (from #33).
  • Low level copying during export uses Unicode file names and has better error detection (#34).
  • A few additional log entries.

Version 0.5.1

23 Feb 18:14
Compare
Choose a tag to compare

Obsolete. See latest release.

Release Notes

  • Fix for Japanese region URL (#25).
  • Cosmetic: Alignment of GUI elements.