Skip to content

Releases: emiliosheinz/briskly

v1.17.1

01 May 01:11
b3fa4b6
Compare
Choose a tag to compare

1.17.1 (2023-05-01)

Bug Fixes

  • 🐛 fixes cards returned in review session (35e7f63)

v1.17.0

01 May 00:20
6eca5f9
Compare
Choose a tag to compare

1.17.0 (2023-05-01)

Code Refactors

  • ♻️ bump minimum accepted similarity (c027ed8)

New Features

  • ✨ adds similarity and most similar answer to database (bafa1a0)

Miscellaneous Chores

  • 🔖 release new app version (6eca5f9)

v1.16.0

30 Apr 23:38
ced1f37
Compare
Choose a tag to compare

1.16.0 (2023-04-30)

New Features

  • ✨ adds webp as accepted image type (fb8950f)

Code Refactors

  • ♻️ bumps image size limit to 250kb (57fa407)
  • ♻️ changes postgres version (9cd3cf4)
  • ♿ improves menus accessibility and cards layoyut (dad0b70)

Miscellaneous Chores

  • 🔖 release new app version (ced1f37)

v1.15.0

14 Apr 21:49
db4c957
Compare
Choose a tag to compare

1.15.0 (2023-04-14)

Performance Improvements

  • ⚡ wakes microservice up everytime someone opens the web site (e64d7de)

New Features

  • 🚸 adds context to the cards loader (8a98c54)
  • ✨ decks with study session section (c2c5b7d)

Code Refactors

  • ♻️ bumps cycle interval (34cf9c5)

Miscellaneous Chores

  • ⚡ wakes server up when user accesses create deck page (b9794f1)
  • 🔖 release new app version (db4c957)

v1.14.0

08 Apr 00:27
7cf3668
Compare
Choose a tag to compare

1.14.0 (2023-04-08)

Performance Improvements

  • ⚡ improves image compression (7a3d62b)

Code Refactors

  • ♻️ removes bigger size loader (f00f634)

Styles

  • 💄 centers buttons content (0387eec)

New Features

  • 🍻 adds validation for already reported cards (0c9ec8b)
  • ✨ adds delete study session option (bd9fa9b)

Miscellaneous Chores

  • 🔖 release new app version (7cf3668)

v1.13.1

03 Apr 10:33
1330dbb
Compare
Choose a tag to compare

1.13.1 (2023-04-03)

Bug Fixes

  • 🐛 fgix max valida answers validation message (8762f25)

Code Refactors

  • ♻️ uses genrate flashcards microservice (13c97db)

Documentation

  • 📝 updates env example and readme (4481175)

Miscellaneous Chores

  • 🔧 adds briskly generate flash cards api as environment variable (045a526)
  • 🔖 release new app version (1330dbb)

v1.13.0

26 Mar 01:17
26893c5
Compare
Choose a tag to compare

1.13.0 (2023-03-26)

Documentation

  • 📝 adds banner to the documentation (e4771e2)

New Features

  • ✨ randomize the selected topics quantity and order (e2acecd)
  • ✨ randomize topic selection while generating flash cards (fecedb1)
  • ✨ search decks (e2001ce)
  • ✨ improves pages responsiveness (34b8cae)

Miscellaneous Chores

  • 🔖 release new app version (26893c5)

v1.12.0

19 Mar 17:31
614a2f6
Compare
Choose a tag to compare

1.12.0 (2023-03-19)

Bug Fixes

  • 🐛 fixes prompt ot be more accestive about the quantity (944aac3)

New Features

  • 🗃️ adds AnswerValidationReportStatus field to database (82e000e)
  • ✨ adds answer validation reports route (72325c1)
  • ✨ adds answerValidationReports creating during deck review flow (903f554)
  • ✨ adds decks pending answer validations reports card (2ed8350)
  • ✨ adds new tailwind collors (39cd5c2)
  • ✨ adds possiblity of having multiple right answers for a single card (84eaa26)
  • ✨ adds ReportAnswerValidationModal (1ce3aac)

Code Refactors

  • ♻️ change open api timeouts (f3f0805)
  • ♻️ increases ope api call timeout (9fcb6b3)
  • ♻️ reduces open ai api timeout (75a930a)
  • ♻️ remove max width from subtitle (61a5358)

Miscellaneous Chores

  • 🥅 adds additional information to the logs (fa23963)
  • 🔊 add logs to improve error tracking (12517bb)
  • 🔖 release new app version (614a2f6)

v1.11.0

12 Mar 20:53
6a7ce60
Compare
Choose a tag to compare

1.11.0 (2023-03-12)

Bug Fixes

  • 🐛 fixes size and color of ai generated card error (7b1f203)

Code Refactors

  • ♻️ improve tooltip and timeout (ba8b502)
  • ♻️ remove uncessary console.log (346f2d4)

New Features

  • 🚸 improves ai powered cards generation (c40dcd8)
  • ✨ improve cards generation with gpt turbo (886528e)
  • ✨ improve flashcards generation (c549903)
  • ✨ throw exception when no response was generated (d46b1ee)

Miscellaneous Chores

  • 💡 remove unecessary comments (bca5d3a)
  • 🔖 release new app version (6a7ce60)

v1.10.0

11 Mar 19:47
6528145
Compare
Choose a tag to compare

1.10.0 (2023-03-11)

Bug Fixes

  • 🐛 fix get last study session (9082e56)
  • 🐛 remove double quotes (ffc3888)

New Features

  • ✨ add open ai api call to validate cards responses (721d8c9)
  • ✨ adds ai based flashcards (a0ffec0)
  • ✨ adds AI powered cards (205d5b1)

Code Refactors

  • ♻️ change tooltip text for ai powered cards (c97de49)
  • ♻️ decrease the amount of tokens per card (9083cf8)
  • ♻️ improve generateFlashCards function (0f041ba)
  • ♻️ increase the amount of tokens per card (3361fe1)

Miscellaneous Chores

  • 🔖 release new app version (6528145)