Releases: agilgur5/react-native-manga-reader-app
Releases · agilgur5/react-native-manga-reader-app
v0.3.1
Release
(pub): release v0.3.1 -- improve search input UX
- disables autocorrect (and spellcheck) on search
- debounces search input
Changelog
- [
061f17a4c1
] - (pub): release v0.3.1 -- improve search input UX (Anton Gilgur) - [
aadeec12b8
] - (optim): debounce the search input handler (Anton Gilgur) - [
4d55f85aee
] - (change): don't autocorrect search input (Anton Gilgur)
v0.3.0
Release
(pub): release v0.3.0 -- indicate new unread chapters
- adds text displaying # of new unread chapters per manga at-a-glance
in main manga list view
- adds logic to fetch chapters for all favorited manga on app load,
ensuring up-to-date # of new unread chapters for each
- both additions help give users visibility into if there are any
new chapters to read without having to tap into the manga
Changelog
- [
1405477946
] - (pub): release v0.3.0 -- indicate new unread chapters (Anton Gilgur) - [
8f10c1c38e
] - (feat): fetch chapters on app load to display numNewUnread (Anton Gilgur) - [
6fa5eee7c8
] - (feat): show # of new unread chapters in manga list view (Anton Gilgur)
v0.2.2
Release
(pub): release v0.2.2 -- hotfix to merge fetched manga
- fixes edge case when persisted favorited manga is overwritten by a
fetch of the same manga in latest or search
Changelog
- [
77d87f17c3
] - (pub): release v0.2.2 -- hotfix to merge fetched manga (Anton Gilgur) - [
2f15e1a4b9
] - (hotfix): merge persisted mangas with fetched ones (Anton Gilgur)
v0.2.1
Release
(pub): release v0.2.1 -- bugfixes for loading new chapters
- fixes parsing of release dates when a relative date is used
- fixes merge bugs causing new chapters to not show up
- internal changes:
- expose / unignore / version control some scraper code
Changelog
- [
70e204d252
] - (pub): release v0.2.1 -- bugfixes for loading new chapters (Anton Gilgur) - [
572fbd6d63
] - (fix): ensure certain relative dates can be parsed (Anton Gilgur) - [
fbfdb894d0
] - (change): expose most of the scraper code (Anton Gilgur) - [
8d568fc664
] - (fix): ensure new chapter list is merged properly (Anton Gilgur)
v0.2.0
Release
(pub): release v0.2.0 -- track read/unread & new + scrolling
- some big/important additions in this release!
- add chapter read/unread tracking
- add release dates in chapter list
- add new chapter tracking
- significantly improve usability / scrollability of manga lists by
using one big SectionList to hold each sublist
- upgrade to Expo 33, which is the min SDK supported by the current
latest Expo Client app
- and some repo improvements
- add CHANGELOG.md that points to GH Releases page
- add changelog script to generate changelogs
- add versioning badges to README
- add Run with Expo badge to README
Changelog
- [
b4c712e445
] - (pub): release v0.2.0 -- track read/unread & new + scrolling (Anton Gilgur) - [
384acbce2e
] - (pkg): asset changes made by Expo (Anton Gilgur) - [
0a8f227603
] - (pkg): add a Changelog that points to the GH Releases page (Anton Gilgur) - [
11f532ca77
] - (pkg): add script to generate changelog for each release (Anton Gilgur) - [
61be8ac264
] - (docs): add badges for Expo release and versioning (Anton Gilgur) - [
ad53a41057
] - (docs): modify Misc section features and level of changes (Anton Gilgur) - [
36380bbaae
] - (feat/design): use one big SectionList to scroll all manga (Anton Gilgur) - [
dce127658d
] - (feat): add chapter release dates and new chapter indicator (Anton Gilgur) - [
78383dca2a
] - (feat): add read/unread tracking of chapters (Anton Gilgur) - [
04723420f1
] - (fix): render w/o errors (stray strings, NaN aspect ratio) (Anton Gilgur) - [
144c5f4ac1
] - (fix): change Babel setup to fix Expo 31+ issues (Anton Gilgur) - [
b4f3104f96
] - (security): run npm audit fix to fix some transitive deps (Anton Gilgur) - [
3b55fead68
] - (deps): update to Expo 33! (Anton Gilgur) - [
e4c0d8f80e
] - (deps): use newly published mst-persist from NPM (Anton Gilgur) - [
00332a48f8
] - (docs): update comments on new features (Anton Gilgur)
v0.1.0
-
Added Favorites w/ AsyncStorage via
mst-persist
-
Some fixes to styling and fixes to bugs encountered in dependencies