Releases: CircuitVerse/mobile-app
Releases Β· CircuitVerse/mobile-app
Mobile App Release v1.3.0 (2022-07-19)
Features
- ib: showcase button on interactive book (#170)
- auth: Responsive image on screen (#187)
- circuits: Search circuit feature (#225)
- profile: Upload profile picture support (#226)
- ib: Search through content in ib (#229)
- group: Implement multiple mentor support (#232)
- group: Add directly as mentor in Group (#234)
Bug Fixes
- ib: Hidden FAB's in Interactive Book are active when hidden (#174)
- ib: Unexpected behaviour on tapping any Chapter Content tile (#176)
- auth: eye button state changed (#185)
- auth: added password length validator (#198)
- favorites: updated starred state is not reflecting (#199)
- profile: fix photo_view package exception (#202)
- null-safety: fix null exception (#209)
- profile: hide "subscribed to mail" data from other profile (#213)
- profile: update CountryInstituteAPI URL (#214)
- drawer: update in name is not reflected in drawer (#218)
Refactor & Code Quality
- lints: sort constructors first (#171)
- lints: always put required named parameters first, join return with assignment (#172)
- lints: unnecessary parenthesis, avoid redundant argument values (#179)
- flutter: bump dependencies flutter 2.8 (#180)
- flutter: bump dependencies iOS (#181)
- flutter: migrate to null safety (#182)
- flutter: bump dependencies flutter 2.10 (#188)
- flutter: mapping error resolved (#190)
- flutter: migrate to Android Embedding V2 (#201)
- readme: update readme file (#208)
- action: add timeout to the action (#219)
New Contributors
- @M-A-D-A-R-A made their first contribution in #171
- @aman-singh7 made their first contribution in #172
- @Aadeesh11 made their first contribution in #174
- @ItsAdityaKSingh made their first contribution in #181
- @noman2002 made their first contribution in #198
- @Omegaviv made their first contribution in #208
Mobile App Release v1.2.0 (2021-11-05)
Bug Fixes
- failed to load widget/error widget (#134) (d3fd49c)
- lints: unnecessary_string_interpolations rule (#154) (ae8ffba)
- lints: avoid_function_literals_in_foreach_calls rule (#162) (91dfa62)
- lints: avoid_unnecessary_containers rule (#152) (5849c2e)
- lints: fix multiple lint rules (#153) (c354531)
- lints: prefer const declarations (#155) (11dbccf)
- lints: prefer_interpolation_to_compose_strings rule (#163) (cf18d45)
- lints: prefer_typing_uninitialized_variables rule (#161) (83ed9af)
- lints: single quote and const constructor rules (#150) (d0305c2)
- lints: sized_box_for_whitespace and prefer_const_literals_to_create_immutables rules (#158) (5dbd355)
- lints: unnecessary_string_escapes and prefer_function_declarations_over_variables rules (#160) (fb4df78)
- lints: use_key_in_widget_constructors rule (#159) (714ab87)
- migrate to flutter 2.5 (#144) (7a1e5eb), closes #134 #146
Features
Mobile App Release v1.1.0 (2021-08-16)
Bug Fixes
- 119: swap flutter_icons with fluttericon (#129) (f43c8c7)
- Added the on tap to disappear keyboard (#55) (df5c7dc)
- i18n: remove old i18n configuration and add new workflow for intl (#124) (0bce311)
- ib: Add SVG Support to images. (#114) (fc39311)
- ib: bug fixes and misc improvements (9fc1fb5)
- ib: builders deadlock between setState and FutureBuilder (#117) (7144fd8)
- ib: Inline HTML tags and support for sub, sup tags (#116) (cbc9eb9)
- ib: introduce vertical padding in headings (#127) (b9398d5)
- ib: scroll to local links within page (#125) (30b5bd1)
- Timing spelling typo corrected (#90) (7a1d006)
Features
- Add fastlane configuration (3af8dd8)
- cd: enable deployments via GitHub releases (#128) (e33e140)
- commitlint: enable commit linting via git hooks (940c6ba)
- ib: Add support for Pop Quizzes. (#115) (e8186b6)
- ib: initial beta support for Mathjax forumulas (4511344)
- ib: scroll to index links in table of contents (#123) (9e9287f)