Skip to content

Commit 5486d70

Browse files
committed
Prepare release 45.3
1 parent f6948b1 commit 5486d70

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Among other things, Workbench comes with
1414

1515
- Live GTK/CSS preview
1616
- Library of 100+ examples
17-
- JavaScript, Python, Rust and Vala support
17+
- JavaScript, Rust, Python and Vala support
1818
- Declarative user interface syntax
1919
- Autosave, sessions and projects
2020
- Code linter and formatter

data/app.metainfo.xml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<ul>
1616
<li>Live GTK/CSS preview</li>
1717
<li>Library of 100+ examples</li>
18-
<li>JavaScript, Python, Rust and Vala support</li>
18+
<li>JavaScript, Rust, Python and Vala support</li>
1919
<li>Declarative user interface syntax</li>
2020
<li>Autosave, sessions and projects</li>
2121
<li>Code linter and formatter</li>
@@ -48,6 +48,25 @@
4848
</screenshots>
4949
<content_rating type="oars-1.1" />
5050
<releases>
51+
<release version="45.3" date="2023-xx-xx">
52+
<description>
53+
<ul>
54+
<li>Add Python support</li>
55+
<li>Show which languages are available for each Library entry</li>
56+
<li>Make Library faster to launch</li>
57+
<li>Documentation viewer now sync the sidebar selection with navigation</li>
58+
<li>Add fuzzy search to documentation viewer</li>
59+
<li>Add search result tags to documentation viewer</li>
60+
<li>Do not exit if Library is the last window open</li>
61+
<li>Library allows opening an entry in a specific language</li>
62+
<li>Library: Port entries to libadwaita SpinRow</li>
63+
<li>Library: Port "Welcome" entry to Python</li>
64+
<li>Library: Port "Actions" entry to Python</li>
65+
<li>Library: Port "Spinner" entry to Python</li>
66+
<li>Library: Fix "Preferences Window" adaptiveness</li>
67+
</ul>
68+
</description>
69+
</release>
5170
<release version="45.2" date="2023-10-11">
5271
<description>
5372
<ul>

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.2',
2+
version: '45.3',
33
meson_version: '>= 0.59.0',
44
license: 'GPL-3.0-only'
55
)

0 commit comments

Comments
 (0)