Skip to content

Commit

Permalink
version up + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mienaiyami committed Feb 10, 2023
1 parent 4a86ad7 commit d9f8aaf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 22 deletions.
24 changes: 4 additions & 20 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
## 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.

## Added

- Open link from home location list when it is in a directory which is in set default location.
e.g. if default location is `D:\manga\` and there is folder named `One Piece` in it, then any folder which is directly under `One 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 in `infinite 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`.
- Option to disable chapter transition screen in `infinite scroll` mode (only when `zen mode` is off).

## Fixed

<!-- ## Fixed -->
- Invalid settings error popping on every refresh/launch.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mangareader",
"productName": "Manga Reader",
"version": "2.5.0",
"version": "2.5.1",
"description": "App to read manga on desktop",
"main": ".webpack/main",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ const Settings = (): ReactElement => {
/>
<p>
Disable the screen that appears at start or end of chapters (only in "infinite
scroll" reader mode when "zen mode" is not on)
scroll" reader mode when "zen mode" is off)
</p>
</label>
</div>
Expand Down

0 comments on commit d9f8aaf

Please sign in to comment.