Skip to content

Releases: ErisLoona/Manga-Library-Manager

v3.1.1

26 Dec 12:54
Compare
Choose a tag to compare
  • Fixed a bug which created an invalid EPUB file or caused the downloader to go in an infinite loop when multiple scanlations of the same chapter were selected
  • The downloader will no longer show external chapters with no pages on MangaDex as options
  • The downloader will no longer overwrite the tags of mangas that are being updated to preserve custom tags

For the Linux release please make sure that the file is marked as executable! Here is a generic Linux guide.

For the MacOS releases please right click (or control-click) the file and select Open.

The files are bigger because they're built as self-contained, so you don't have to install the .NET runtime.

ko-fi

v3.1

16 Dec 13:49
Compare
Choose a tag to compare
  • Fixed a crash that occurred when clicking the Select All button in the Add from Library window
  • The program will now add the manga's description in the epub file as the description
  • The program will now more accurately show the number of new chapters in bulk update checking (before it was just using maths, now it actually counts the number of new chapters, this especially affects mangas with a lot of decimal chapter numbers)
  • The program will now indicate to the user that they should add a link for mangas added from an external file
  • Fixed a bug that caused the Delete Entry button and the Download New Chapters button to behave unpredictably when filtering
  • Fixed a crash that occurred when an API error was encountered while checking for updates in bulk
  • Fixed a small bug in the Edit Metadata window that kept the Update Cover button enabled when there was no link set
  • Fixed a small bug that allowed a manga to be checked in bulk when it had no link set
  • Error handling improvements

For the Linux release please make sure that the file is marked as executable! Here is a generic Linux guide.

For the MacOS releases please right click (or control-click) the file and select Open.

The files are bigger because they're built as self-contained, so you don't have to install the .NET runtime.

ko-fi

v3.0.1

05 Dec 09:38
Compare
Choose a tag to compare
  • Fixed a crash that occurred when attempting to add a manga with no chapters
  • Fixed several other smaller bugs with regards to error handling
  • Added a search bar to the Add from Library window

For the Linux release please make sure that the file is marked as executable! Here is a generic Linux guide.

For the MacOS releases please right click (or control-click) the file and select Open.

The files are bigger because they're built as self-contained, so you don't have to install the .NET runtime.

ko-fi

v3.0

27 Nov 13:54
ca04169
Compare
Choose a tag to compare
  • Complete rewrite and revamp in AvaloniaUI! The program is now cross-platform ^-^ (sorry if it breaks some muscle memory)
    • This is drop-in replacement, you don't have to do anything extra
    • Version is 3.0 because the library .json structure is different, but the program will adapt the old one
  • You can now queue mangas in the Downloader, both updates and new downloads can be added; the program will just go through them sequentially
    • You can update all your existing mangas to get the new manga metadata for them
    • Can now update the cover image and title
  • New metadata available
    • The program will now get the description, status and rating from MangaDex; you can update them individually or all at once from the new Edit Metadata window
    • You can also quickly update the cover image from there
  • Much prettier and more intuitive filtering, featuring shiny new three state check boxes, just like on MangaDex
  • Updated icon
  • Generally prettified (imo)
    • Still aggressively pink

For the Linux releases please make sure that the file is marked as executable! Here is a generic Linux guide.

For the MacOS releases please right click (or control-click) the file and select Open.

The files are bigger because they're built as self-contained, so you don't have to install the .NET runtime.

As a note, the old versions of the program contain the now-deprecated package DotNetZip, which has these High and Critical Level security vulnerabilities.

I am super proud of this rewrite, hope you will like it too!

ko-fi

v2.3

23 Aug 08:49
Compare
Choose a tag to compare
  • Added a drop-down that allows choosing between preferring scanlation groups based on who translated most chapters in the entire manga and most up to each chapter, defaulting to most in manga; the user can freely switch between modes to see which one they prefer
  • Fixed a minor bug that prevented the download button from correctly updating to indicate download progress

ko-fi

v2.2.1

10 Aug 16:42
Compare
Choose a tag to compare
  • Fixed a bug where after updating a manga, trying to download a new manga showed the window in its update state
  • Fixed the wrong tooltip being displayed for the Download a Manga button
  • Fixed a bug with the MangaDex report
  • Fixed a bug which made it so checking for updates was disabled no matter the user's choice on first startup

ko-fi

v2.2

18 Jun 17:46
Compare
Choose a tag to compare
  • The program can now optionally check for updates
  • Added bulk (de)selection in the downloader; the user can select a chapter, hold shift and select another chapter, this will invert the selection of every chapter in between - as an example, if chapters 1 through 10 were all selected and I wanted to exclude them all I can select chapter 1, hold shift and select chapter 10; this will lead to chapters 1 through 10 inclusive to be deselected; please keep in mind that this inverts the selection
  • After the download itself has finished in the downloader, the cancel button will indicate that the program is creating the archive; this is to alleviate any worries with regards to the program temporarily not responding while creating the archive
  • The program will now remember if it was maximized and will restore that on launch; this is on a per-system basis

ko-fi

v2.1

17 Jun 09:15
Compare
Choose a tag to compare
  • Fixed a bug that would cause a crash when the last chapter of a manga had multiple scanlations
  • Fixed a bug that would render a .epub unreadable if it had a depth of 1 in the toc.ncx and was updated
  • Added a couple try - catches to cover possible edge cases

v2.0.2

13 Jun 07:47
Compare
Choose a tag to compare
  • Fixed a bug with the chapters sometimes being listed wrong in the description, leading to the last chapter read by the program being wrong. If this bothers you, please re-download the affected mangas or edit the content.opf yourself. Apparently rounding middle values when converting from Decimal to Int32 always returns the even number; news to me
  • Fixed a bug with the last chapter being set to the actual last chapter irrespective of the last one downloaded

v2.0.1

06 Jun 13:43
Compare
Choose a tag to compare

Small bugfixes

  • Fixed bug in how the time it took to download the page files was calculated
  • Fixed wording (biggest problem of them all)