File tree Expand file tree Collapse file tree 4 files changed +39
-20
lines changed Expand file tree Collapse file tree 4 files changed +39
-20
lines changed Original file line number Diff line number Diff line change 1
1
*********************************************
2
- OOoLilyPond 0.5.6 Release Notes (March 2018)
2
+ OOoLilyPond 0.5.7 Release Notes (May 2018)
3
3
*********************************************
4
4
5
5
6
+ Changes to OOoLilyPond 0.5.7 since 0.5.6:
7
+ ==========================================
8
+
9
+ * When installing the extension in OpenOffice, the automatic creation of an OLy toolbar failed. This ist fixed now.
10
+ Thanks to the anonymous contributor who pointed out this solution in his comment on
11
+ https://extensions.openoffice.org/en/project/OOoLilyPond
12
+
13
+ (Only tested with OpenOffice. Strangely enough, LibreOffice 6.0.2.1 won't let me delete existing toolbars.)
14
+
15
+
6
16
Changes to OOoLilyPond 0.5.6 since 0.5.5:
7
17
==========================================
8
18
Original file line number Diff line number Diff line change 7
7
<node oor : name =" AddonUI" >
8
8
<node oor : name =" OfficeToolBar" >
9
9
<node oor : name =" OOoLilyPond.OfficeToolBar" oor : op =" replace" >
10
- <node oor : name =" m1" oor : op =" replace" >
11
- <prop oor : name =" Context" oor : type =" xs:string" >
12
- <value >com.sun.star.text.TextDocument,com.sun.star.drawing.DrawingDocument,com.sun.star.presentation.PresentationDocument</value >
13
- </prop >
14
- <prop oor : name =" URL" oor : type =" xs:string" >
15
- <value >vnd.sun.star.script:OOoLilyPond.OOoLilyPond.OOoLilyPond?language=Basic& location=application</value >
16
- </prop >
17
- <prop oor : name =" Title" oor : type =" xs:string" >
18
- <value >OLy</value >
19
- </prop >
20
- <prop oor : name =" Target" oor : type =" xs:string" >
21
- <value >_self</value >
22
- </prop >
10
+ <prop oor : name =" Title" >
11
+ <value >OOoLilyPond</value >
12
+ </prop >
13
+ <node oor : name =" ToolBarItems" >
14
+ <node oor : name =" m1" oor : op =" replace" >
15
+ <prop oor : name =" Context" oor : type =" xs:string" >
16
+ <value >com.sun.star.text.TextDocument,com.sun.star.drawing.DrawingDocument,com.sun.star.presentation.PresentationDocument</value >
17
+ </prop >
18
+ <prop oor : name =" URL" oor : type =" xs:string" >
19
+ <value >vnd.sun.star.script:OOoLilyPond.OOoLilyPond.OOoLilyPond?language=Basic& location=application</value >
20
+ </prop >
21
+ <prop oor : name =" Title" oor : type =" xs:string" >
22
+ <value >OLy</value >
23
+ </prop >
24
+ <prop oor : name =" Target" oor : type =" xs:string" >
25
+ <value >_self</value >
26
+ </prop >
27
+ </node >
23
28
</node >
24
29
</node >
25
30
</node >
Original file line number Diff line number Diff line change 2
2
<description xmlns =" http://openoffice.org/extensions/update/2006"
3
3
xmlns : xlink =" http://www.w3.org/1999/xlink" >
4
4
<identifier value =" net.sourceforge.ooolilypond" />
5
- <version value =" 0.5.6 " />
5
+ <version value =" 0.5.7 " />
6
6
<update-download >
7
- <src xlink : href =" https://github.com/openlilylib/LO-ly/releases/download/0.5.6 /OOoLilyPond-0.5.6 .oxt" />
7
+ <src xlink : href =" https://github.com/openlilylib/LO-ly/releases/download/0.5.7 /OOoLilyPond-0.5.7 .oxt" />
8
8
</update-download >
9
9
<release-notes >
10
10
<src xlink : href =" https://raw.githubusercontent.com/openlilylib/LO-ly/master/update/release-notes.txt" />
Original file line number Diff line number Diff line change @@ -4,13 +4,17 @@ https://github.com/openlilylib/LO-ly/wiki/Downloads
4
4
and open it in LibreOffice / OpenOffice.
5
5
6
6
direct link:
7
- https://github.com/openlilylib/LO-ly/releases/download/0.5.6 /OOoLilyPond-0.5.6 .oxt
7
+ https://github.com/openlilylib/LO-ly/releases/download/0.5.7 /OOoLilyPond-0.5.7 .oxt
8
8
9
9
10
- OOoLilyPond 0.5.6 Release Notes (March 2018)
11
- ================================================
10
+ OOoLilyPond 0.5.7 Release Notes (May 2018)
11
+ ==========================================
12
12
13
- Hint: If you tried to download the update via the extension manager and got a "403 Forbidden" error message, just try once more.
13
+ * When installing the extension in OpenOffice, the automatic creation of an OLy toolbar failed. This ist fixed now.
14
+ Thanks to the anonymous contributor who pointed out this solution in his comment on
15
+ https://extensions.openoffice.org/en/project/OOoLilyPond
16
+
17
+ (Only tested with OpenOffice. Strangely enough, LibreOffice 6.0.2.1 won't let me delete existing toolbars.)
14
18
15
19
16
20
Changes to OOoLilyPond 0.5.6 since 0.5.5:
You can’t perform that action at this time.
0 commit comments