Skip to content

Releases: JedBurke/DMR11

DMR11-0.22.0

13 Oct 14:59
Compare
Choose a tag to compare
DMR11-0.22.0 Pre-release
Pre-release

What's new

Proxy support has been re-implemented

It now works as it did in earlier versions of MangaRipper: In Options, set the host and port then the username and password.

'Get Chapters' progress

The chapter progress control has been replaced with a progress bar at the top of the main form.

Easily add chapters to the queue

Double-clicking the chapter in the chapter list now adds it to the download queue.

Removed

CloudFlareUtils dependency

CloudFlareUtils has been removed since it no longer serves a purpose in the application

DMR11-0.21.0

29 Jul 00:50
Compare
Choose a tag to compare
DMR11-0.21.0 Pre-release
Pre-release

What's new

Support for __literal, a meta variable, has been added to the title path. Use it in place of an XPATH to short-circuit the chapter name. Access to registered variables are provided.

Example

[chapters]
path=//div[@class="chapter-list"]/div[@class="row"]/span/a
value=href

title=$(__literal)
title_value=$(series_name) $(chapter)

Result

Sekirei vol.01 ch.001

MangaPark chapters which suffered from the series name being omitted from the chapter now makes use of this meta variable. You don't have to use the series directory to sort them anymore. It was unreported, but MangaNelo suffered from the same limitation as MangaPark. Both have been updated.

Enhancement

  • The container which holds the chapters now gains focus upon loading the chapters. This allows easy scrolling through the chapter list without having to first click the container.

Bug fix

  • Focus is taken from the control which holds the series' URL when clicking the Get Chapters button. This prevents accidental loading of other series when scrolling with the mouse wheel.

DMR11-0.20.0

26 Jul 23:16
Compare
Choose a tag to compare
DMR11-0.20.0 Pre-release
Pre-release

New Supported Host

  • MangaTown

New Feature

  • The chapter title directive has been implemented.

Update

  • The formatting of the series look up dialog has been updated

Note
It's highly recommended that you use the series specific directory instead of the general one to avoid overwriting chapters from different series with the same name. This issue affects MangaPark and will be addressed in the future.

DMR11-0.18.0 Pre-release

17 Jul 23:34
Compare
Choose a tag to compare
Pre-release

Initial public release of DMR11 based on version 0.18.0

Currently Supported Hosts

  • FanFox (MangaFox)
  • FunManga
  • MangaHere
  • MangaNelo
  • MangaPark
  • ReadComicsOnline
  • SenManga

Note
It's highly recommended that you use the series specific directory instead of the general one to avoid overwriting chapters from different series with the same name. This issue affects MangaPark and will be addressed in the future.