Skip to content

Commit

Permalink
Updated update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
simjanos-dev committed May 19, 2024
1 parent 7d0c08c commit 75092b0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/Home/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<v-card outlined class="rounded-lg pt-0 mr-4 mb-4" width="290px">
<v-card-title>Version</v-card-title>
<v-card-text>
The current LinguaCafe version is v0.12.1.
The current LinguaCafe version is v0.12.2.
<div class="footer-link-box mb-1 mt-4">
<router-link to="/patch-notes"><v-icon class="mr-2">mdi-update</v-icon>Patch notes</router-link>
</div>
Expand Down
27 changes: 27 additions & 0 deletions resources/js/components/Home/PatchNotes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
Patch notes
</div>

<v-card outlined class="rounded-lg mb-8">
<v-card-title>v0.12.2<v-spacer /> 2024.05.19.</v-card-title>
<v-card-text>
<b>Bug fixes:</b>
<ul>
<li>
Disabled touch scrolling while selecting text.
</li>
<li>
Fixed a bug that prevented reading and reviewing in browsers that do not support TTS, like Opera.
</li>
</ul>
</v-card-text>
</v-card>

<v-card outlined class="rounded-lg mb-8">
<v-card-title>v0.12.1<v-spacer /> 2024.05.17.</v-card-title>
<v-card-text>
Expand Down Expand Up @@ -144,6 +159,18 @@
</v-card-text>
</v-card>

<v-card outlined class="rounded-lg mb-8">
<v-card-title>v0.11.1 <v-spacer /> 2024.04.27.</v-card-title>
<v-card-text>
<b>Bug fixes:</b>
<ul>
<li>
Fixed broken "Hide all highlighting" and "Hide new word highlighting" settings.
</li>
</ul>
</v-card-text>
</v-card>

<v-card outlined class="rounded-lg mb-8">
<v-card-title>v0.11 <v-spacer /> 2024.04.25.</v-card-title>
<v-card-text>
Expand Down

0 comments on commit 75092b0

Please sign in to comment.