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(
31
31
menuBuilder := gtk .NewBuilderFromResource (resources .GResourceMenuPath )
32
32
menu := menuBuilder .GetObject ("main-menu" ).Cast ().(* gio.Menu )
33
33
34
- aboutDialog := adw .NewAboutDialogFromAppdata (resources .GResourceMetainfoPath , "0.1.5 " )
34
+ aboutDialog := adw .NewAboutDialogFromAppdata (resources .GResourceMetainfoPath , "0.1.6 " )
35
35
aboutDialog .SetDevelopers ([]string {"Felicitas Pojtinger" })
36
36
aboutDialog .SetArtists ([]string {"Brage Fuglseth" })
37
- aboutDialog .SetCopyright ("© 2024 Felicitas Pojtinger" )
37
+ aboutDialog .SetCopyright ("© 2025 Felicitas Pojtinger" )
38
38
39
39
preferencesBuilder := gtk .NewBuilderFromResource (resources .GResourcePreferencesPath )
40
40
preferencesDialog := preferencesBuilder .GetObject ("preferences-dialog" ).Cast ().(* adw.PreferencesWindow )
Original file line number Diff line number Diff line change 102
102
</screenshots >
103
103
104
104
<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
+
105
113
<release version =" 0.1.5" date =' 2024-08-15T18:58:38Z-0700' >
106
114
<url type =" details" >https://github.com/pojntfx/multiplex/releases/tag/v0.1.5</url >
107
115
You can’t perform that action at this time.
0 commit comments