File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ func AddMainMenu(
3131 menuBuilder := gtk .NewBuilderFromResource (resources .GResourceMenuPath )
3232 menu := menuBuilder .GetObject ("main-menu" ).Cast ().(* gio.Menu )
3333
34- aboutDialog := adw .NewAboutDialogFromAppdata (resources .GResourceMetainfoPath , "0.1.5 " )
34+ aboutDialog := adw .NewAboutDialogFromAppdata (resources .GResourceMetainfoPath , "0.1.6 " )
3535 aboutDialog .SetDevelopers ([]string {"Felicitas Pojtinger" })
3636 aboutDialog .SetArtists ([]string {"Brage Fuglseth" })
37- aboutDialog .SetCopyright ("© 2024 Felicitas Pojtinger" )
37+ aboutDialog .SetCopyright ("© 2025 Felicitas Pojtinger" )
3838
3939 preferencesBuilder := gtk .NewBuilderFromResource (resources .GResourcePreferencesPath )
4040 preferencesDialog := preferencesBuilder .GetObject ("preferences-dialog" ).Cast ().(* adw.PreferencesWindow )
Original file line number Diff line number Diff line change 102102 </screenshots >
103103
104104 <releases >
105+ <release version =" 0.1.6" date =' 2025-01-16T18:00:00Z-0700' >
106+ <url type =" details" >https://github.com/pojntfx/multiplex/releases/tag/v0.1.6</url >
107+
108+ <description >
109+ <p >Visual refinements to match the state of the art of GNOME apps</p >
110+ </description >
111+ </release >
112+
105113 <release version =" 0.1.5" date =' 2024-08-15T18:58:38Z-0700' >
106114 <url type =" details" >https://github.com/pojntfx/multiplex/releases/tag/v0.1.5</url >
107115
You can’t perform that action at this time.
0 commit comments