Skip to content

Commit 5506bf8

Browse files
authored
Release 47 (#991)
1 parent 1b75996 commit 5506bf8

File tree

10 files changed

+26
-27
lines changed

10 files changed

+26
-27
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"files.watcherExclude": {
66
"**/.git/objects/**": true,
77
"**/.git/subtree-cache/**": true,
8-
"**/node_modules/*/**": true,
98
"**/.hg/store/**": true,
9+
"**/node_modules/*/**": true,
1010
"**/.flatpak": true,
1111
"**/src/lib": true,
1212
".flatpak": true,

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ test: unit lint
6565
# ./build-aux/wip/run.js build-aux/re.sonny.Workbench.Devel.json -- workbench-cli ci demos/src/Welcome/
6666

6767
ci: setup build test
68+
# See Permissions.js
69+
# flatpak override --user --share=network --socket=pulseaudio --device=input re.sonny.Workbench.Devel
6870
./build-aux/fun workbench-cli ci demos/src/*
6971

7072
# Note that if you have Sdk extensions installed they will be used

build-aux/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ This directory contains the Flatpak Manifest and other build utilities.
44

55
## Workbench Flatpak Manifests
66

7-
### gst-plugin-gtk4
8-
9-
```sh
10-
wget https://crates.io/api/v1/crates/gst-plugin-gtk4/0.11.1/download
11-
tar-xf download
12-
cd gst-plugin-gtk4-0.11.1/
13-
~/Projects/flathub/flatpak-builder-tools/cargo/flatpak-cargo-generator.py Cargo.lock
14-
# cp generated-sources.json to gst-plugin-gtk4-sources.json
15-
```
16-
177
### Python Modules
188

199
The `modules/python-*.json` files contain Flatpak modules to install Python dependencies.

build-aux/modules/biome.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"type": "file",
88
"dest-filename": "biome",
99
"only-arches": ["aarch64"],
10-
"url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.9.2/biome-linux-arm64",
11-
"sha256": "b4b88a36487e5b6c7b34fdc5351f4beb57ce7d88497f57fd3474c64413aabf78"
10+
"url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.9.4/biome-linux-arm64",
11+
"sha256": "f0f0f3e7cdec78420a600b05bfc364aa9b804811bd3bbae04e7bf090828ae970"
1212
},
1313
{
1414
"type": "file",
1515
"dest-filename": "biome",
1616
"only-arches": ["x86_64"],
17-
"url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.9.2/biome-linux-x64",
18-
"sha256": "e17bb3d15fc192aa767ae7691302f4fd239e80ceaace4c3238857b9da0f43902"
17+
"url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.9.4/biome-linux-x64",
18+
"sha256": "ce247fb644999ef52e5111dd6fd6e471019669fc9c4a44b5699721e39b7032c3"
1919
}
2020
]
2121
}

build-aux/modules/libspelling.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"sources": [
66
{
77
"type": "archive",
8-
"url": "https://download.gnome.org/sources/libspelling/0.4/libspelling-0.4.2.tar.xz",
9-
"sha256": "b3e609b1a247e71bc097e262564f33f51fd7db566eeb0cd74ae5021536b878b5"
8+
"url": "https://download.gnome.org/sources/libspelling/0.4/libspelling-0.4.5.tar.xz",
9+
"sha256": "ec0372d83f42b65aee3734248ef8e2ffbfba4ea91268419c98ea44a00ef3e83f"
1010
}
1111
]
1212
}

build-aux/modules/vte.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"sources": [
1313
{
1414
"type": "archive",
15-
"url": "https://download.gnome.org/sources/vte/0.78/vte-0.78.0.tar.xz",
16-
"sha256": "07f09c6228a8bb3c1599dd0f5a6ec797b30d3010c3ac91cf21b69d9635dfaf7c"
15+
"url": "https://download.gnome.org/sources/vte/0.78/vte-0.78.2.tar.xz",
16+
"sha256": "35d7bcde07356846b4a12881c8e016705b70a9004a9082285eee5834ccc49890"
1717
}
1818
]
1919
}

data/app.gschema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<default>true</default>
2020
</key>
2121
<key name="typescript" type="b">
22-
<default>false</default>
22+
<default>true</default>
2323
</key>
2424
</schema>
2525
<schema id="@app_id@.Session" path="/re/sonny/Workbench/">

data/app.metainfo.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
</screenshots>
4444
<content_rating type="oars-1.1" />
4545
<releases>
46-
<release version="47.0" date="2024-xx-xx">
46+
<release version="47.0" date="2024-12-11">
4747
<description translatable="no">
4848
<ul>
4949
<li>Use GNOME 47</li>
5050
<li>Add code suggestions/completions support</li>
51-
<li>Add initial TypeScript support</li>
5251
<li>Add Language and Category filters to the Library</li>
53-
<li>Add option to create new blank project</li>
52+
<li>Add action to create new blank project</li>
53+
<li>Add experimental TypeScript support</li>
5454
</ul>
5555
<p>Library:</p>
5656
<ul>
@@ -59,6 +59,7 @@
5959
<li>Add "List View with Sections" demo</li>
6060
<li>Add "List View with a Tree" demo</li>
6161
<li>Add "Bottom Sheet" demo</li>
62+
<li>Add "Database" demo</li>
6263
<li>Update "Spinner" to use AdwSpinner</li>
6364
<li>Port "Dialog" to Python</li>
6465
<li>Port "List View" to Python</li>
@@ -100,11 +101,11 @@
100101
<ul>
101102
<!-- <li>Replace Biome with TypeScript Language Server</li> -->
102103
<li>Add GOM dependency 0.5.3</li>
103-
<li>Update Biome to 1.9.2</li>
104+
<li>Update Biome to 1.9.4</li>
104105
<li>Update libshumate to 1.3</li>
105106
<li>Update Blueprint to 0.14.0</li>
106-
<li>Update vte to 0.78.0</li>
107-
<li>Update libspelling to 0.4.2</li>
107+
<li>Update vte to 0.78.2</li>
108+
<li>Update libspelling to 0.4.5</li>
108109
<li>Update libportal to 0.8.1</li>
109110
</ul>
110111
</description>

src/window.blp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,12 @@ menu menu_app {
604604
section {
605605
label: _("Learn");
606606

607+
item {
608+
label: _("API References");
609+
action: "app.open_uri";
610+
target: "https://apps.gnome.org/Biblioteca/";
611+
}
612+
607613
item {
608614
label: _("Developer Documentation");
609615
action: "app.open_uri";

0 commit comments

Comments
 (0)