Skip to content

Releases: SethCohen/ASLearner

v1.7.0

24 Feb 06:55
ae6ad3a
Compare
Choose a tag to compare

1.7.0 (2023-02-24)

Features

  • added basic review system (1e0fa8f)
  • added card number indicator (16e5c93)
  • added diff between lesson and review cards (27a966d)
  • added lesson progress indicator (bff2d25)
  • added visual diff for (un)completed lesson (e872ffc)
  • added visual progress bar (aa0bf7f)

Bug Fixes

Code Refactoring

  • moved handleCardProgress (8638599)
  • moved user streak handling to own method (a08129b)
  • refactored lesson code readability (29b19ea)

Styles

  • changed flashcard width (7eb90be)
  • changed lesson button width (a020ffe)
  • changed lesson icon and icon colour (4956166)
  • changed review button width (20f5725)

Miscellaneous

v1.6.0

13 Feb 17:20
445c7e8
Compare
Choose a tag to compare

1.6.0 (2023-02-13)

Features

  • added full implementation of spaced repetition (3c5959d)
  • added streak and last login tracking (b4c9d86)

Miscellaneous

v1.5.0

18 Jan 04:25
a264453
Compare
Choose a tag to compare

1.5.0 (2023-01-18)

Features

  • restyled landing page (2185548)
  • restyled lesson and flashcard components (7da4afb)
  • restyled lessons page (a059f82)
  • restyled page placeholder widgets (592fe31)

v1.4.0

21 Dec 04:15
3be99c3
Compare
Choose a tag to compare

1.4.0 (2022-12-21)

Features

  • added basic flashcard system (9c30687)
  • added flashcard instructions display (43faac7)
  • added spaced repetition algorithm dependency (fcc4c64)

Styles

v1.3.0

20 Dec 07:02
457a816
Compare
Choose a tag to compare

1.3.0 (2022-12-20)

Features

Miscellaneous

v1.2.1

17 Nov 18:30
5552eb8
Compare
Choose a tag to compare

1.2.1 (2022-11-17)

Miscellaneous

v1.2.0

17 Nov 01:41
ef18931
Compare
Choose a tag to compare

1.2.0 (2022-11-17)

Features

  • added fully functional login/logout system using Google authentication and Firebase (25474cb), closes #3
  • added profile account manager page and functionality (081b457)
  • changed app theme (8bd0bf7)

Code Refactoring

  • minor deprecation and linting fixes (59c52d7)

v1.1.0

27 Oct 06:13
7bc4280
Compare
Choose a tag to compare

1.1.0 (2022-10-27)

Features

  • ?: partial implementation of google sign in authentication (6436231)

v1.0.0

29 Sep 17:18
e26d3ff
Compare
Choose a tag to compare

1.0.0 (2022-09-29)

Features

Miscellaneous

  • added google release-please (f48337e)
  • restructured project (429a353)