Skip to content

Commit 3ee49ec

Browse files
authored
Merge pull request #122 from NickvisionApps/90-stable
V2023.9.0
2 parents 528990d + 195b079 commit 3ee49ec

File tree

7 files changed

+33
-705
lines changed

7 files changed

+33
-705
lines changed
74.6 KB
Loading
Loading

NickvisionCavalier.Shared/Controllers/MainWindowController.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public MainWindowController(string[] args)
6161
Aura.Active.SetConfig<Configuration>("config");
6262
AppInfo.ShortName = _("Cavalier");
6363
AppInfo.Description = _("Visualize audio with CAVA");
64-
AppInfo.Version = "2023.9.0-beta1";
64+
AppInfo.Version = "2023.9.0";
6565
AppInfo.SourceRepo = new Uri("https://github.com/NickvisionApps/Cavalier");
6666
AppInfo.IssueTracker = new Uri("https://github.com/NickvisionApps/Cavalier/issues/new");
6767
AppInfo.SupportUrl = new Uri("https://github.com/NickvisionApps/Cavalier/discussions");
458 KB
Loading

NickvisionCavalier.Shared/Resources/banner.svg

+23-703
Loading

NickvisionCavalier.Shared/org.nickvision.cavalier.metainfo.xml.in

+7-1
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,15 @@
3939
<screenshot>
4040
<image>https://raw.githubusercontent.com/NickvisionApps/Cavalier/main/@PROJECT@/Screenshots/Levels.png</image>
4141
</screenshot>
42+
<screenshot>
43+
<image>https://raw.githubusercontent.com/NickvisionApps/Cavalier/main/@PROJECT@/Screenshots/Images.png</image>
44+
</screenshot>
45+
<screenshot>
46+
<image>https://raw.githubusercontent.com/NickvisionApps/Cavalier/main/@PROJECT@/Screenshots/Circle.png</image>
47+
</screenshot>
4248
</screenshots>
4349
<releases>
44-
<release date="2023-09-11" version="2023.9.0-beta1">
50+
<release date="2023-09-22" version="2023.9.0">
4551
<description translatable="no">
4652
<p>Changes compared to 2023.8.1:</p>
4753
<ul>

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how can you help the proje
3232
![GNOMEBars](NickvisionCavalier.GNOME/Screenshots/Bars.png)
3333
![GNOMESpine](NickvisionCavalier.GNOME/Screenshots/Spine.png)
3434
![GNOMELevels](NickvisionCavalier.GNOME/Screenshots/Levels.png)
35+
![GNOMEImages](NickvisionCavalier.GNOME/Screenshots/Images.png)
36+
![GNOMECircle](NickvisionCavalier.GNOME/Screenshots/Circle.png)
3537
</details>
3638

3739
# Dependencies

0 commit comments

Comments
 (0)