diff --git a/Cavalier.doap b/Cavalier.doap index 69603d6..a5923b3 100644 --- a/Cavalier.doap +++ b/Cavalier.doap @@ -8,7 +8,7 @@ Visualize audio with CAVA - + C# diff --git a/NickvisionCavalier.GNOME/Program.cs b/NickvisionCavalier.GNOME/Program.cs index d4c1147..d980838 100644 --- a/NickvisionCavalier.GNOME/Program.cs +++ b/NickvisionCavalier.GNOME/Program.cs @@ -48,8 +48,8 @@ public Program() _mainWindowController.AppInfo.Name = "Nickvision Cavalier"; _mainWindowController.AppInfo.ShortName = _("Cavalier"); _mainWindowController.AppInfo.Description = $"{_("Visualize audio with CAVA")}."; - _mainWindowController.AppInfo.Version = "2023.7.0-rc1"; - _mainWindowController.AppInfo.Changelog = "
  • Cavalier is reborn as part of Nickvision apps family! Completely rewritten in C#, gaining better performance and solid base to grow in future!
  • New notable features comparing to previous stable release of Cavalier: Spine drawing mode, drawing direction selection and mirror.
  • Translations were moved to Weblate.
  • Compared to 2023.7.0-beta1: fixed an issue where CAVA was still running after Cavalier quits, added Reverse mirror option, fixed other minor issues.
"; + _mainWindowController.AppInfo.Version = "2023.7.0"; + _mainWindowController.AppInfo.Changelog = "
  • Cavalier is reborn as part of Nickvision apps family! Completely rewritten in C#, gaining better performance and solid base to grow in future!
  • New notable features comparing to previous stable release of Cavalier: Spine drawing mode, drawing direction selection and mirror.
  • Translations were moved to Weblate.
"; _mainWindowController.AppInfo.GitHubRepo = new Uri("https://github.com/NickvisionApps/Cavalier"); _mainWindowController.AppInfo.IssueTracker = new Uri("https://github.com/NickvisionApps/Cavalier/issues/new"); _mainWindowController.AppInfo.SupportUrl = new Uri("https://github.com/NickvisionApps/Cavalier/discussions"); diff --git a/NickvisionCavalier.Shared/org.nickvision.cavalier.metainfo.xml.in b/NickvisionCavalier.Shared/org.nickvision.cavalier.metainfo.xml.in index 0f0643f..95d5c99 100644 --- a/NickvisionCavalier.Shared/org.nickvision.cavalier.metainfo.xml.in +++ b/NickvisionCavalier.Shared/org.nickvision.cavalier.metainfo.xml.in @@ -35,7 +35,7 @@ - +

New Cavalier!

    diff --git a/README.md b/README.md index b0b514f..8386b52 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ * Set any single color or a gradient for background and foreground. * Configure smoothing, noise reduction and a few other CAVA settings. +# Installation + +Download on Flathub + +Get it from the Snap Store + +Download from AUR + # Chat Join our room @@ -15,7 +23,6 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how can you help the project and how to provide information so we can help you in case of troubles with the app. - # Screenshots