Skip to content

v0.2.0

Compare
Choose a tag to compare
@agilgur5 agilgur5 released this 25 Oct 17:51
· 12 commits to master since this release

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...v0.2.0