Skip to content

Commit b7b7b93

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent f1a55bc commit b7b7b93

File tree

6 files changed

+289
-132
lines changed

6 files changed

+289
-132
lines changed

apps/AvantGarde.md

Lines changed: 131 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: A cross-platform XAML Previewer for the Avalonia .NET Framework
66
license: GPL-3.0-or-later
77

88
icons:
9-
- AvantGarde/icons/scalable/zone.kuiper.AvantGarde.svg
9+
- AvantGarde/icons/scalable/zone.kuiper.avantgarde.svg
1010
screenshots:
1111
- https://i.postimg.cc/FRmQYPwc/Avant-Garde-800x600.png
1212

@@ -24,73 +24,171 @@ desktop:
2424
Desktop Entry:
2525
Type: Application
2626
Name: Avant Garde
27-
Icon: zone.kuiper.AvantGarde
27+
Icon: zone.kuiper.avantgarde
28+
StartupWMClass: AvantGarde
2829
Comment: A cross-platform XAML Previewer for the Avalonia .NET Framework
29-
Exec: usr/bin/AvantGarde
30-
TryExec: usr/bin/AvantGarde
30+
Exec: "/usr/bin/AvantGarde"
31+
TryExec: "/usr/bin/AvantGarde"
3132
NoDisplay: false
3233
X-AppImage-Integrate: true
3334
Terminal: false
3435
Categories: Development
3536
MimeType:
3637
Keywords:
3738
AppImageHub:
38-
X-AppImage-Signature: 'keybox ''/home/runner/.gnupg/pubring.kbx'' created [don''t
39-
know]: invalid packet (ctb=0a) no signature found the signature could not be verified.
40-
Please remember that the signature file (.sig or .asc) should be the first file
41-
given on the command line.'
39+
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
40+
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
41+
could not be verified. Please remember that the signature file (.sig or .asc)
42+
should be the first file given on the command line.'
4243
X-AppImage-Type: 2
4344
X-AppImage-Architecture: x86_64
4445

4546
appdata:
4647
Type: desktop-application
47-
ID: zone.kuiper.AvantGarde
48+
ID: zone.kuiper.avantgarde
4849
Name:
4950
C: Avant Garde
5051
Summary:
5152
C: A cross-platform XAML Previewer for the Avalonia .NET Framework
5253
Description:
5354
C: >-
54-
<p>Avant Garde is a XAML previewer for the C# Avalonia Framework. Avant Garde is a standalone application,
55-
rather than an IDE extension. This means you can use it in conjunction with any IDE.</p>
56-
DeveloperName:
57-
C: Kuiper Zone
55+
<p>Avant Garde is a XAML previewer for the C# Avalonia Framework. It is a standalone application,
56+
57+
rather than an IDE extension. This means you can use it in conjunction with any IDE.</p>
5858
ProjectLicense: GPL-3.0-or-later
5959
Categories:
6060
- Development
6161
Keywords:
6262
C:
6363
- Avalonia
6464
- XAML
65-
- preview
6665
- IDE
6766
- GUI
6867
- CSharp
6968
- dotnet
70-
- previewer
7169
- AXAML
70+
- preview
71+
- previewer
7272
- development
7373
- programming
7474
Url:
7575
homepage: https://github.com/kuiperzone/AvantGarde
7676
Launchable:
7777
desktop-id:
78-
- zone.kuiper.AvantGarde.desktop
78+
- zone.kuiper.avantgarde.desktop
7979
Screenshots:
8080
- default: true
8181
thumbnails: []
8282
source-image:
8383
url: https://i.postimg.cc/FRmQYPwc/Avant-Garde-800x600.png
8484
lang: C
8585
Releases:
86+
- version: 1.6.0
87+
unix-timestamp: 1751760000
88+
description:
89+
C: >-
90+
<ul>
91+
<li>Change: Built against Avalonia .NET 9 / 11.3.2.</li>
92+
<li>Added: Preview copy to clipboard.</li>
93+
<li>Added: Checkered tile background.</li>
94+
<li>Change: AppImage built against recent appimagetool which should resolve fuse2/3 issues.</li>
95+
<li>Change: Subtle changes to theme colors.</li>
96+
<li>Change: Child windows no longer show in taskbar.</li>
97+
<li>Fix: App icon now displays with RPM and DEB. Issue may persist with AppImage, but outside scope to resolve.</li>
98+
<li>Change: Minor changes and code cleanup.</li>
99+
</ul>
100+
- version: 1.5.1
101+
unix-timestamp: 1710460800
102+
description:
103+
C: >-
104+
<ul>
105+
<li>Built against Avalonia .NET 8 / 11.0.10</li>
106+
<li>Removed dependency on Yaap.</li>
107+
<li>Bugfix: Fixed failure to output version information on command line.</li>
108+
</ul>
109+
- version: 1.5.0
110+
unix-timestamp: 1709424000
111+
description:
112+
C: >-
113+
<ul>
114+
<li>Now possible to open a .fsproj file.</li>
115+
<li>BuildWatcher class added so file watcher runs in thread (main window more responsive).</li>
116+
<li>Changed default app font to Inter.</li>
117+
<li>Bugfix: Loading of a solution when path contains spaces.</li>
118+
<li>Bugfix: Ensure preview closes when closing solution or opening a different one.</li>
119+
<li>Bugfix: Crash when specifying custom assembly path.</li>
120+
<li>Bugfix: Watching incorrect directory when custom assembly path was specified.</li>
121+
<li>Built against .NET 8 / Avalonia 11.0.7 (intentionally not 11.0.9).</li>
122+
<li>Other minor changes and bugfixes.</li>
123+
</ul>
124+
- version: 1.4.0.0
125+
unix-timestamp: 1702684800
126+
description:
127+
C: >-
128+
<ul>
129+
<li>Built against .NET 8 / Avalonia 11.0.6.</li>
130+
<li>Now detects when dotnet build is occuring and temporarily suspends preview preventing file locking.</li>
131+
<li>Add custom setting of Avalonia version for projects which do not directly include package.</li>
132+
<li>Auto-hiding of grid splitter reintroduced.</li>
133+
<li>Now reads the `$DOTNET_HOST_PATH` variable to find location of `dotnet`.</li>
134+
<li>Fixed bug with Register in `LinkBlock.cs`.</li>
135+
<li>Made csproj parsing of elements case-insensitive.</li>
136+
<li>Other minor changes and bugfixes.</li>
137+
</ul>
138+
- version: 1.3.0.2
139+
unix-timestamp: 1695513600
140+
description:
141+
C: >-
142+
<ul>
143+
<li>Fully ported to Avalonia 11.0.4.</li>
144+
<li>Added &quot;Show Pin&quot; option to Preferences.</li>
145+
<li>Can now change app font size in-flight.</li>
146+
<li>Other minor changes and bugfixes.</li>
147+
</ul>
148+
- version: 1.2.2
149+
unix-timestamp: 1689379200
150+
description:
151+
C: >-
152+
<ul>
153+
<li>Bugfix: Preview fails if the dimensions of the control cannot be directly obtain from the XML by converting the
154+
attribute value to a number (e.g. when the value is bound to a data model variable).</li>
155+
<li>Update Avalonia to 0.10.21.</li>
156+
<li>Updates to pupnet files.</li>
157+
</ul>
158+
- version: 1.2.1
159+
unix-timestamp: 1684368000
160+
description:
161+
C: >-
162+
<ul>
163+
<li>Update to reflect changes concerning artifact directory in .NET8 Preview 4.</li>
164+
</ul>
165+
- version: 1.2.0
166+
unix-timestamp: 1682208000
167+
description:
168+
C: >-
169+
<ul>
170+
<li>Added detection of application build output in the new &apos;.artifacts&apos; directory that will come into play
171+
with .NET8.</li>
172+
<li>Added solution directory tree traverse to find the Directory.Packages.props file when AvaloniaVersion is null.
173+
This is needed if the version is defined only globally, and not overridden in the csproj.</li>
174+
<li>Added check for the presence of the PackageVersion tag. This is needed since the Directory.Packages.props could
175+
be the only place where the Version attribute is defined.</li>
176+
<li>Added check for the presence of the VersionOverride attribute. This is needed since the version used by a project
177+
could still be different from the global one, at least in theory.</li>
178+
<li>Increased height of SettingsWindow.</li>
179+
<li>RPM and DEB packages now specify full .NET dependencies.</li>
180+
<li>Bugfix: XAML code text and debug output was hidden (fixes a bug introduced in 1.1.0).</li>
181+
<li>Bugfix: Error in persisting size of main window between launches.</li>
182+
<li>Bugfix: Crash when trying open recent but non-existing solution file.</li>
183+
</ul>
86184
- version: 1.1.0
87185
unix-timestamp: 1679875200
88186
description:
89187
C: >-
90188
<ul>
91-
<li>Built with Avalonia 0.10.19</li>
92-
<li>Added new &quot;application font&quot; setting</li>
189+
<li>Added new &quot;application font&quot; preference</li>
93190
<li>Added new Linux deployment packages</li>
191+
<li>Built with Avalonia 0.10.19</li>
94192
<li>Internal changes to make ready for Avalonia 11</li>
95193
</ul>
96194
- version: 1.0.2
@@ -107,29 +205,31 @@ appdata:
107205
description:
108206
C: >-
109207
<ul>
110-
<li>Built with Avalonia 0.10.15</li>
111-
<li>Fixed a bug in command line argument parser</li>
112-
<li>Fixed several harmless null-reference warnings during build</li>
113-
<li>Updates to readme file</li>
114-
<li>Source code now contains unit tests</li>
208+
<li>Built with latest Avalonia version 0.10.15</li>
209+
<li>Fixed a bug in command line argument parser.</li>
210+
<li>Fixed several harmless null-reference warnings during build.</li>
211+
<li>Updates to readme file.</li>
212+
<li>Source code now contains unit tests.</li>
115213
</ul>
116214
- version: 1.0.0
117215
unix-timestamp: 1646179200
118216
description:
119217
C: >-
120218
<ul>
121-
<li>Now accepts command arguments to facilitate launch from IDE. See project page for details</li>
122-
<li>Main window now remembers size and whether maximized</li>
123-
<li>Updated license details</li>
124-
<li>Added installer on Windows</li>
125-
<li>Updated webpage link</li>
126-
<li>Bug fix - Not showing relative assembly paths on Windows</li>
219+
<li>Now accepts command arguments to facilitate launch from IDE. See project page for details.</li>
220+
<li>Main window now remembers size and whether maximized.</li>
221+
<li>Added installer on Windows.</li>
222+
<li>Updated license details.</li>
223+
<li>Updated webpage link.</li>
224+
<li>Bug fix - Not showing relative assembly paths on Windows.</li>
127225
</ul>
128-
- version: 0.1.0
226+
- version: 0.1.0-alpha
129227
unix-timestamp: 1644451200
130228
description:
131229
C: >-
132-
<p>First release (alpha).</p>
230+
<ul>
231+
<li>Initial version</li>
232+
</ul>
133233
ContentRating:
134234
oars-1.1: {}
135235
---

database/AvantGarde/icons/scalable/zone.kuiper.AvantGarde.svg renamed to database/AvantGarde/icons/scalable/zone.kuiper.avantgarde.svg

File renamed without changes.

database/AvantGarde/screenshot.png

-360 Bytes
Loading

database/AvantGarde/zone.kuiper.AvantGarde.appdata.xml

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)