Skip to content

Commit

Permalink
V2023.8.1-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
fsobolev committed Aug 5, 2023
1 parent e3ce0c0 commit a77af1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public MainWindowController(string[] args)
{
Aura = new Aura("org.nickvision.cavalier", "Nickvision Cavalier", _("Cavalier"), _("Visualize audio with CAVA"));
Aura.Active.SetConfig<Configuration>("config");
AppInfo.Version = "2023.8.1-next";
AppInfo.Version = "2023.8.1-beta1";
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 @@ -41,11 +41,14 @@
</screenshot>
</screenshots>
<releases>
<release type="stable" date="2023-07-04" version="2023.8.1-next">
<release type="stable" date="2023-08-05" version="2023.8.1-beta1">
<description translatable="no">
<p>New Cavalier!</p>
<p>Changes compared to 2023.8.0:</p>
<ul>
<li>Added Cairo backend that can be used in case of problems with OpenGL. To activate, run the program with environment variable CAVALIER_RENDERER=cairo</li>
<li>All drawing modes except Splitter now have Circle variants</li>
<li>Added an easter egg (run the program with --help to find how to activate it)</li>
<li>Fixed an issue where the app wasn't drawing correctly with >100% display scaling</li>
<li>Updated translations (Thanks everyone on Weblate!)</li>
</ul>
</description>
Expand Down

0 comments on commit a77af1e

Please sign in to comment.