Skip to content

Commit

Permalink
Release 47
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Nov 12, 2024
1 parent 1b75996 commit 0109ae8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/*/**": true,
"**/.hg/store/**": true,
"**/node_modules/*/**": true,
"**/.flatpak": true,
"**/src/lib": true,
".flatpak": true,
Expand Down
2 changes: 1 addition & 1 deletion data/app.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<default>true</default>
</key>
<key name="typescript" type="b">
<default>false</default>
<default>true</default>
</key>
</schema>
<schema id="@[email protected]" path="/re/sonny/Workbench/">
Expand Down
5 changes: 3 additions & 2 deletions data/app.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="47.0" date="2024-xx-xx">
<release version="47.0" date="2024-11-12">
<description translatable="no">
<ul>
<li>Use GNOME 47</li>
<li>Add code suggestions/completions support</li>
<li>Add initial TypeScript support</li>
<li>Add Language and Category filters to the Library</li>
<li>Add option to create new blank project</li>
<li>Add experimental TypeScript support</li>
</ul>
<p>Library:</p>
<ul>
Expand All @@ -59,6 +59,7 @@
<li>Add "List View with Sections" demo</li>
<li>Add "List View with a Tree" demo</li>
<li>Add "Bottom Sheet" demo</li>
<li>Add "Database" demo</li>
<li>Update "Spinner" to use AdwSpinner</li>
<li>Port "Dialog" to Python</li>
<li>Port "List View" to Python</li>
Expand Down
6 changes: 6 additions & 0 deletions src/window.blp
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,12 @@ menu menu_app {
section {
label: _("Learn");

item {
label: _("API References");
action: "app.open_uri";
target: "https://apps.gnome.org/Biblioteca/";
}

item {
label: _("Developer Documentation");
action: "app.open_uri";
Expand Down

0 comments on commit 0109ae8

Please sign in to comment.