- Joined
- Jan 19, 2018
- Messages
- 2,661
NOTE: The reader does not currently necessarily work at all on some older devices and browsers, such as on iPads and Internet Explorer.
Update log
2019-09-25
* [fix] The "Preload all" button should now actually preload all images
2019-09-10
* [new] Added a gap check upon manga change (including initial load); still marks the chapter as read due to api limitations
2019-07-26
* [new] Support for external links
* [change] Using Image.decode to prevent flashing between pages in supported browsers
* [change] Using standard fetch instead of axios
* [fix] Fixed the language flag not updating correctly when moving between different manga
2019-06-03
* [fix] Fixed (or at least hopefully alleviated) a minor history state spamming related Safari issue
2019-05-24
* [fix] Fixed an issue where the delayed chapter notification wouldn't work in long strip mode
* [new] Scrolling over the "Page x / y" area turns by a single page, including in double mode
2019-05-09
* [fix] Fixed scrolling issues with opening long strip
* [fix] Removed fake lag that was accidentally left in from testing
2019-05-08
* Various improvements/changes to rendering and loading
* [change] The current page is no longer locked until the loading finishes
* [new] Long strip can be initialized from an arbitrary page, will immediately preload the page preceding the current one
* [new] Image reloading by tapping
* [new] Errored images displayed in red in the page bar
* [note] Due to the changes, it's entirely possible new bugs have been introduced
2018-09-03
* [fix] Several small fixes over the past week or so
* [new] A "warn about chapter gaps" setting, turned on by default, displays a warning alert if there's seemingly a gap between the current chapter and the next one
* [new] Added "Previous/Next chapter" buttons on the delayed chapter alert for convenience
* The unread manga in recommendations are now sorted based on the timestamp in descending order... most of the time, don't ask lol
2018-08-23
* [fix] Again, various bug fixes and internal improvements
2018-08-19
* [fix] Too many bugs to count
2018-08-18
* [improvement] A major app structure refactor; no UI changes, but reader behaviour may be very slightly affected in some cases
* [note] The refactoring may have introduced new bugs, although none were found at update time
* [fix] Fixed a bug where swiping was causing unintended page turns
* [new] If localstorage isn't available for whatever reason, settings storage now falls back to cookies
2018-08-12
* [fix] Fixed some scrolling related bugs that especially affected long strip
* [fix] Fixed a "horizontal long strip" bug that occured when changing from long strip to another mode while images were still loading
* Some attempts at increasing older browser support have been succesfully made lately, especially for some iPads, although your mileage may still vary
2018-08-09
* [new] Hovering over the page bar displays the notch's page position in a small window above it
* [new] Advanced settings are now hidden behind a toggle, can be accessed from the top of the settings menu
* [new] New setting: Tap/click target area
* [new] New setting: Touchscreen swipe direction
* [new] New setting: Recommendations (BETA, under work; only includes recent unread follows at the moment)
* [new] New option: Preload an entire chapter (logged in users only)
* [fix] Keyboard scrolling speed removed, changed to Keyboard scrolling method
* [fix] Default settings should be less... surprising for new users now
* A few minor visual changes
* Additionally, some polyfill code was added that might fix the reader for some users
2018-08-08
* v3 is live
* [new] Preloading limit increased to 20 to logged in users, while the guest limit remains at 5
* [fix] Slightly increased the wheel scroll chapter turn threshold in long strip mode
2018-08-07
* [new] Unloaded pages show up as striped in the page bar notches
* [new] The "Page x / y" area is now clickable and opens a simple dialog that can be used to skip to a page by entering a number
* [new] An "End of chapter" block appears at the end of a chapter in long strip mode
* [fix] Moving to a next or previous chapter by mouse wheel scrolling in long strip mode now has a slight threshold to prevent accidental chapter changing
* [new] In long strip mode on the mobile layout, there is now a "scroll to top" button that appears when the user scrolls up a bit and disappears upon scrolling back down
* [fix] Fixes and improvements (theoretically) to swiping and its sensitivity setting
* [fix] Changed the window title format
2018-07-12
* [new] Changed mouse wheel page turn setting to vertical scrolling page turn, allowing users to disable page turns via keyboard scrolling (may be only a temporary measure)
* [fix] The code is transpiled now, so the reader should now support more browsers
2018-07-09
* [fix] Minor rendering issues
2018-07-08
* [new] Keyboard shortcuts for next/previous chapter, page bar visibility
* [new] Optional page turn by mouse wheel
* [fix] Trying to move to a previous chapter from the first one wasn't handled correctly
* [fix] Waterfox issue where the scroll to the bottom of the screen wasn't detected correctly
* [fix] Some error alerts weren't displaying correctly, may still require further improvements
* [fix] Long strip preloading now works as it should
2018-07-03
* Layout rendering improved all around. Generally tested on the latest versions of Firefox, Chrome, Edge and Pale Moon. Some quirkiness in certain cases, especially on the more unpopular and older browsers, can be expected.
* Page bar and sidebars are now fixed on desktop widths. Page bar is hidden on mobile widths, and a dropdown is shown instead.
* Some bugs related to switching chapters should be fixed.
* Chapter listing being potentionally in a messed up order on certain browsers (such as Chrome) fixed.
* Keyboard scrolling left and right now scrolls the page if it's out of the container. The page is turned if the scroll is already at the edge. Scrolling up now turns the page backward, and down turns it forward.
* New settings: Maximum container width and Show page bar. Hiding the side bar also now remembers its setting.
* New keyboard shortcuts:
and
for exiting to manga and comments pages, respectively.
* The shortcut reminders in the sidebar are now clickable.
* Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.
2018-06-18
* Initial test release.
* Bugs everywhere.
Known issues
* Older browsers such as iPad Safari or Internet Explorer simply do not work. Whether fixing them is even possible remains to be seen. An error should be displayed if the browser is not supported.
Planned features
* A "Recommendations" page for further reading after the final page of a comic. Could include recent unread chapters, current popular chapters and so on. Could also feature other widgets like in-reader rating and follow buttons.
* Slightly faster initial loading times through API improvements (hopefully lol).
Considered features
* Infinite scrolling in long strip mode through chapters, or at least something approximating the feature.
* Drag scrolling. The feature was already tested, and it was somewhat confusing to use and interfered with page turns.
* A toggle for displaying the mobile layout at all widths, depending on whether that seems necessary.
Update log
2019-09-25
* [fix] The "Preload all" button should now actually preload all images
2019-09-10
* [new] Added a gap check upon manga change (including initial load); still marks the chapter as read due to api limitations
2019-07-26
* [new] Support for external links
* [change] Using Image.decode to prevent flashing between pages in supported browsers
* [change] Using standard fetch instead of axios
* [fix] Fixed the language flag not updating correctly when moving between different manga
2019-06-03
* [fix] Fixed (or at least hopefully alleviated) a minor history state spamming related Safari issue
2019-05-24
* [fix] Fixed an issue where the delayed chapter notification wouldn't work in long strip mode
* [new] Scrolling over the "Page x / y" area turns by a single page, including in double mode
2019-05-09
* [fix] Fixed scrolling issues with opening long strip
* [fix] Removed fake lag that was accidentally left in from testing
2019-05-08
* Various improvements/changes to rendering and loading
* [change] The current page is no longer locked until the loading finishes
* [new] Long strip can be initialized from an arbitrary page, will immediately preload the page preceding the current one
* [new] Image reloading by tapping
* [new] Errored images displayed in red in the page bar
* [note] Due to the changes, it's entirely possible new bugs have been introduced
2018-09-03
* [fix] Several small fixes over the past week or so
* [new] A "warn about chapter gaps" setting, turned on by default, displays a warning alert if there's seemingly a gap between the current chapter and the next one
* [new] Added "Previous/Next chapter" buttons on the delayed chapter alert for convenience
* The unread manga in recommendations are now sorted based on the timestamp in descending order... most of the time, don't ask lol
2018-08-23
* [fix] Again, various bug fixes and internal improvements
2018-08-19
* [fix] Too many bugs to count
2018-08-18
* [improvement] A major app structure refactor; no UI changes, but reader behaviour may be very slightly affected in some cases
* [note] The refactoring may have introduced new bugs, although none were found at update time
* [fix] Fixed a bug where swiping was causing unintended page turns
* [new] If localstorage isn't available for whatever reason, settings storage now falls back to cookies
2018-08-12
* [fix] Fixed some scrolling related bugs that especially affected long strip
* [fix] Fixed a "horizontal long strip" bug that occured when changing from long strip to another mode while images were still loading
* Some attempts at increasing older browser support have been succesfully made lately, especially for some iPads, although your mileage may still vary
2018-08-09
* [new] Hovering over the page bar displays the notch's page position in a small window above it
* [new] Advanced settings are now hidden behind a toggle, can be accessed from the top of the settings menu
* [new] New setting: Tap/click target area
* [new] New setting: Touchscreen swipe direction
* [new] New setting: Recommendations (BETA, under work; only includes recent unread follows at the moment)
* [new] New option: Preload an entire chapter (logged in users only)
* [fix] Keyboard scrolling speed removed, changed to Keyboard scrolling method
* [fix] Default settings should be less... surprising for new users now
* A few minor visual changes
* Additionally, some polyfill code was added that might fix the reader for some users
2018-08-08
* v3 is live
* [new] Preloading limit increased to 20 to logged in users, while the guest limit remains at 5
* [fix] Slightly increased the wheel scroll chapter turn threshold in long strip mode
2018-08-07
* [new] Unloaded pages show up as striped in the page bar notches
* [new] The "Page x / y" area is now clickable and opens a simple dialog that can be used to skip to a page by entering a number
* [new] An "End of chapter" block appears at the end of a chapter in long strip mode
* [fix] Moving to a next or previous chapter by mouse wheel scrolling in long strip mode now has a slight threshold to prevent accidental chapter changing
* [new] In long strip mode on the mobile layout, there is now a "scroll to top" button that appears when the user scrolls up a bit and disappears upon scrolling back down
* [fix] Fixes and improvements (theoretically) to swiping and its sensitivity setting
* [fix] Changed the window title format
2018-07-12
* [new] Changed mouse wheel page turn setting to vertical scrolling page turn, allowing users to disable page turns via keyboard scrolling (may be only a temporary measure)
* [fix] The code is transpiled now, so the reader should now support more browsers
2018-07-09
* [fix] Minor rendering issues
2018-07-08
* [new] Keyboard shortcuts for next/previous chapter, page bar visibility
* [new] Optional page turn by mouse wheel
* [fix] Trying to move to a previous chapter from the first one wasn't handled correctly
* [fix] Waterfox issue where the scroll to the bottom of the screen wasn't detected correctly
* [fix] Some error alerts weren't displaying correctly, may still require further improvements
* [fix] Long strip preloading now works as it should
2018-07-03
* Layout rendering improved all around. Generally tested on the latest versions of Firefox, Chrome, Edge and Pale Moon. Some quirkiness in certain cases, especially on the more unpopular and older browsers, can be expected.
* Page bar and sidebars are now fixed on desktop widths. Page bar is hidden on mobile widths, and a dropdown is shown instead.
* Some bugs related to switching chapters should be fixed.
* Chapter listing being potentionally in a messed up order on certain browsers (such as Chrome) fixed.
* Keyboard scrolling left and right now scrolls the page if it's out of the container. The page is turned if the scroll is already at the edge. Scrolling up now turns the page backward, and down turns it forward.
* New settings: Maximum container width and Show page bar. Hiding the side bar also now remembers its setting.
* New keyboard shortcuts:
Code:
m
Code:
k
* The shortcut reminders in the sidebar are now clickable.
* Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.
2018-06-18
* Initial test release.
* Bugs everywhere.
Known issues
* Older browsers such as iPad Safari or Internet Explorer simply do not work. Whether fixing them is even possible remains to be seen. An error should be displayed if the browser is not supported.
Planned features
* A "Recommendations" page for further reading after the final page of a comic. Could include recent unread chapters, current popular chapters and so on. Could also feature other widgets like in-reader rating and follow buttons.
* Slightly faster initial loading times through API improvements (hopefully lol).
Considered features
* Infinite scrolling in long strip mode through chapters, or at least something approximating the feature.
* Drag scrolling. The feature was already tested, and it was somewhat confusing to use and interfered with page turns.
* A toggle for displaying the mobile layout at all widths, depending on whether that seems necessary.