mirror of
https://github.com/dialect-app/dialect.git
synced 2026-04-04 13:46:24 +00:00
Release version 2.2.0
This commit is contained in:
parent
a9ba6edf9a
commit
93ad6c1703
2 changed files with 16 additions and 1 deletions
|
|
@ -50,6 +50,21 @@
|
|||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="2.2.0" date="2023-11-16">
|
||||
<description translatable="no">
|
||||
<ul>
|
||||
<li>Refactored providers implementation to ease future features</li>
|
||||
<li>Added Lingva Text-to-speech support in addition to Google'ss</li>
|
||||
<li>Added Bing translation provider</li>
|
||||
<li>Added Yandex translation provider</li>
|
||||
<li>Updated preferences window</li>
|
||||
<li>Languages list now have localized sorting</li>
|
||||
<li>Fixed Lingva Translate provider bugs</li>
|
||||
<li>Updated translations</li>
|
||||
<li>Fixed minor bugs</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="2.1.1" date="2022-10-22">
|
||||
<description translatable="no">
|
||||
<ul>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('dialect',
|
||||
version: '2.1.1',
|
||||
version: '2.2.0',
|
||||
meson_version: '>= 0.59.0',
|
||||
default_options: [ 'warning_level=2',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue