File tree Expand file tree Collapse file tree
NickvisionCavalier.Shared Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ) )
Original file line number Diff line number Diff 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" ) ;
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments