Releases: ErisLoona/Manga-Library-Manager
Releases · ErisLoona/Manga-Library-Manager
v3.1.1
- 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.
v3.1
- 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.
v3.0.1
- 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.
v3.0
- 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!
v2.3
- 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
v2.2.1
- 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
v2.2
- 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
v2.1
v2.0.2
- 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