Skip to content

Commit

Permalink
Merge pull request #79 from NickvisionApps/beta1
Browse files Browse the repository at this point in the history
V2023.8.1-beta1
  • Loading branch information
nlogozzo authored Aug 5, 2023
2 parents e3ce0c0 + 6245cd4 commit 21e5c8e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NickvisionCavalier.GNOME/Views/PreferencesDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ private PreferencesDialog(Gtk.Builder builder, PreferencesViewController control
};
application.AddAction(actIncRadius);
application.SetAccelsForAction("app.inc-radius", new string[] { "u" });
//Decreate Inner Radius Action
//Decrease Inner Radius Action
var actDecRadius = Gio.SimpleAction.New("dec-radius", null);
actDecRadius.OnActivate += (sender, e) =>
{
Expand Down
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 21e5c8e

Please sign in to comment.