aside from existing sources: mangadex, mangafox, manganelo, mangapark, mangasee, readcomiconline, and toonliycom. A bunch of new individual sources are available now to add through the github repo: akumanga, asurascans, isekaiscan, mangahasu, mangahub, mangalek, mangamx, mangaowl, mangascancc, mangascansonline, mangaworld, manhwa18net, nhentai, ninemanga (multiple languages), onma, readcomiconline, readcomicsonlineru, readm, reaperscans, toonilycom, zahard. Just place the individual files into the /sources folder
https://github.com/chubimauk/MangaxMangaOpenSources/tree/main/sources%20for%20users/sources%20(bundled)
2022-02-23 20:15:07 +0000 UTC
View Post
Didn't post for v1.25 (1.6) so this will cover both releases
**Features: v.1.25 (1.8) iOS TestFlight/MacOS 02/07/22
>Log User Engine Console.log()s To Log Files For Source Developers -- https://mangaxmanga.atlassian.net/browse/MXM-246
>Add Currently Reading Chapter To Header, Remove Artist from Header -- https://mangaxmanga.atlassian.net/browse/MXM-247
**Improvements: v.1.25 (1.8) iOS TestFlight/MacOS 02/07/22
-Add Loading Screen While Fetching Page List On Tapping To Open A Chapter -- https://mangaxmanga.atlassian.net/browse/MXM-239
-Long Strip Online Reader Scroll Jumping After Each Page Loads -- https://mangaxmanga.atlassian.net/browse/MXM-244
-Update Download Priority To Current Page In Long Strip Online As User Scrolls -- https://mangaxmanga.atlassian.net/browse/MXM-245
**Bugfixes: v.1.25 (1.8) iOS TestFlight/MacOS 02/07/22
+Refresh Button Does Nothing If No Thumbnails Are Missing -- https://mangaxmanga.atlassian.net/browse/MXM-240
+Chapter Refresh Always Uses First Chapter As Last Read -- https://mangaxmanga.atlassian.net/browse/MXM-241
+Multiple Source Requires Source Selection In Advance Filters Otherwise Hangs, No Default -- https://mangaxmanga.atlassian.net/browse/MXM-242
+added a default selection of all the sources for advanced search if no sources are selected to fix this
+Continuing Online Long Strip Crashes After Fixing Jump To Top After Loading Finishes Bug -- https://mangaxmanga.atlassian.net/browse/MXM-243
**Features: v.1.25 (1.6) iOS TestFlight/MacOS 02/01/22
>Add Sources as Advanced Search Filters to Mult-Source Search -- https://mangaxmanga.atlassian.net/browse/MXM-219
>added sources as filter to source info for cross source search
>Add Support For Infinite Requests For Getting Page List For A Chapter -- https://mangaxmanga.atlassian.net/browse/MXM-225
>reworked pageList methods to handle infinite/multiple requests, using new JSONChainedResponse.
>this takes advantage of the fact that javascript methods can have any number of parameters that are not officially in the headers, which can be accessed through arguments array, there will be a separate commit for this for the actual js updates for this. Written in a backwards compatible way for the source development.
>updated manga fox pagelist request to use infinite requests
>updated main/source api to support both existing sources using single request and infinite requests
>this was needed for manga fox (which is now fixed), but can be used to set up other methods as well
>isekaiscan, toonilycom added as sources by @xOnlyFadi
>Add Support For Infinite Requests For Getting Manga Details and Chapter List Necessary To Update Mangadex -- https://mangaxmanga.atlassian.net/browse/MXM-230
>updated mangadex to new api using infinite requests for details/chapter list
>updated main/source api to support both existing sources using single request and infinite requests
>Update Manga Details/Chapter List Caching Logic For Infinite Requests -- https://mangaxmanga.atlassian.net/browse/MXM-231
>Add Display Info To Source Drop Down, Create Snapping Click Wheel Ticker View -- https://mangaxmanga.atlassian.net/browse/MXM-232
>added display info to all existing sources
>Attempt to Refetch Missing Thumbnails on Refresh Button in Library -- https://mangaxmanga.atlassian.net/browse/MXM-235
>added logic to refresh button in Library to refresh thumbnails and then refresh chapters, only checks for thumbnails on series with follows (and missing thumbnails), as those are the only ones that can be replaced currently
**Improvements: v.1.25 (1.6) iOS TestFlight/MacOS 02/01/22
-Create Release Notes Markdown Generator -- https://mangaxmanga.atlassian.net/browse/MXM-214
-Update Related Recommendations Display to Use New Paginated Endpoint -- https://mangaxmanga.atlassian.net/browse/MXM-216
-Update Genre Recommendations Display to Use New Paginated Endpoint -- https://mangaxmanga.atlassian.net/browse/MXM-217
-Add Restoring Progress Indicator Screen When Restoring From A Backup -- https://mangaxmanga.atlassian.net/browse/MXM-222
-Rework User Sources Loading To Be In Parallel -- https://mangaxmanga.atlassian.net/browse/MXM-224
-Hide Battery Indicator Top Bar and Make Long Strip Full Screen Always -- https://mangaxmanga.atlassian.net/browse/MXM-238
**Bugfixes: v.1.25 (1.6) iOS TestFlight/MacOS 02/01/22
+Fix Multi-Source Search So It Supports Spaces/Percent Encoding -- https://mangaxmanga.atlassian.net/browse/MXM-218
+Fix Height Constraint Bug in Discover UI 2.0 When Tapping In/Out of Search -- https://mangaxmanga.atlassian.net/browse/MXM-220
+Fix Backup Restore Failure Caused By Old Backups Missing Unread Count -- https://mangaxmanga.atlassian.net/browse/MXM-221
+Fix Online Reading In Long Strip Jumps To First Page Once All Pages Are Loaded -- https://mangaxmanga.atlassian.net/browse/MXM-223
+Fix Source Injection Hard Coded To Mangareader for MacOS Dev Engine -- https://mangaxmanga.atlassian.net/browse/MXM-226
+Refresh In Library Can Causes App To Crash (Core Data Multi-Threading Issue) -- https://mangaxmanga.atlassian.net/browse/MXM-227
+Refresh From Background Causes App To Crash (Core Data Multi-Threading Issue) -- https://mangaxmanga.atlassian.net/browse/MXM-228
+chapter notifications should start working again, it is safe to turn on background fetch now
+Unfollowing a Series Sometimes Fails To Persist After Closing The App Or Leaving Library -- https://mangaxmanga.atlassian.net/browse/MXM-229
+The issue was that a crash was caused by the viewModel still having reference and using the Series/Entries from core data that were potentially deleted by unfollowing the series, fixed by refetching the series from core data after finishing unfollowing and basically redoing everything from the init method
+Also added logic that if unfollowing makes the series get completely removed from the library i.e. no downloads no other follows, then the user will get popped out of the chapter list pages if they are in the library as the refresh after unfollowing will just show them a blank detail/chapter list page
+Zip/Cbz File Import Cancel Button Called Confirm Import -- https://mangaxmanga.atlassian.net/browse/MXM-234
+properly labeled cancel and confirm import buttons
+Chapter Badge Shows Even When Count is 0 on Detail Page -- https://mangaxmanga.atlassian.net/browse/MXM-237
2022-02-07 16:23:32 +0000 UTC
View Post
This will be for anyone who needs help creating their own source for the app. I've reworked how sources are setup slightly so that anyone can make their own source, this includes live testing while the app is running on a MacOS. I've made a public github repo with details of how to go about doing all this please enjoy:
for all developers interested in creating a source for the app please see #source-development and the pinned messages in the discord
for all USERS/NON-Devs, please see #source-development or https://github.com/chubimauk/MangaxMangaOpenSources/blob/main/README.md for how to get all the current sources back in the updated app. Short explanation is you need to download this file: https://github.com/chubimauk/encryptedMXMFiles/blob/master/ebundle.txt and airdrop it into the /sources folder of the app on your device (in the Files app)
I have also removed the limits that existed from the public testflight version of the app (MxM VHS), but most of the spots have filled up, so I have added a $1 tier to patreon that gets priority access to the MxM VHS version of the app
all other tiers will still have access to MxM Beta. The added features that it has now that I've removed the downloading/importing/following limits from MxM VHS, is that in MxM Beta you will be able to create an MxM Account (you must use your patreon email) and once you login with your account in the settings of the app you will be able to get genre and related recommendations on detail pages of mangas (tap on the related recommendations and most will have comments about why they are related). You will also be able to select "multiple" as your source in discover and search across any sources that you enabled and are supported by the app (see above for how to get all the sources now). In the near future these MxM Account will allow you do sync your library through the cloud across devices
2021-08-03 19:55:04 +0000 UTC
View Post
```ini
[**Features: v.1.25 (1.3) iOS TestFlight/MacOS 08/01/21
>Multiple Source Added To Search Across All Available Sources - Requires MxM Account -- https://mangaxmanga.atlassian.net/browse/MXM-213
>Rework Sources So That Users Can Create And Add Their Own Sources Through Documents Folder -- https://mangaxmanga.atlassian.net/browse/MXM-211
>Add Source Engine Setting For MacOS and Expose Server For Live Testing New Sources For Devs -- https://mangaxmanga.atlassian.net/browse/MXM-212
>Create MxM Sign In In Settings And Set Up Backend For It -- https://mangaxmanga.atlassian.net/browse/MXM-208
>Create MxM Sign Up In Settings And Set Up Backend For It -- https://mangaxmanga.atlassian.net/browse/MXM-209
>Add MxM Sign Out In Settings -- https://mangaxmanga.atlassian.net/browse/MXM-210
>Add New Dark/Light Mode Colors for UI 2.0 -- https://mangaxmanga.atlassian.net/browse/MXM-170
>Add Background Theme Mixing Preference To Settings -- https://mangaxmanga.atlassian.net/browse/MXM-171
>will take your theme and mix a percentage into dark/light mode's base background
>Create Recommendation Data Builder -- https://mangaxmanga.atlassian.net/browse/MXM-172
>will produce all the data necessary to load backend DB
>Move Grid Size For Library/Discover Search to Preference in Settings -- https://mangaxmanga.atlassian.net/browse/MXM-173
>Convert Tab Bar Into Floating Tab Bar -- https://mangaxmanga.atlassian.net/browse/MXM-174
>converted tab bar into a floating tab bar with library, discover, import search, settings as the tabs
>download queue moved elsewhere
>the search magnifying glass in the new tab bar with immediately enter the user into search from wherever they are, if they are in the library it will enter search for their library, if they are in discover it will enter search in discover
>the search bar will fly down from the top of the screen so the user won't ever have to reach up to the top of the screen to enter a search
>if the user is not on discover/library then tapping the search icon will bring them into search on whichever tab they were on last (discover/library)
>update Pop UI Cancel, Apply, Login, Import, Etc Buttons UI -- https://mangaxmanga.atlassian.net/browse/MXM-175
>update Login For Source Pop Up UI (cancel, login buttons)
>update Import Confirm Pop Up UI (Confirm Import, Apply buttons)
>update Library Update Categories Pop Up UI (Cancel, Apply buttons)
>updated Library Update Status Pop Up UI (Cancel, Update buttons)
>update Select Filter Pop Up UI (Cancel, Apply buttons)
>update Select Source Pop Up UI (Cancel Button)
>update Add Custom Theme Pop Up UI (Cancel, Create buttons)
>update Tracker Login Pop Up UI (Cancel, Login buttons)
>update Series Update Status Pop Up UI (Cancel, Update buttons)
>update Tracker Edit Fields Pop Up UI (Cancel, Update buttons)
>update Update Categories For Series Pop Up UI (Cancel, Apply buttons)
>Make Feed Images Independent of Vertical Scroll Reuse, So They Stay Loaded -- https://mangaxmanga.atlassian.net/browse/MXM-176
>Add Show Titles Inside/Under Thumbnails Preference To Settings -- https://mangaxmanga.atlassian.net/browse/MXM-177
>affects wherever manga thumbnails appear - recommended feed, discover search, library search, latest view all, recommended view all, author recommend view all, related recommendations
>add show titles inside thumbnails option to settings, update all recommended feed types, discover search, library search, latest view all detail page, recommended view all detail page, author recommended feed view all detail page, and related recommendations on manga detail page to change between titles inside and titles under thumbnails based on this setting
>update UI for all thumbnails to New UI 2.0 -- https://mangaxmanga.atlassian.net/browse/MXM-178
>update UI for all recommended feed types, discover search, library search, latest view all detail page, recommended view all detail page, author recommended feed view all detail page manga cells
>Remove Latest Tab in Discover and Integrate It Into Recommended Feed -- https://mangaxmanga.atlassian.net/browse/MXM-179
>moved latest tab in discover into a new section in recommended that is paginated just like the latest tab was and created paginated latest detail page for it, pagination is generic enough that multiple things, including non-latest could re-use it in the future, including potentially showing multiple of them in the recommendations of discover
>Update Settings UI to New UI 2.0 -- https://mangaxmanga.atlassian.net/browse/MXM-180
>updates settings UI to have rounded corners for new UI
>updated UI for all settings cell types
>Create UI for Segmented Control Setting Section -- https://mangaxmanga.atlassian.net/browse/MXM-181
>(e.g. for number Columns in Grid, showing titles inside/under thumbnails)
>Create UI for Number Slider Setting Section -- https://mangaxmanga.atlassian.net/browse/MXM-182
>(e.g. for background theme mixing percentage)
>Update Count UI In Library Grid View to New UI 2.0 -- https://mangaxmanga.atlassian.net/browse/MXM-183
>Update Tracked Tracker Cell UI to New UI 2.0 -- https://mangaxmanga.atlassian.net/browse/MXM-184
>Update Untracked Tracker Cell UI to New UI 2.0 -- https://mangaxmanga.atlassian.net/browse/MXM-185
>Update Connect Orphan Tracker Cell UI to New UI 2.0 -- https://mangaxmanga.atlassian.net/browse/MXM-186
>Update Categories Tags UI on Series Detail Page to New UI 2.0 -- https://mangaxmanga.atlassian.net/browse/MXM-187
>Update Chapter List View UI to New UI 2.0 -- https://mangaxmanga.atlassian.net/browse/MXM-188
>adding rounding corners logic on Series Detail Page
>Update Chapter Grid View UI to New UI 2.0 -- https://mangaxmanga.atlassian.net/browse/MXM-189
>adding rounded corners logic on Series Detail Page
>Simplify Chapter/Volume Text In Grid View For Chapter List -- https://mangaxmanga.atlassian.net/browse/MXM-190
>hide C for chapter if only Chapter available, only specify when Volume is also available
>Move Sort Direction and Language Filtering Of Chapter List Into More Options Pop Up -- https://mangaxmanga.atlassian.net/browse/MXM-191
>bubble on floating bar on series detail view
>Overhaul Series Detail Page UI to New UI 2.0 -- https://mangaxmanga.atlassian.net/browse/MXM-192
>Overhaul Series Detail Info Tab Header UI to New UI 2.0 -- https://mangaxmanga.atlassian.net/browse/MXM-193
>Overhaul Series Detail Chapter List Header UI to New UI 2.0 -- https://mangaxmanga.atlassian.net/browse/MXM-194
>Overhaul Series Detail Related Recommendations/Genre Recommendations UI to New UI 2.0 -- https://mangaxmanga.atlassian.net/browse/MXM-195
>Update Download Queue Page UI to New UI 2.0 -- https://mangaxmanga.atlassian.net/browse/MXM-197
>Overhaul Library UI to New UI 2.0 -- https://mangaxmanga.atlassian.net/browse/MXM-198
>Update Tags/Filters UI to New UI 2.0 -- https://mangaxmanga.atlassian.net/browse/MXM-199
>Move Latest Tab Into Top of Recommended Feed and Remove Tabs in Discover -- https://mangaxmanga.atlassian.net/browse/MXM-200
>removed segmented control tabs from top of Discover (Recommended, All, Latest)
>added Latest logic to feeds
>created Paginated Series Detail Page which can be used for any paginatable request listing
>Overhaul Discover Recommended UI to New UI 2.0 -- https://mangaxmanga.atlassian.net/browse/MXM-201
>Overhaul Discover Search UI to New UI 2.0 -- https://mangaxmanga.atlassian.net/browse/MXM-202
>Discover is now just recommended with latest from the current source integrated into it as part of the recommended feed
>Search is brought up by either tapping the search icon in the new floating tab bar or toggling the discover icon in the floating tab bar which will switch between recommended and search in discover
>tapping the search icon will enter search in discover if you are on discover or if you were on discover more recently than in your library (otherwise it'll bring up search in your library instead)
>Move Download Queue Into More Options In Discover to Clean Up UI -- https://mangaxmanga.atlassian.net/browse/MXM-203
>Move Creating/Editing Custom Recommendation Lists into More Options Pop Up In Discover to Clean Up Discover UI -- https://mangaxmanga.atlassian.net/browse/MXM-204
>Make Clear Search Button Part of Filters, Not Always Visible in Library/Discover Search -- https://mangaxmanga.atlassian.net/browse/MXM-205
>made clear search button no longer always shown in library and discover, it will appear as part of the select filter criteria only if you have filters selected
>Create New Filter Search Hover Bar for New UI 2.0 -- https://mangaxmanga.atlassian.net/browse/MXM-206
>Advanced Search Filters brought up by Filter button inside the search bar
> -- https://mangaxmanga.atlassian.net/browse/MXM-207
>Image Asset Updates for New UI 2.0
>updated various images for new UI
```
```diff
[**Bugfixes: v.1.25 (1.3) iOS TestFlight/MacOS 08/01/21
+% Read Progress Logic Never Shows As 100%, Even When Finished Reading A Chapter -- https://mangaxmanga.atlassian.net/browse/MXM-196
+fix % read progress logic for displaying reading progress bar, so that 100% actually occurs when you finished reading a chapter
```
2021-08-03 19:49:10 +0000 UTC
View Post
One of the mockups for the new UI coming
2021-03-26 05:54:58 +0000 UTC
View Post
[**Features v.1.19 (1.8) for iOS (TestFlight)/MacOS**:
>Get Background Refresh for New Chapter Notifications Working OUTSIDE of app -- https://mangaxmanga.atlassian.net/browse/MXM-34
>Add iOS 14 Widget to display Last Read Series, Deeplink to Last Read Chapter -- https://mangaxmanga.atlassian.net/browse/MXM-24
>Add Sort by # Unread Chapters to Library -- https://mangaxmanga.atlassian.net/browse/MXM-11
>Create Migration System to Migrate UserDefaults, CoreData, and Files to App Group for Widgets -- https://mangaxmanga.atlassian.net/browse/MXM-11
--In order for widgets/extensions to have access to the app's data, an app group needs to be added and user defaults, core data, and files (thumbnails, downloads) stored there. For existing users who have already downloaded the app and used it, there needs to be a system for automatically migrated their existing data to the app group
>Create Cache Settings Page -- https://mangaxmanga.atlassian.net/browse/MXM-32
--you will have the ability to force clear individual cache stores for chapter lists, latest available sources, and recommendations
+**Bugfixes: v.1.19 (1.8) for iOS (TestFlight)/MacOS**
+special characters cause discover search to crash e.g. apostrophe -- https://mangaxmanga.atlassian.net/browse/MXM-1
+In Paged Reader Can't swipe left/right on part of screen below visible image -- https://mangaxmanga.atlassian.net/browse/MXM-3
+Restoring from Backup does not restore last read page for chapters -- https://mangaxmanga.atlassian.net/browse/MXM-21
+Fix chapter list sort where chapter 0 auto sorts to the bottom of the chapter list in ASC -- https://mangaxmanga.atlassian.net/browse/MXM-26
+Unread/Available Chapter Refresh gets stuck when a refreshed series has no new chapters -- https://mangaxmanga.atlassian.net/browse/MXM-29
+Unread/Available Chapter Refresh updates last read date of a series that gets refreshed -- https://mangaxmanga.atlassian.net/browse/MXM-30
+Protect Against Quickly Tapping Continue to Next/Previous Chapters -- https://mangaxmanga.atlassian.net/browse/MXM-33
"**Improvements v.1.19 (1.8) for iOS (TestFlight)/MacOS :**
-remove chapter notifications from appearing in app (in foreground) -- https://mangaxmanga.atlassian.net/browse/MXM-36
-clean up edit select circles on backup/restore cells and cache setting cells in Settings -- https://mangaxmanga.atlassian.net/browse/MXM-37
2020-10-11 21:47:45 +0000 UTC
View Post
[**Features v.1.19 (1.5) for MacOS/iOS (TestFlight)**:
>rewrite zip file import to handle folders, you can now have crazy zip files with subfolders and subzipping all the way down forever and it will still work (one series per import file)
>updated import tab through the app so it can now handle importing MULTIPLE zip files and recommendation list files through multi-selecting files (does not seem to be possible from the files app, need to use import tab)
>implement filter by followed/unfollowed in library search
>added description to chapter list pages, if you have already followed a series and don't have a description you can pull down to refresh and you should get the description
>implemented right to left reading options and right to left reading for paged and longstrip landscape >implement read history tracking
>you can sort series in your library now by last read (ascending/descending)
+**Bugfixes: v.1.19 (1.5) for iOS (TestFlight)**
+fixed issue where on Feed Detail ViewControllers offscreen cells are not loaded, something to do with updateCellFont() being called in cellForItemAt, fixed for all FeedDetailVCs
+fixed for downloaded chapter pages sometimes being out of order, this was due to incorrectly sorting images files with numerical values alphabetically
+fixed bug where style was not correctly set to title in recommended detail page for list of lists recommendations type
+added padding to recommended bottom and chapter list bottom so that slide up will never cover chapters and so that bottom of feed is fully enjoyable (the shadows)
+fix bug where you can't continue to the last chapter through continuous reading
"**Improvements v.1.19 (1.5) for iOS (TestFlight) :**
-add support for adding recommendation files through import button (will immediately update recommendations feed)
-made language scroll in follow menu, left to right
-update follow menu and reader menu and create recommendation list menu to be scrollable, so all content is reachable on smaller devices
-improve sort display values in library
-changed discover icon to be the app icon
-Library and Discover Search UI overhall
- library top bar and discover top bar completely updated. Search Bar is no longer there, filters are perfectly rounded, different style for x, remove icon size is corrected, background views given to +/- and sort labels -search bar is now a little icon at the bottom right that will expand and move with the keyboard when you used it
-update advanced search filter pop ups to be rounded in the same way as the scroll on library/discover search
-changed order of tabs, order is now discover, library, import, download queue, settings -update separator to be same style as chapter list page on download queue, import confirmation page, and list view cells
2020-09-27 20:24:36 +0000 UTC
View Post
I've updated the file importing implementation to be much more flexible on the file structure and now through the import tab you can select multiple zip files and manga recommendation list files and import them all at once. This will be in the next Test Flight Build v.1.19 (1.3)
2020-09-20 02:07:19 +0000 UTC
View Post
Release Notes v.1.19 (1.0) for MacOS/iOS (TestFlight) / v.1.18 (1.1) for iOS (App Store) - Changelog - Available Now:
+**Bugfixes: v.1.19 (1.0) for MacOS/iOS (TestFlight) / v.1.18 (1.1) for iOS (App Store) **
+images in recommendations type 4 are stretched if not the perfect size -- changed to fill
+continue reading button does not work if next chapter is tracked but not downloaded
+last read doesn't seem to get saved when exiting chapter list page even when following a source
+continuous reading will take you to the previous chapter on continue to next if you sort chapters by descending
+borderlines on thumbnails -- idk why I put this here in the first place.. possibly for debugging
+filters cause continuous loading on mangasee
+last read not saved when continuing reading from within reader
+update status multi-select does not update on unopened chapters for follows in library, fine online
**Features v.1.19 (1.0) for MacOS/iOS (TestFlight) / v.1.18 (1.1) for iOS (App Store) **: >monotone, violet, red themes added
>external sources -- through settings sources can now be added without updating the app, I can remotely update the sources in the app as well without needing to update the app or you do anything in the settings.
>create shareable recommendations lists! This something I'm really excited about, please see: https://www.youtube.com/watch?v=WixR1Q1eLTE, for full details basically you can search for anything in discover and then go into "Select Mode" and select or just take all results from a search and save them automatically to list in a file as recommendations. In your app this list will then automatically get picked up from /recs folder in the files app and will be displayed in the recommendations tab above the recommendations coming from the backend. you can save as many recommendations files as you want and they will be saved in /recs for now if you DON'T want a file to show up in your recommendations feed, then you should delete/move it out of the /recs folder through the files app (NOT through the import button) you can SHARE the files you create by airdropping/emailing them out of the files app on iOS and other people can place them into the /recs folder and they will automatically show up in their app. There will be a channel in the discord specifically to share these recommendations files. -as you are creating a recommendations file a default recs_raw.rmxm file is created, and you can add to the file from multiple searches as long as you want (across different sources, etc), when you are done, you should specify to save a new file and give it a name, and it will save a new file. again full info in the youtube video: https://www.youtube.com/watch?v=WixR1Q1eLTE
"**Improvements v.1.19 (1.0) for MacOS/iOS (TestFlight) / v.1.18 (1.1) for iOS (App Store) :** -continue reading should mark chapter read progress as completed -- working from reader menu, paged swiping, long strip continue
-sources dropdown was removed to make room for creating/selecting shareable recommendations. the select source dropdown is now the actual source name above the #results.
2020-09-17 23:35:55 +0000 UTC
View Post
+**Bugfixes: v.1.17 (1.01) for MacOS/iOS (TestFlight)**
+query search sometimes causes crashes in library -- I think I fixed this bastard!
+updating read status multi-select not always working on unopened follow chapters
+spaces in mangadex,mangapark search causes crash -- make sure fix doesn't break other sources' search
+follows don't start tracking reading progress until you leave chapter list page and come back
+improvement -- reimplement pull to refresh to support following
+fix for all search inputs for spaces not just search query e.g. author, artist, scan group inputs on various sources
+while pages are loading, long strip scrolls by itself...
+not able to download chapters that are on series/sources you followed and already started reading (so progress is tracked on it)
[**Features v.1.17 (1.01) for MacOS/iOS (TestFlight)**:
Following a Series
>continuous reading online and from library on follows in paged/longstrip reader
>continue reading button takes you to last read chapter quickly
>added button to go to previous/next chapter in reader menu
>in paged swiping on first/last page in a chapter will automatically take you to the prev/next chapter
>in long strip at the end of a chapter there will be a continue reading button that will take you to the next chapter
Sources
>mangasee added
>mangafox added
**Improvements v.1.17 (1.01) for MacOS/iOS (TestFlight):**
-in jump to page scroll in reader menu, pages numbers start at 1
-in reader menu, title has page progress e.g. 5/24, and chapter number is in prev/next continue reading button now
-app name is now MxM on iPhone screens so that it is not truncated
-made separator behind chapter progress divider color rather than themed, more obvious to see progress now
2020-09-10 22:26:25 +0000 UTC
View Post
+**Bugfixes: v.1.121 (1.59) for MacOS/iOS (TestFlight)**
+search eyeglass is covered slightly
+option to hide next/prev button, and extend image all the way to the bottom of the screen in page reader
+previous/next button will fade out on opening the reader but still be tappable, image extends to bottom of screen now
+ certain series reading does not work for manganelo escape
+left/right swipe in paged reader only work on visible image not area below it if there is one +language filter dropdown on DownloadQueue page does not update label when selecting a language +search on manganelo does not support spaces
+status put into label for status instead of value
[**Features v.1.121 (1.59) for MacOS/iOS (TestFlight)**:
Following a Series
>follow a series across multiple sources
>when you follow a series on a source in your library the chapter list page will fetch all the available chapters for that source
>when you follow a series on a source, the app will keep track of your reading progress on ever chapter you read, whether downloaded or not
>you will be able to specify which languages to follow a series on for each sources >when you follow a series on multiple sources, the chapter list page in your library will fetch all the available chapters from all the sources you follow the series on
>when you unfollow a series you can specify to unfollow from all sources or a subset of sources
>when you unfollow a series all your reading history (for non-downloaded chapters) from that sources will be deleted Chapter List/Grid UI Updates
>read chapters will be greyed out in list/grid UI
>download button is gone as it is no longer needed
>rows are smaller as download button is gone so no need for larger rows
>grid UI is more subtle, selection in edit mode make the shadow the theme color
>grid UI when a chapter's reading progress is in progress, the shadow will be yellow like the time glass in the list view
>language drop down is not just a Language Code instead of a flag
>tapping on the thumbnail image will bring up a large view of the cover image
>chapters that are actually downloaded will have a green bullet point next to them Chapter List Edit Mode
>chapter list now has an Edit button, which will trigger edit mode where you can select multiple chapters (in list or grid view) and update their read status, delete their associated files, or add multiple chapters to the download queue at once
>if you try to update the status of a chapter from a source you are not following (and haven't downloaded) you will first be prompted to follow it
>merged online/offline chapter lists into single page
"**Improvements v.1.121 (1.59) for MacOS/iOS (TestFlight):**
-update follow/bookmark icon, more visible in library grid
-clean up settings UI -add discord link to settings
-clean up chapter list/grid UI"
2020-09-06 03:33:03 +0000 UTC
View Post
Release Notes for v.1.121 (1.3) for iOS (TestFlight) and MacOS (link @ mangaxmanga.com) - Changelog:
Bugfixes:
+chapter/volume numbers are sometimes incorrect for manganelo e.g. a title like Vol tbd. chapter 60 turns into Vol 60 for Boku No Hero Academia, same for some chapters in mangapark e.g. one piece vol. TBD Chapter 893 turns into vol 893
+search on manganelo does not support spaces
+grid/list button image on online chapter list not toggling when switching between list and grid
+marquee title glues end to the start in chapter listing pages
+jump scroll to top should really scroll all the way to the top instead of just the first chapter
+when reading a webcomic (where each page from a source is really long) in paged view, if you reach the end of a page and then go to the next/previous page, the new page does not scroll to the start (not a problem in longstrip)
+the line under the searchbar that sometimes decides to show up
+in mangapark genres for a series get glued together into one word
+tab label and download prompt switches in settings mess with each other
+language filter button in library header shrinks too much when triggering search
+issue where rotating broke spacing between grid cells in library, all, latest
Improvements:
-removed font no one likes from list/grid label in library and selected source label in discovery
-changed clear search image in library/discovery to an X image instead of a funnel
-instead of hiding the search bar and the select source drop down when not on the all/search tab, keep them showing and just have them automatically slide you over to the all/search tab
-fixed issue where tapping outside of image if there is extra space on screen in reader does not bring up menu
-moved back button to the leftmost of the reader menu
-changed the gestures for bringing up and hiding the reader menu from long presses to single taps
-made previous/next buttons less obtrusive in paged reading
-enabled left/right swipe in paged reader
Features:
>updated library grid view, all/search & latest grid views in discovery to gracefully handle switching from portrait to landscape mode (way to small to use on an iPhone), but on iPad in landscape the grids will become horizontally scrollable and the +/- buttons to resize the grid will resize rows instead of columns
>implemented double page reading in landscape (works on iPhone and iPad), just go into longstrip and rotate.
>new setting for double page reading, it's basically a continous scroll of pages but horizontally, with the magnet in the reader menu you can choose to snap to pages or just free scroll. The default is freescroll until you set it.
2020-08-30 14:50:51 +0000 UTC
View Post
2020-08-28 23:53:14 +0000 UTC
View Post