From 0c2c162a2e48ffc3615a8a12fe3c9c1cb1f830ae Mon Sep 17 00:00:00 2001 From: Nindi Gill Date: Wed, 7 Jun 2023 17:38:56 +1000 Subject: [PATCH] Update appcast.xml --- appcast.xml | 92 ++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 62 insertions(+), 30 deletions(-) diff --git a/appcast.xml b/appcast.xml index fe5f63c..b5bb42f 100644 --- a/appcast.xml +++ b/appcast.xml @@ -6,51 +6,83 @@ en https://github.com/ninxsoft/Mist - Version 0.5 + Version 0.6 https://github.com/ninxsoft/Mist - 0.5 + 0.6 + https://github.com/ninxsoft/Mist/blob/main/CHANGELOG.md - ul li { + .styled { + list-style: none; + padding: 0; + } + .styled li { + padding-left: 1rem; + text-indent: -0.75rem; + margin-top: 15px; margin-bottom: 15px; } - .tag { - float: left; - width: 36px; - padding: 5px; - border-radius: 5px; - font-weight: medium; - color: white; - margin-right: 5px; - text-align: center; + .styled li::before { + content: "🆕 "; } - .tag-new { - background: #007bff; + .styled li:nth-child(n + 5)::before { + content: "✅ "; } - .tag-fixed { - background: #ff9501; - } - .description { - overflow: hidden; + .styled li ul li:nth-child(n)::before { + content: ""; } -
    -
  • NEWThe macOS Installer cache can now be emptied even if Cache Downloads is disabled.
  • -
  • FIXEDWindow tabs are now disabled.
  • -
  • FIXEDThe Close Window (⌘-W) keyboard shortcut is now available once again.
  • -
  • FIXEDCSV exports are now working correctly again.
  • -
  • FIXEDRemoved unused declarations and imports (ie. dead code).
  • -
  • FIXEDMinor cosmetic fixes.
  • +
      +
    • + Added support for the following legacy operating systems: +
        +
      • macOS Sierra 10.12.6
      • +
      • OS X El Capitan 10.11.6
      • +
      • OS X Yosemite 10.10.5
      • +
      • OS X Mountain Lion 10.8.5
      • +
      • Mac OS X Lion 10.7.5
      • +
      +
    • +
    • + Added a Show in Finder upon completion checkbox to the download screen +
    • +
    • + Added a Full Disk Access verfication step prior to downloading a macOS Firmware / Installer +
    • +
    • + Added a warning when attempting to build an ISO for macOS Catalina 10.15 or older on Apple Silicon Macs +
    • +
    • + The Mist.app Login Item title now displays the app name and not the developer's name +
    • +
    • + Temporary volumes are now hidden, and no longer show in Finder when mounted during image creation +
    • +
    • + Mist now has more comprehensive error messages of failed tasks +
    • +
    • + Fixed a bug where warning messages would not cascade correctly +
    • +
    • + Fixed a bug where file and directory ownership was being checked incorrectly +
    • +
    • + Fixed a bug where icons would flicker during animation in the Settings > Applications tab +
    • +
    • + Fixed a bug where the Mist window would not resize correctly +
    ]]> - Thu, 29 Dec 2022 12:00:00 +0000 - Thu, 08 Jun 2023 12:00:00 +0000 +