Skip to content

Latest commit

 

History

History
169 lines (142 loc) · 12.5 KB

CHANGELOG.md

File metadata and controls

169 lines (142 loc) · 12.5 KB

Changelog

0.19.0

  • New: You can specify the reading mode for each bookshelf item. #30
  • Fix: Try to fix an issue where the app crashes on XBox devices. #142
  • Fix: Corectlly deal with the UrlEncoded filenames from some Epub files. #146
  • Fix: The battery indicator isn't updating. #148

0.18.0

  • New: Last read sort option in bookshelf. #116
  • New: Hotkeys for image rotation. #117
  • New: Add ability for plugins to get saved cookies from Rulia. #133
  • New: Add ability for plugins to get http response headers. #135
  • New: Add ability for plugins to get sync reading history. #137
  • Update: Thumbnail cache images should be JPEG. #123
  • Update: Plugin manga list page no longer reloads after navigating back/forward. #126
  • Update: Try to fix a performance issue when moving scaled-up images for some users. #127
  • Update: Make sure manga images will be saved with the extension. #128
  • Fix: Fix an issue where plugin typed bookshelf items stuck the UI when network is slow. #136

0.17.0

  • New: Books from plugin can be added to the bookshelf. #107
  • New: Add ability to set custom http headers in plugins. #109
  • New: Shotcut for adding http basic authentication in plugin setting panel. #110
  • New: Add a continue reading button to the plugin manga detail page. #112
  • New: Double click scaling. #114
  • Update: Add app version detection for plugin. #108
  • Update: Complete i18n for plugin pages. #111
  • Update: Continue button displays the last read plugin manga. #113

0.16.0

  • New: Added a panel that allows navigation between different folders within the same archive. #105
  • Update: Minor optimization for XBox devices. #106

0.15.0

  • New: Http request timeout / LocalStorage / SessionStorage for plugins. #71
  • New: Image Rotation. #101
  • New: Add black background color for reader page. #102
  • Update: Update the layout of the misc setting panle of the reader. #104

0.14.0

  • New: Add ability to hide extension display in bookshelf. #65
  • New: Display the background for app title bar when cursor entered it. #88
  • New: Display cover for sub directories in bookshelf. #92
  • New: Add ability to mix the sorting of files and directories of file list in Bookshelf. #93
  • New: Image Super Resolution. #95
  • Update: Escape pod (ALT+Q) is now included as part of the free features. #96

0.13.1

  • Fix: The bug introduced in the previous version that caused a decrease in performance when reading mobi files. #90

0.13.0

  • New: Thumbnail caching. #19
  • New: Add avif support. #81
  • Update: File dropping & directories dropping are available to the free version now. #82
  • Update: Drop the support of solid archive files. This is a breaking change, please read: #83
  • Update: Refactor the IO module to improve the loading speed. #84
  • Update: Remove the filemeta building context menu from the bookshelf. #85

0.12.0

  • Update: Update bookshelf alias editing. #76
  • Update: Read cover from first file by default if there is no specific cover file. #77
  • Update: Optimize the performance of loading archive files. This is a breaking change, please read: #78
  • Update: Disable metadata analysis when adding a new item to bookshelf. #79
  • Fix: Incorrect current reading indicator on subdirectory. #57
  • Fix: Bookshelf isn't refreshed after switching profile in setting page. #67
  • Fix: Remove type checking for thumbnail loading. #73
  • Fix: Incorrect plugin list order. #74

0.11.0

  • New: Plugin system. #58
  • New: Reading History page. #60
  • Update: Auto refresh bookshelf after certain options changed. #59
  • Update: Optimize task cancellation in folder page for better performance. #61
  • Update: Optimize folder page loading speed. #62
  • Update: Optimize gamepad control in bookshelf page. #63
  • Fix: Include subdirectory count in the displayed number for each bookshelf item. #56
  • Fix: Incorrect image order from solid rar files. #66

0.10.1

  • Fix: An issue in bookshelf where subdirectories cannot be accessed in some cases. #55

0.10.0

  • New: Sub folder access support in bookshelf. You can enable it in setting page. #37
  • New: Ability to follow system theme. #40
  • Update: Include file extension in the text of continue button in bookshelf folder page. #53
  • Update: Update layout of the setting page. #54

0.9.0

  • New: Mobi format support. #22 (Get more information about mobi from this link)
  • New: You can specify starting page. #49
  • Update: Optimize dialog popping up code in reader page. #50
  • Fix: Wrong I18n text for unknown exception in reader page. #51

0.8.1

  • Fix: No images were retrieved when reading some epubs that do contain images. #48

0.8.0

  • New: EPub format support. #22 (Get more information about epub from this link)
  • New: Ability to save images. #39
  • Update: Focus to reader after UI was closed. #41
  • Update: Refactor reader image disposing & closing. #46
  • Fix: Unable to load image from JPG variants. #43
  • Fix: ImageBytes passed to noise reduction processor was empty in some cases. #44
  • Fix: Cannot open encrypted arichives from bookshelf after their file meta analysis. #47

0.7.0

  • New: Add ability to turn off rendering size restriction. #29
  • New: Minimal Control panel for one-hand operation. #36
  • Update: Now bookshelf page will keep alive. #33
  • Fix: Incorrect image splitting size. #38

0.6.0

  • New: Tar support. #27
  • Update: Hide Mica Option on Windows 10. #28
  • Update: Optimize loading speed. #31
  • Fix: Minor fixing on FileMeta caching. #32
  • Fix: Solid RAR causes some functions to break #35

0.5.0

  • New: Japanese localization. #2
  • New: Battery Indicator will show up in reader page if the device has a battery. #11
  • New: Blank area trimming. #26
  • New: Lab added. Now it comes with a BookReader.

0.4.1

  • New: Metadata caching mechanic. #19
  • Update: Update app icon. #21
  • Fix: Cover images in folder page should be darker in dark mode. #24
  • Fix: Fix an exception which occurs during the loading process of solid RAR archives. #25

0.4.0

  • New: Add bookshelf and last read to jump list. #16
  • New: Add PDF support. #18
  • Update: Replace filter icon in bookshelf with magnifier to make it obvious. #14
  • Update: Optimize bookshelf file loading visual display to make it feels better. #15
  • Update: Optimize file loading speed #17
  • Fix: The end page in Infinity vertical scrolling mode won't be incorrectly scaled. #10
  • Fix: Make links in change log clickable #13

0.3.0

  • New: Now Rulia can suggest aliases for you based on the directory path in Bookshelf. #3
  • New: You can limit the max width in Infinity Vertical Scrolling Mode #6
  • New: Now Rulia can make the first image from first archive as the Bookshelf cover. You can enable it in Settting Page. #7
  • Fix: Fix a rare NullReferenceException in Bookshelf Folder Page. #1
  • Fix: Add missing ZhHant translation to Reader UI and Full feature list. #4
  • Fix: Fixed an issue where the cover would not load automatically when there are too many files in bookshelf folder. #5
  • Fix: Incorrect thumbnail display in bookshelf folder page. #8

0.2.1

  • New: Add support for .cbr, .cbz.
  • New: Add a new type of view mode which displays image in bookshelf folder.
  • Update: Minor changes on UI.

0.2.0

  • New: Add Traditional Chinese.
  • Fix: Fix incorrect translation.

0.1.2

  • Fix: Fix a display issue on purchase restoring.

0.1.1

  • Fix: Fix incorrect list style in Windows 10.
  • Fix: Fix incorrect icon displaying.
  • Update: Be compatible with some broken images.

0.1.0

  • Initial release.