Skip to content

Commit 5eb0f6e

Browse files
committed
Release 25.12.1.
1 parent 9afbf7c commit 5eb0f6e

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

data/io.github.wartybix.Constrict.metainfo.xml.in

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,19 @@
8989
</screenshots>
9090

9191
<releases>
92+
<release version="25.12.1" date="2025-12-27">
93+
<url type="details">https://github.com/Wartybix/Constrict/releases/tag/25.12.1</url>
94+
<description translate="no">
95+
<p>A few quality of life improvements in this one:</p>
96+
<ul>
97+
<li>Added French translation.</li>
98+
<li>Now shows a progress bar when importing many videos, improving responsiveness.</li>
99+
<li>Allowed folders of videos to be recursively imported via drag-and-drop or using your file manager's ‘Open With’ dialog.</li>
100+
<li>Reworded some toasts for clearer readability, among other small UI tweaks.</li>
101+
<li>Updated existing translations.</li>
102+
</ul>
103+
</description>
104+
</release>
92105
<release version="25.12" date="2025-12-04">
93106
<url type="details">https://github.com/Wartybix/Constrict/releases/tag/25.12</url>
94107
<description translate="no">

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('constrict',
2-
version: '25.12',
2+
version: '25.12.1',
33
meson_version: '>= 1.0.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)