diff --git a/appcast.xml b/appcast.xml index 79a8346..2ffc33a 100644 --- a/appcast.xml +++ b/appcast.xml @@ -6,18 +6,14 @@ en https://github.com/ninxsoft/Mist - Version 0.8.1 + Version 0.9 https://github.com/ninxsoft/Mist - 0.8.1 + 0.9 https://github.com/ninxsoft/Mist/blob/main/CHANGELOG.md - .styled_0_8_1 { - list-style: none; - padding: 0; - } - .styled_0_8 { + .styled { list-style: none; padding: 0; } @@ -27,49 +23,37 @@ margin-top: 15px; margin-bottom: 15px; } - .styled_0_8_1 li::before { - content: "✅ "; - } - .styled_0_8 li::before { + .styled li::before { content: "🆕 "; } - .styled_0_8 li:nth-child(n + 2)::before { + .styled li:nth-child(n + 3)::before { content: "✅ "; } - .styled_child li:nth-child(n + 1)::before { + .styled_child li::before { content: ""; } -

Version 0.8.1

-
- -

Version 0.8

-
-