Skip to content

Commit

Permalink
All - Update Version + Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jan 4, 2024
1 parent c6b6b9a commit 3564fda
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions NickvisionCavalier.GNOME/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ public Program(string[] args)
_mainWindow = null;
_mainWindowController = new MainWindowController(args);
_mainWindowController.AppInfo.Changelog =
@"* Updated to GNOME 45 runtime with latest libadwaita design
* Updated to .NET 8.0
@"* The wave box drawing mode now draws smoother bezier curves (Thanks @OggyP)
* Updated translations (Thanks everyone on Weblate!)";
_application.OnActivate += OnActivate;
if (File.Exists(Path.GetFullPath(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location)) + "/org.nickvision.cavalier.gresource"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public MainWindowController(string[] args)
AppInfo.EnglishShortName = "Cavalier";
AppInfo.ShortName = _("Cavalier");
AppInfo.Description = _("Visualize audio with CAVA");
AppInfo.Version = "2023.11.0";
AppInfo.Version = "2024.1.0-next";
AppInfo.SourceRepo = new Uri("https://github.com/NickvisionApps/Cavalier");
AppInfo.IssueTracker = new Uri("https://github.com/NickvisionApps/Cavalier/issues/new");
AppInfo.SupportUrl = new Uri("https://github.com/NickvisionApps/Cavalier/discussions");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@
</screenshot>
</screenshots>
<releases>
<release date="2023-11-17" version="2023.11.0">
<release version="2024.1.0-next" date="2024-01-01">
<description translatable="no">
<p>- Updated to GNOME 45 runtime with latest libadwaita design</p>
<p>- Updated to .NET 8.0</p>
<p>- The wave box drawing mode now draws smoother bezier curves (Thanks @OggyP)</p>
<p>- Updated translations (Thanks everyone on Weblate!)</p>
</description>
</release>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how can you help the proje

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

# Code of Conduct

Expand Down

0 comments on commit 3564fda

Please sign in to comment.