Skip to content

Commit 5a71dbe

Browse files
authored
Update release notes (#502)
1 parent d4ed20c commit 5a71dbe

File tree

2 files changed

+84
-12
lines changed

2 files changed

+84
-12
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ Learn and prototype with GNOME technologies
88

99
<a href='https://flathub.org/apps/re.sonny.Workbench'><img width='240' height='80' alt='Download on Flathub' src='https://dl.flathub.org/assets/badges/flathub-badge-en.svg'/></a>
1010

11-
Workbench goal is to let you experiment with GNOME technologies, no matter if tinkering for the first time or building and testing a GTK user interface.
11+
Workbench lets you experiment with GNOME technologies, no matter if tinkering for the first time or building and testing a GTK user interface.
1212

1313
Among other things, Workbench comes with
1414

15-
- realtime GTK/CSS preview
16-
- library of examples and demos
15+
- Live GTK/CSS preview
16+
- Library of 100+ examples
1717
- JavaScript and Vala support
1818
- XML and Blueprint for describing user interface
19-
- syntax highlighting, undo/redo, autosave, session restore
20-
- code linter and formatter
21-
- terminal output
19+
- Syntax highlighting, undo/redo, autosave, sessions and projects
20+
- Code linter and formatter
21+
- Terminal output
2222
- 1000+ icons
2323

2424
ℹ️ Workbench is made possible by Flatpak. Only Flathub Workbench is supported.

data/app.metainfo.xml

Lines changed: 78 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
<summary>Learn and prototype with GNOME technologies</summary>
1111
<translation type="gettext">@app_id@</translation>
1212
<description>
13-
<p>Workbench goal is to let you experiment with GNOME technologies, no matter if tinkering for the first time or building and testing a GTK user interface.</p>
13+
<p>Workbench lets you experiment with GNOME technologies, no matter if tinkering for the first time or building and testing a GTK user interface.</p>
1414
<p>Among other things, Workbench comes with</p>
1515
<ul>
16-
<li>realtime GTK/CSS preview</li>
17-
<li>library of examples</li>
16+
<li>Live GTK/CSS preview</li>
17+
<li>Library of 100+ examples</li>
1818
<li>JavaScript and Vala support</li>
1919
<li>XML and Blueprint for describing user interface</li>
20-
<li>syntax highlighting, undo/redo, autosave, session restore</li>
21-
<li>code linter and formatter</li>
22-
<li>terminal output</li>
20+
<li>Syntax highlighting, undo/redo, autosave, sessions and projects</li>
21+
<li>Code linter and formatter</li>
22+
<li>Terminal output</li>
2323
<li>1000+ icons</li>
2424
</ul>
2525
</description>
@@ -47,6 +47,78 @@
4747
</screenshots>
4848
<content_rating type="oars-1.1" />
4949
<releases>
50+
<release version="45" date="2023-09-15">
51+
<description>
52+
<ul>
53+
<li>Use GNOME 45</li>
54+
<li>Add multi windows and sessions support</li>
55+
<li>Support saving and opening a project</li>
56+
<li>Add offline Documentation Viewer</li>
57+
<li>Use GTKCssLanguageServer</li>
58+
<li>Update to Blueprint 0.10.0</li>
59+
<li>Update to Rome 12.1.3</li>
60+
<li>Update to vte 0.72.2</li>
61+
<li>Update Icon Development Kit</li>
62+
<li>Add a workbench.resolve API</li>
63+
<li>Allow running Vala without UI code</li>
64+
<li>New Library entry: Map</li>
65+
<li>New Library entry: Search</li>
66+
<li>New Library entry: Audio</li>
67+
<li>New Library entry: Event Controllers</li>
68+
<li>New Library entry: Action Bar</li>
69+
<li>New Library entry: Location</li>
70+
<li>New Library entry: Checkboxes</li>
71+
<li>New Library entry: Radio Buttons</li>
72+
<li>New Library entry: List View</li>
73+
<li>New Library entry: Separator</li>
74+
<li>New Library entry: Link Button</li>
75+
<li>New Library entry: Actions</li>
76+
<li>New Library entry: Tooltip</li>
77+
<li>New Library entry: Flow Box</li>
78+
<li>New Library entry: Emoji Chooser</li>
79+
<li>New Library entry: Editable Label</li>
80+
<li>New Library entry: Drop Zone</li>
81+
<li>New Library entry: Label</li>
82+
<li>New Library entry: Menu Button</li>
83+
<li>New Library entry: Image</li>
84+
<li>New Library entry: Column View</li>
85+
<li>New Library entry: Menu</li>
86+
<li>New Library entry: Laucher (File / Uri)</li>
87+
<li>New Library entry: Navigation Split View</li>
88+
<li>New Library entry: Overlay Split View</li>
89+
<li>New Library entry: Navigation View</li>
90+
<li>New Library entry: Scrolled Window</li>
91+
<li>New Library entry: Power Profile Monitor</li>
92+
<li>New Library entry: Network Monitor Demo</li>
93+
<li>New Library entry: Clamp</li>
94+
<li>New Library entry: Source View</li>
95+
<li>New Library entry: Breakpoint</li>
96+
<li>New Library entry: Screencast</li>
97+
<li>Update Boxed List Library entry with Spin and Switch rows</li>
98+
<li>Update Boxed List Library entry with activatable widget</li>
99+
<li>Update Scale Library entry with Spin Button</li>
100+
<li>Library entry ported to Vala: Text Fields</li>
101+
<li>Library entry ported to Vala: HTTP Image</li>
102+
<li>Library entry ported to Vala: Color Dialog</li>
103+
<li>Library entry ported to Vala: Scale</li>
104+
<li>Library entry ported to Vala: Stack</li>
105+
<li>Library entry ported to Vala: Preferences Window</li>
106+
<li>Library entry ported to Vala: List Model</li>
107+
<li>Library entry ported to Vala: List View</li>
108+
<li>Library entry ported to Vala: About Window</li>
109+
<li>Library entry ported to Vala: Button</li>
110+
<li>Library entry ported to Vala: Spinner</li>
111+
<li>Library entry ported to Vala: Text View</li>
112+
<li>Library entry ported to Vala: Wallpaper</li>
113+
<li>Library entry ported to Vala: Screenshot</li>
114+
<li>Library entry ported to Vala: Account</li>
115+
<li>Library entry ported to Vala: Color Picker</li>
116+
<li>Library entry ported to Vala: Email</li>
117+
<li>Library entry ported to Vala: Location</li>
118+
<li>Library entry ported to Vala: Event Controllers</li>
119+
</ul>
120+
</description>
121+
</release>
50122
<release version="44.2" date="2023-06-23">
51123
<description>
52124
<ul>

0 commit comments

Comments
 (0)