Skip to content

Commit

Permalink
Updated patch notes for v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
simjanos-dev committed Jan 15, 2024
1 parent b553867 commit 807fe6c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion resources/js/components/Home/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,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 V0004.
The current LinguaCafe version is v0.4.
<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
21 changes: 15 additions & 6 deletions resources/js/components/Home/PatchNotes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
</div>

<v-card outlined class="rounded-lg mb-8">
<v-card-title>v0004 <v-spacer /> 2024.??.??.</v-card-title>
<v-card-title>v0.4 <v-spacer /> 2024.01.15.</v-card-title>
<v-card-text>
<b>New features:</b>
<ul>
<li>
German lemmatization for nouns and separable verbs have been improved.
</li>
<li>
There is a new UI for importing dictionaries.
Importing dictionaries have been simplified, and has a new UI page to manage them.
</li>
<li>
Information popups for different features have been added.
Expand All @@ -28,19 +28,28 @@
<li>
Added missing dialog close buttons.
</li>
<li>
Auto generated lemmas sometimes had uppercase letters. It has been changed to only contain lowercase letters.
</li>
</ul>

<b>Other changes:</b>
<ul>
<li>
Auto generated lemmas sometimes had uppercase letters. It has been changed to only contain lowercase letters.
Docker images are now published on the GitHub Container Registry, and there is a much simpler installation and update process.
</li>
<li>
Changed version number format.
</li>
<li>
Updated MySQL image to 8.0.
</li>
</ul>
</v-card-text>
</v-card>

<v-card outlined class="rounded-lg mb-8">
<v-card-title>v0003 <v-spacer /> 2024.01.12.</v-card-title>
<v-card-title>v0.3 <v-spacer /> 2024.01.12.</v-card-title>
<v-card-text>
<b>New features:</b>
<ul>
Expand Down Expand Up @@ -92,7 +101,7 @@
</v-card>

<v-card outlined class="rounded-lg mb-8">
<v-card-title>v0002 <v-spacer /> 2024.01.09.</v-card-title>
<v-card-title>v0.2 <v-spacer /> 2024.01.09.</v-card-title>
<v-card-text>
<b>New features:</b>
<ul>
Expand All @@ -118,7 +127,7 @@
</v-card>

<v-card outlined class="rounded-lg mb-8">
<v-card-title>v0001 <v-spacer /> 2024.01.07.</v-card-title>
<v-card-title>v0.1 <v-spacer /> 2024.01.07.</v-card-title>
<v-card-text>
Release.
</v-card-text>
Expand Down

0 comments on commit 807fe6c

Please sign in to comment.