Skip to content

Commit

Permalink
V2023.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Nov 17, 2023
1 parent 6b333b3 commit 81a2f63
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public MainWindowController(string[] args)
}
Aura.Active.SetConfig<Configuration>("config");
Configuration.Current.Saved += ConfigurationSaved;
AppInfo.Version = "2023.11.3-next";
AppInfo.Version = "2023.11.3";
AppInfo.ShortName = _("Tagger");
AppInfo.Description = _("Tag your music");
AppInfo.SourceRepo = new Uri("https://github.com/NickvisionApps/Tagger");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<name>Tagger</name>
<project_group>Nickvision</project_group>
<developer_name>Nickvision</developer_name>
<summary>Tag your music</summary>
<description>
Expand Down Expand Up @@ -34,12 +35,11 @@
<url type="bugtracker">https://github.com/NickvisionApps/Tagger/issues</url>
<url type="donation">https://github.com/sponsors/nlogozzo</url>
<url type="translate">https://github.com/NickvisionApps/Tagger/blob/master/CONTRIBUTING.md#providing-translations</url>
<project_group>Nickvision</project_group>
<provides>
<binary>org.nickvision.tagger</binary>
</provides>
<releases>
<release version="2023.11.3-next" date="2023-11-10">
<release version="2023.11.3" date="2023-11-17">
<description translatable="no">
<p>- Updated to GNOME 45 runtime with latest libadwaita design</p>
<p>- Updated to .NET 8.0</p>
Expand All @@ -48,4 +48,16 @@
</release>
</releases>
<content_rating type="oars-1.1" />
<supports>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</supports>
<requires>
<display_length compare="ge">360</display_length>
</requires>
<custom>
<value key="Purism::form_factor">workstation</value>
<value key="Purism::form_factor">mobile</value>
</custom>
</component>
2 changes: 1 addition & 1 deletion NickvisionTagger.WinUI/Installer/InnoSetupScript.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define MyAppName "Nickvision Tagger"
#define MyAppShortName "Tagger"
#define MyAppVersion "2023.11.2"
#define MyAppVersion "2023.11.3"
#define MyAppPublisher "Nickvision"
#define MyAppURL "https://nickvision.org"
#define MyAppExeName "NickvisionTagger.WinUI.exe"
Expand Down
3 changes: 1 addition & 2 deletions flatpak/org.nickvision.tagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@
{
"type": "git",
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
"tag": "v0.10.0",
"commit": "2a39a16391122af2f3d812e478c1c1398c98b972"
"tag": "v0.10.0"
}
]
},
Expand Down

0 comments on commit 81a2f63

Please sign in to comment.