Skip to content

Commit 2e24ba6

Browse files
committed
v45.2
1 parent 780881e commit 2e24ba6

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

data/app.metainfo.xml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,24 @@
4848
</screenshots>
4949
<content_rating type="oars-1.1" />
5050
<releases>
51-
<release version="45.1" date="2023-09-29">
51+
<release version="45.2" date="2023-10-11">
52+
<description>
53+
<ul>
54+
<li>Rust: Fix the issue of compiling fails after updating Workbench</li>
55+
<li>Manuals: Fix a couple of minor issues</li>
56+
<li>Library: Port "Web View" entry to Rust</li>
57+
<li>Library: Port "HTTP Image" entry to Rust</li>
58+
<li>Library: Port "HTTP Image" entry to Rust</li>
59+
<li>Library: Port "WebSocket Client" entry to Rust</li>
60+
<li>Library: Port "Audio" entry to Vala</li>
61+
<li>Library: Port "Video" entry to Vala</li>
62+
<li>Library: Port "Picture" entry to Vala</li>
63+
<li>Library: Port "Flow Box" entry to Vala</li>
64+
<li>Library: Port "Box" entry to Vala</li>
65+
</ul>
66+
</description>
67+
</release>
68+
<release version="45.1" date="2023-10-02">
5269
<description>
5370
<ul>
5471
<li>Add "Extensions" to enable Rust and Vala support</li>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('Workbench', ['vala', 'c', 'rust'],
2-
version: '45.1',
2+
version: '45.2',
33
meson_version: '>= 0.59.0',
44
license: 'GPL-3.0-only'
55
)

0 commit comments

Comments
 (0)