Skip to content

Releases: kurema/BookViewerApp3

v3.3.1.0

25 Apr 22:30
Compare
Choose a tag to compare
  • Added Russian translation provided by ifrit (https://github.com/luafuck).
  • Added WebP support if codec is installed.
  • Fixed fade out of the controller in the viewer.

v3.3.0.0

22 Oct 05:20
Compare
Choose a tag to compare

Features

Restore previous session

  • Session is saved and restored.
    • You can disable it but the default is on.

PDF with password

  • "Save password" didn't work. Now it's fixed.
  • We expanded supported encryption algorithm using iTextSharp.
  • If the same password is saved for another file, you can open it after first try.
  • You can try 10k password if it's enabled. You can add your own password dictionary.
    • But it's so slow. And it's unlikely that the password is in the dictionary.

"Property" in the viewer

  • You can see some basic information of the book and the page.
  • You can check password of the PDF file.
  • You can also copy to clipboard.

Others

  • [Feature] Add context menu to address bar of Explorer.
  • [Update] Updated pdf.js.
  • [Fix] Add TabIndex to eliminate strange square thing in some case.
  • [Feature Removal] Adblocker for YouTube is now disabled. It wasn't working anyway.
  • [Improved] RoamingState/BookInfo.xml is now saved using gzip. Now you can save more.

v3.2.10.0

23 Sep 08:35
Compare
Choose a tag to compare
  • Add Brightness control.

I deleted this release by mistake.

  • Original binary (StorePackage_3.2.10.0.zip) was deleted. I built it again but there may be some difference.
    • New binary was built with GitHub Actions by manual run. The original version is triggered by tag.
  • jediMaster07 reacted this release with 👍🏼 but it was deleted. So I did it instead.

v3.2.9.0

27 Jan 07:57
Compare
Choose a tag to compare
  • New Feature: AdBlocker!
    • There's some steps to turn on. Read Readme.
    • It was so hard to implement. Praise me
  • New Feature: Search Completion!
    • It's disabled as default for your privacy. Turn it on in the setting.
  • New Feature: Notepad.
    • It's nice to have but you can't open big files. We are considering to bundle Monaco Editor in the next release.
  • Updated Pdf.js.
  • Updated default bookmarks.
  • There may be some new features we forgot. It's been long since last release.
  • We've updated Privacy Policy. Read this if you care privacy.
    • It's basically about new features. And we rewrote it to make it clearer.

v3.2.8.0

26 Jan 12:49
Compare
Choose a tag to compare

This version is skipped for ARM64 issue.

v3.2.7.0

24 Aug 06:41
Compare
Choose a tag to compare
  • Disabled Mica. It still needs more test and investigation.
  • Updated screenshot function of the browser.
    • Now you can continue editing on external applications.
    • Changed design of upper buttons and add labels.
    • Added "done" button. It enables you to both draw and crop. Previously only one was possible.
  • Theme is also applied to the browser. But currently the first page is not affected.

v3.2.6.0

20 Aug 07:17
Compare
Choose a tag to compare

Features

  • Now you can scroll with mouse in the Viewer!
  • Now you can search in the Explorer!
    image
  • Added "Open with" menu in the Explorer.
    image
  • Support WebView2!
    image
    • You need WebView2 runtime and it has to be installed as Administrator.
    • And you need to turn on manually.
    • This is not very stable.
  • Added PDF Viewer if WebView2 runtime is installed.
    1. PDF.js.
      image
    2. Browser based PDF viewer.
      image
  • Support slideshow (automatic page turning).
    image
  • Added Theme selection in the Settings.
    • Mica is supported in Windows 11 (Untested). You can disable.
      image
  • If the window width is too narrow, the button is moved to the … menu.
    image
  • Added some context menu items.
    1. Open with
    2. Slideshow
    3. Bookmarks
    4. Table of contents
      image
  • New browser extensions!
    1. User-Agent override (Only for WebView2).
      image
    2. Take a screenshot and edit!
      image
  • Added table of contents in Settings page.
    image
  • You can delete a bookmark in the Viewer.
    image
  • You can open unsupported files in external software.
    • The reason it was not possible is the security concern, but it should not be a big deal.
  • There may be other small design updates.

Fixes

  • "Background brightness" was crazy in dark mode.
  • Size of ContentDialog was too small.
  • You couldn't open "This PC/Folders/*" in external Explorer.
  • There's other small fixes we forgot.

Thanks

Some features were developed from advice on GitHub Issues and Discord.

  • The theme function was influenced by @kronuschan's suggestion (#8).
  • Some other functions were suggested by Aram'Lin on Discord.

v3.2.5.0

15 Apr 14:17
Compare
Choose a tag to compare
  • Improved Epub stability and performance (currently only on Bibi).
    • Now unzip is handled by dotnet not JavaScript.
  • Updated translations.
  • Preview: PowerRename funciton is under development, but it's not released yet.

v3.2.4.0

07 Oct 05:18
Compare
Choose a tag to compare

v3.2.3.0

21 Sep 12:46
Compare
Choose a tag to compare
  • Updated SharpCompress. Thanks dependabot. See #6.
  • You can change the setting (dark theme sync) in the epub viewer.