diff --git a/resources/js/components/Home/Home.vue b/resources/js/components/Home/Home.vue index 26d03ba2..40c5d5ed 100644 --- a/resources/js/components/Home/Home.vue +++ b/resources/js/components/Home/Home.vue @@ -83,7 +83,7 @@ Version - The current LinguaCafe version is v0.12.1. + The current LinguaCafe version is v0.12.2. diff --git a/resources/js/components/Home/PatchNotes.vue b/resources/js/components/Home/PatchNotes.vue index ebf6915e..469c2251 100644 --- a/resources/js/components/Home/PatchNotes.vue +++ b/resources/js/components/Home/PatchNotes.vue @@ -4,6 +4,21 @@ Patch notes + + v0.12.2 2024.05.19. + + Bug fixes: +
    +
  • + Disabled touch scrolling while selecting text. +
  • +
  • + Fixed a bug that prevented reading and reviewing in browsers that do not support TTS, like Opera. +
  • +
+
+
+ v0.12.1 2024.05.17. @@ -144,6 +159,18 @@ + + v0.11.1 2024.04.27. + + Bug fixes: +
    +
  • + Fixed broken "Hide all highlighting" and "Hide new word highlighting" settings. +
  • +
+
+
+ v0.11 2024.04.25.