File tree Expand file tree Collapse file tree 4 files changed +23
-10
lines changed
source/Gnomeshade.Desktop.Installer Expand file tree Collapse file tree 4 files changed +23
-10
lines changed Original file line number Diff line number Diff line change 1
1
services :
2
2
gnomeshade :
3
- image : ghcr.io/vmelnalksnis/gnomeshade:0.7.2
3
+ image : ghcr.io/vmelnalksnis/gnomeshade:0.7.3
4
4
restart : unless-stopped
5
5
ports :
6
6
- " 8080:8080"
Original file line number Diff line number Diff line change 27
27
< label > Changelog:</ label >
28
28
< ul >
29
29
< li > < a href ="#unreleased "> Unreleased</ a > </ li >
30
+ < li > < a href ="#v0.7.3 "> v0.7.3</ a > </ li >
30
31
< li > < a href ="#v0.7.2 "> v0.7.2</ a > </ li >
31
32
< li > < a href ="#v0.7.1 "> v0.7.1</ a > </ li >
32
33
< li > < a href ="#v0.7.0 "> v0.7.0</ a > </ li >
44
45
45
46
< main id ="top " class ="content ">
46
47
< h1 > Changelog</ h1 >
47
- < section id ="unreleased ">
48
+ < section id ="unreleased " hidden =" hidden " >
48
49
< div >
49
50
< a style ="display: inline " href ="#unreleased "> < img src ="link.png " alt ="link "/> </ a >
50
51
< h2 style ="display: inline "> Unreleased</ h2 >
@@ -70,7 +71,24 @@ <h3>Removed</h3>
70
71
< ul > </ ul >
71
72
</ section >
72
73
73
- < section id ="unreleased_fixed ">
74
+ < section id ="unreleased_fixed " hidden ="hidden ">
75
+ < h3 > Fixed</ h3 >
76
+ < ul > </ ul >
77
+ </ section >
78
+
79
+ < section id ="unreleased_security " hidden ="hidden ">
80
+ < h3 > Security</ h3 >
81
+ < ul > </ ul >
82
+ </ section >
83
+ </ section >
84
+
85
+ < section id ="v0.7.3 ">
86
+ < div >
87
+ < a style ="display: inline " href ="#v0.7.3 "> < img src ="link.png " alt ="link "/> </ a >
88
+ < h2 style ="display: inline "> v0.7.3</ h2 >
89
+ </ div >
90
+
91
+ < section id ="v0.7.3_fixed ">
74
92
< h3 > Fixed</ h3 >
75
93
< ul >
76
94
< li >
@@ -80,11 +98,6 @@ <h3>Fixed</h3>
80
98
</ li >
81
99
</ ul >
82
100
</ section >
83
-
84
- < section id ="unreleased_security " hidden ="hidden ">
85
- < h3 > Security</ h3 >
86
- < ul > </ ul >
87
- </ section >
88
101
</ section >
89
102
90
103
< section id ="v0.7.2 ">
Original file line number Diff line number Diff line change 1
- <?define ProductId = " {581456f4-c99e-40c8-b735-db1adf34b9eb }" ?>
1
+ <?define ProductId = " {5683eac3-1653-49c8-b606-889a70f27fb9 }" ?>
2
2
<?define Name = " Gnomeshade" ?>
3
3
<?define Description = " Gnomeshade desktop client" ?>
4
4
<?define Manufacturer = " Valters Melnalksnis" ?>
Original file line number Diff line number Diff line change 1
- 0.7.2
1
+ 0.7.3
You can’t perform that action at this time.
0 commit comments