Skip to content

Commit

Permalink
docs: Add new release version to metainfo
Browse files Browse the repository at this point in the history
Signed-off-by: Felicitas Pojtinger <[email protected]>
  • Loading branch information
pojntfx committed Jan 16, 2025
1 parent 28e8d94 commit bd66e2e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/components/main_menu.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ func AddMainMenu(
menuBuilder := gtk.NewBuilderFromResource(resources.GResourceMenuPath)
menu := menuBuilder.GetObject("main-menu").Cast().(*gio.Menu)

aboutDialog := adw.NewAboutDialogFromAppdata(resources.GResourceMetainfoPath, "0.1.5")
aboutDialog := adw.NewAboutDialogFromAppdata(resources.GResourceMetainfoPath, "0.1.6")
aboutDialog.SetDevelopers([]string{"Felicitas Pojtinger"})
aboutDialog.SetArtists([]string{"Brage Fuglseth"})
aboutDialog.SetCopyright(2024 Felicitas Pojtinger")
aboutDialog.SetCopyright(2025 Felicitas Pojtinger")

preferencesBuilder := gtk.NewBuilderFromResource(resources.GResourcePreferencesPath)
preferencesDialog := preferencesBuilder.GetObject("preferences-dialog").Cast().(*adw.PreferencesWindow)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@
</screenshots>

<releases>
<release version="0.1.6" date='2025-01-16T18:00:00Z-0700'>
<url type="details">https://github.com/pojntfx/multiplex/releases/tag/v0.1.6</url>

<description>
<p>Visual refinements to match the state of the art of GNOME apps</p>
</description>
</release>

<release version="0.1.5" date='2024-08-15T18:58:38Z-0700'>
<url type="details">https://github.com/pojntfx/multiplex/releases/tag/v0.1.5</url>

Expand Down

0 comments on commit bd66e2e

Please sign in to comment.