Skip to content

Commit 40759ca

Browse files
chore: Release 2.6
1 parent b61ace7 commit 40759ca

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
### In Development
3-
- Fix DeepL provider when expected HTTP 429 status is returned
3+
4+
### 2.6.0
5+
- Fix DeepL provider when expected HTTP 429 status is returned
46
- Fetch Google languages list dynamically
57
- Fetch Yandex languages list dynamically
68
- Spell-checking support

data/app.drey.Dialect.metainfo.xml.in.in

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,19 @@
5353
</screenshot>
5454
</screenshots>
5555
<releases>
56+
<release version="2.6.0" date="2025-07-22">
57+
<description translate="no">
58+
<ul>
59+
<li>Fix DeepL provider when expected HTTP 429 status is returned</li>
60+
<li>Fetch Google languages list dynamically</li>
61+
<li>Fetch Yandex languages list dynamically</li>
62+
<li>Spell-checking support</li>
63+
<li>Fix primary clipboard handling</li>
64+
<li>Code cleanups and optimizations</li>
65+
<li>Bug fixes></li>
66+
</ul>
67+
</description>
68+
</release>
5669
<release version="2.5.0" date="2024-10-06">
5770
<description translate="no">
5871
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('dialect',
2-
version: '2.5.0',
2+
version: '2.6.0',
33
meson_version: '>= 0.59.0',
44
default_options: [ 'warning_level=2',
55
],

0 commit comments

Comments
 (0)