Releases: mienaiyami/yomikiru
Releases · mienaiyami/yomikiru
v2.7.2
Downloads
Note
- App name will be changing to "Yomikiru".
- There might not be any work on issues/requests for few weeks unless very important.
Added
- More size fit options.
- Max image height control.
Changed
- History is now shorter and simpler and renamed to "Continue Reading".
Fixed
- Blank screen when closing app with
prompt before closing
enabled after clearing history.
Known issues
- Max image height might not work as intended.
- When more than one app is open, only history from last app where history is changed is saved.
- Long loading time
Todo
- Better state management.
- Add ability to change image quality in canvas mode for less RAM usage and performance.
- Write testing.
- Adjust app for debian.
Full Changelog: v2.7.1...v2.7.2
v2.7.1
Downloads
Note
App name will be changing to "Yomikiru".
Fixed
- Window became blank on closing when "Ask before closing window" is enabled and history is empty.
Todo
- Add ability to change image quality in canvas mode for less RAM usage and performance.
- Write testing.
- Adjust app for debian.
Full Changelog: v2.7.0...v2.7.1
v2.7.0
Downloads
Note
App name will be changing to "Yomikiru".
Added
- Added canvas as image option to make stutter-free reader. Enable from settings.
- New reading mode "Right to Left".
Changed
- Less stutter when scrolling in normal image mode.
- UI Enhancements.
Fixed
- prev/next chapter not working when folder contain zip/cbz.
- Linking not working in theme maker.
Todo
- Add ability to change image quality in canvas mode for less RAM usage and performance.
- Write testing.
- Adjust app for debian.
Full Changelog: v2.6.0...v2.7.0
v2.6.0
Downloads
Added
- Open app automatically after updating (portable version).
- New shortcuts to switch between
PagePerRow
andReaderType
. - Set max width of images (works only when
Size Clamp
is disabled). - Search bar:
- Paste link in search bar to open.
- Type
..\
to go up directory. - Type name of item in results ending with
\
to open it in reader. e.g.One Piece\
. - Type drive name ending with
:\
to change drive. e.g.D:\
.
- Save toggled state of bookmark / history tab.
Changed
- Better searching system.
- Prevent some shortcuts if key pressed is held/repeated.
- Disable chapter transition screen in zen mode as well.
- Images in reader are now un-draggable.
- Scroll to current page number after changing
PagePerRow
andReaderType
. - Removed checking for
.bin
file. - Prevent some shortcuts from working if pressed in combination with
ctrl
key. - UI enhancements.
Fixed
- App appear frozen when opening
.zip
or.cbz
file.
Todo
- Add canvas based image system for performance.
- Write testing.
- Adjust app for debian.
Full Changelog: v2.5.2...v2.6.0
v2.5.2
Sorry for repeated updates in single hour.
Fixed
- Chapter transition screen not behaving as intended when reader mode is
click to move
andzen mode
is enabled.
Full Changelog: v2.5.1...v2.5.2
v2.5.1
Added
- Option to disable chapter transition screen in
infinite scroll
mode (only whenzen mode
is off).
Fixed
- Invalid settings error popping on every refresh/launch.
Full Changelog: v2.5.0...v2.5.1
v2.5.0
Full Changelog: v2.4.0...v2.5.0
Changed
- History/Bookmark info on mouse over temporarily replaced with default title option due to performance issue.
- No more annoying popup when transitioning to new chapter by clicking on first/last page in
click to move
reader mode. - Smoother settings popup.
- Removed animation when toggling bookmark/history tabs for performance.
- minor UI enhancements.
- dev
- changed first/last chapter links with
~
in helper. - better dialogs.
- code quality.
- changed first/last chapter links with
Added
- Open link from home location list when it is in a directory which is in set default location.
e.g. if default location isD:\manga\
and there is folder namedOne Piece
in it, then any folder which is directly underOne Piece
will open directly by clicking link itself instead of clicking arrow icon beside it.
(Can be enabled from settings.); - Open previous / next chapter by clicking
prev/next page
button when near top/bottom of chapter ininfinite scroll
reader mode. - Bookmarks now save page number when bookmarked while inside reader.
- History saves last page number when reader/app is closed.
- Added screen to show previous/current/next chapter when in start/end of chapter for
zen mode
.
Full Changelog: v2.4.0...v2.5.0
v2.4.0
Full Changelog: v2.3.15...v2.4.0
Changed
- Scroll to current page after switching Reader mode.
- Scroll to current page after toggling vertically fit.
- Better checking for supported extensions.
- Improved Performance.
Added
- Ability to edit themes (no need to create new theme after changing it).
- dev:
- Automated release
Fixed
- Page number not changing in "click to move" mode when size is low.
v2.3.15
Full Changelog: v2.3.14...v2.3.15
Changed
- UI Enhancements.
- Add scrolling option to reader settings when UI is scaled.
- Changed theme prop
--topBar-hover-color
to--topBar-btn-hover-color
. - dev:
- Cleaner code.
- Removed all
@ts-ignore
and fixed types for better DX. - No need to host local drives for images to test reader.