Skip to content

Commit 3564fda

Browse files
committed
All - Update Version + Changelog
1 parent c6b6b9a commit 3564fda

4 files changed

Lines changed: 5 additions & 7 deletions

File tree

NickvisionCavalier.GNOME/Program.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ public Program(string[] args)
3333
_mainWindow = null;
3434
_mainWindowController = new MainWindowController(args);
3535
_mainWindowController.AppInfo.Changelog =
36-
@"* Updated to GNOME 45 runtime with latest libadwaita design
37-
* Updated to .NET 8.0
36+
@"* The wave box drawing mode now draws smoother bezier curves (Thanks @OggyP)
3837
* Updated translations (Thanks everyone on Weblate!)";
3938
_application.OnActivate += OnActivate;
4039
if (File.Exists(Path.GetFullPath(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location)) + "/org.nickvision.cavalier.gresource"))

NickvisionCavalier.Shared/Controllers/MainWindowController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public MainWindowController(string[] args)
6161
AppInfo.EnglishShortName = "Cavalier";
6262
AppInfo.ShortName = _("Cavalier");
6363
AppInfo.Description = _("Visualize audio with CAVA");
64-
AppInfo.Version = "2023.11.0";
64+
AppInfo.Version = "2024.1.0-next";
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");

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@
4747
</screenshot>
4848
</screenshots>
4949
<releases>
50-
<release date="2023-11-17" version="2023.11.0">
50+
<release version="2024.1.0-next" date="2024-01-01">
5151
<description translatable="no">
52-
<p>- Updated to GNOME 45 runtime with latest libadwaita design</p>
53-
<p>- Updated to .NET 8.0</p>
52+
<p>- The wave box drawing mode now draws smoother bezier curves (Thanks @OggyP)</p>
5453
<p>- Updated translations (Thanks everyone on Weblate!)</p>
5554
</description>
5655
</release>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how can you help the proje
3838

3939
# Dependencies
4040
- [.NET 8](https://dotnet.microsoft.com/en-us/)
41-
- [CAVA](https://github.com/karlstav/cava/) >= 0.9.0
41+
- [CAVA](https://github.com/karlstav/cava/) >= 0.9.1
4242

4343
# Code of Conduct
4444

0 commit comments

Comments
 (0)