Skip to content

Commit

Permalink
(pub): release v0.2.0 -- track read/unread & new + scrolling
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
agilgur5 committed Oct 25, 2019
1 parent 384acbc commit b4c712e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"slug": "react-native-manga-reader-app",
"privacy": "public",
"sdkVersion": "33.0.0",
"version": "0.1.0",
"version": "0.2.0",
"platforms": [
"ios",
"android"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-manga-reader-app",
"description": "A React Native / Expo app for cross-platform manga reading",
"version": "0.1.0",
"version": "0.2.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand Down

0 comments on commit b4c712e

Please sign in to comment.