Skip to content

Commit 0719075

Browse files
committed
Update Blueprint to 0.16.0
1 parent aa93296 commit 0719075

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Among other things, Workbench comes with
3131

3232
| | Formatter | Linter | Library demos[1] |
3333
| ---------- | --------- | ------ | ---------------- |
34-
| JavaScript ||| 99 |
35-
| Python ||| 95 |
36-
| Vala ||| 91 |
34+
| JavaScript ||| 103 |
35+
| Python ||| 98 |
36+
| Vala ||| 92 |
3737
| Rust ||| 52 |
3838
| Blueprint ||| |
3939
| CSS ||| |

blueprint-compiler

Submodule blueprint-compiler updated from 8e10fcf to 04ef094

data/app.metainfo.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,21 @@
4343
</screenshots>
4444
<content_rating type="oars-1.1" />
4545
<releases>
46+
<release version="48.0" date="2025-02-xx">
47+
<description translatable="no">
48+
<ul>
49+
<li>Use GNOME 48</li>
50+
<li>Fix permissions dialog</li>
51+
<li>Update Blueprint to 0.16.0</li>
52+
</ul>
53+
<p>Library:</p>
54+
<ul>
55+
<li>Replace GTK syntax with CSS variables</li>
56+
<li>Fix year sorting in "Column View" Python</li>
57+
</ul>
58+
</description>
59+
</release>
60+
4661
<release version="47.0" date="2024-12-11">
4762
<description translatable="no">
4863
<ul>

src/about.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ function getValaVersion() {
104104
}
105105

106106
function getBlueprintVersion() {
107-
return "Blueprint d47955c5";
107+
return "Blueprint 0.16.0";
108108
}

0 commit comments

Comments
 (0)