Releases: pathway27/bookr-mod-vita
v0.4.0a - Infinity Gauntlet
Adding release names going forward based on literature. Infinity Gauntlet - Marvel Comics
- Introducing a big refactor to the codebase
- Somewhat more readable and maintainable
- Adding Switch Support (
.nro
) (and Desktop)- Same button layout as vita right now
- Vita -> Switch Button Mapping
X
->B
is for Selecting on the Menu/File BrowserTriangle
->X
Next Page or Go up a folderSelect
->-
Bottom Menu for Bookmarks/Rotate/Fit to Height/Width while readingStart
->+
Open Main Menu
- Updated to latest MuPDF (v1.18)
- Vita has access to more partitions like:
ur0:
anuma0:
Note: This is an alpha for switch since it's a new platform, so there might be issues on it.
Been a long while since my last release! I know I've been exceptionally slow since the last release, but this is mostly due to real life stuff. As you are probably aware the last year has been quite unfortunate for the world. Even for me, It will still take quite some time to get back on my feet. But I will continue this project as long as you or I are reading on our devices, albeit slow, but not as slow as before. I have a more clearer roadmap written, so it should be faster for releases to come through.
I now ask for a donation that would be much appreciated:
https://ko-fi.com/pathway27
https://www.paypal.com/paypalme/pathway27
BTC: 18xfZFF87234J4N2cDgBmHMFvx8rFzwgpx
ETH: 0x374b29ab6d59295578fc6d732fee65a85da7adcd
BCH: 18xfZFF87234J4N2cDgBmHMFvx8rFzwgpx
BNB (BEP20 BSC): 0x374b29ab6d59295578fc6d732fee65a85da7adcd
XRP: rEb8TK3gBgk5auZkwc6sHnwrGVJH8DuaLh
LTC: LXBX4FMQPMJ7aHGMcYv4YTH8CebxKhTkbT
XLM:
Address: GAHK7EEG2WWHVKDNT4CEQFZGKF2LGDSW2IVM4S5DP42RBW3K6BTODB4A
Memo: 1037949274
DOGE: D7LLEYCd6cM3nnQkEtY4Ypq3dUX7MDgvEG
If you want to donate with a different crypto/way, please e-mail me.
v0.3.1
Changes
- Fixed an issue with rotation which resulted in incorrect scaling (#15). Now handling page bounds transforms with individual matrices.
- Rotation and scaling information is now in bookmarks and state when exiting.
- Tools menu shows action and sub-actions, e.g. to delete bookmarks.
- Fixed tools menu pixelation issue due to scaling font
v0.3.0
v0.2.1
v0.2.0
v0.1.0
MuPDF
Changed project to GPLv3 and replace old mupdf with upstream fork of 1.12.0
Note: Statically linking MuPDF has made binary significantly bigger
CMake will pull and build mupdf via git; due to size and number of submodules
Rendering
Now rendering all documents handled by MuPDF; needs more user testing
BKMUDocument replacing old PSP BKPDF class (has too much PSP specific code)...
Page traversal using Triangle and Square (Isn't this Un-Intuitive?); D-Pad panning only vertically for now
Page fits to width by default
Added more specific debug definitions for rendering, since they eat stdout like cookie monster eating
cookies
Can pan using analog left stick, but it's hard to get it back to fit-to-width due to panning sensitivity
Banner shows page loading and page number on change; investigate animation smoothing
Add "DEBUG" flag only on the "Debug" cmake build type; Add accepted files to Logo
Fix for crash due to GPU memory leak: free-ing texture before drawing page
Visual Studio & Desktop
Dependencies now auto fetched via cmake ExternalProject_Add
Shared libraries and binary output in same dir.
v0.0.1 VPK
TXT Files.
Original bookr and bookr-mod archives
For adhering to GPLv2.