Skip to content

Commit 694189d

Browse files
authored
Update README.md
1 parent 7440a9d commit 694189d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ so if you find something of issue track it in issues. Please include the followi
99
- If you're comfortable, send me a copy of your XML to [email protected]
1010

1111
## Notes on Use
12-
Right now (G)UI++ supports the beta version of UI++. Please review the [changelog](https://beta.uiplusplus.configmgrftw.com/download/) for applicable changes.
12+
Right now (G)UI++ supports the beta version of UI++ (3.0). Please review the [changelog](https://beta.uiplusplus.configmgrftw.com/download/) for applicable changes.
1313
Here are some of the known... features... of (G)UI++
1414
- When creating an AppTree, you'll notice you don't have the option to add a SoftwareSets element (and if you import, it's missing). This is because
1515
the SoftwareSets element has no attributes (e.g. cannot add a condition), and therefore only serves as a container for the AppTree Set elements.
@@ -22,6 +22,10 @@ Here are some of the known... features... of (G)UI++
2222
- A handful of features (as documented in the UI++ 3.0 beta changelog) in (G)UI++ are only supported by UI++ 3.0. If you're not using UI++
2323
3.0, then you might have a bad time.
2424
- 4k monitor support is still touchy. The Info and ErrorInfo actions especially. Feel free to track this issue here: https://github.com/theznerd/GUIpp/issues/5
25+
- Export uses single-quotes for attributes rather than double quotes. Without a large re-write of code, we can't pick and choose between both single and double quotes.
26+
- InnerText for elements that use it for the value of the element do not wrap in CDATA right now. Currently any unsupported characters are converted
27+
to their escaped versions in the xml. This is fully supported by the XML parser used for UI++, but decreases readbility of the XML. Weigh in on this
28+
discussion here: https://github.com/theznerd/GUIpp/issues/10
2529

2630
## Download
2731
You can get the latest version of the application here: https://github.com/theznerd/GUIpp/releases

0 commit comments

Comments
 (0)