Skip to content

Commit

Permalink
v43.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Jan 22, 2023
1 parent ca8847b commit 9bfda6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions data/app.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,17 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="43.3" date="2023-01-xx">
<release version="43.3" date="2023-01-23">
<description>
<ul>
<li>Switching between XML and Blueprint will now convert between the two</li>
<li>Switching between XML and Blueprint will now export</li>
<li>Add support for JavaScript diagnostics and linting</li>
<li>Optimize Blueprint preview</li>
<li>Blueprint 0.6.0</li>
<li>Fix preview of non GtkBuildable</li>
<li>Update Blueprint 0.4.0 to 0.6.0</li>
<li>Fix preview of non GtkBuildable objects</li>
<li>Prevent GtkBuilder related crashes</li>
<li>Reset top-level windows on update</li>
<li>Destroy Vala top-level objects on close</li>
</ul>
</description>
</release>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('Workbench', ['vala', 'c'],
version: '43.2',
version: '43.3',
meson_version: '>= 0.59.0',
license: 'GPL-3.0-only'
)
Expand Down

0 comments on commit 9bfda6e

Please sign in to comment.