Skip to content

Commit

Permalink
Updates for Particulars 58 (#667)
Browse files Browse the repository at this point in the history
* Updates for Particulars 58

* Improved grammar for describing explicitNoNetworkConfiguration
  • Loading branch information
fraserhess committed Apr 15, 2024
1 parent 4c197b2 commit d94d260
Showing 1 changed file with 106 additions and 2 deletions.
Expand Up @@ -11,7 +11,7 @@
<key>pfm_format_version</key>
<integer>1</integer>
<key>pfm_last_modified</key>
<date>2024-03-09T20:00:00Z</date>
<date>2024-03-29T14:00:00Z</date>
<key>pfm_platforms</key>
<array>
<string>macOS</string>
Expand Down Expand Up @@ -216,6 +216,78 @@
<key>pfm_type</key>
<string>integer</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>58</string>
<key>pfm_default</key>
<integer>21</integer>
<key>pfm_description</key>
<string>When displaying system information on the desktop, Particulars uses all available screen size, inset by a default margin of 21pt. Margins can be adjusted.</string>
<key>pfm_documentation_url</key>
<string>https://particulars.app/_help/particularshelp/Advanced.html#desktopMargin</string>
<key>pfm_name</key>
<string>desktopMargin</string>
<key>pfm_title</key>
<string>Desktop Margin</string>
<key>pfm_type</key>
<string>integer</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>58</string>
<key>pfm_description</key>
<string>Overrides desktopMargin for the top desktop margin</string>
<key>pfm_documentation_url</key>
<string>https://particulars.app/_help/particularshelp/Advanced.html#desktopMargin</string>
<key>pfm_name</key>
<string>desktopTopMargin</string>
<key>pfm_title</key>
<string>Desktop Top Margin</string>
<key>pfm_type</key>
<string>integer</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>58</string>
<key>pfm_description</key>
<string>Overrides desktopMargin for the bottom desktop margin</string>
<key>pfm_documentation_url</key>
<string>https://particulars.app/_help/particularshelp/Advanced.html#desktopMargin</string>
<key>pfm_name</key>
<string>desktopBottomMargin</string>
<key>pfm_title</key>
<string>Desktop Bottom Margin</string>
<key>pfm_type</key>
<string>integer</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>58</string>
<key>pfm_description</key>
<string>Overrides desktopMargin for the left desktop margin</string>
<key>pfm_documentation_url</key>
<string>https://particulars.app/_help/particularshelp/Advanced.html#desktopMargin</string>
<key>pfm_name</key>
<string>desktopLeftMargin</string>
<key>pfm_title</key>
<string>Desktop Left Margin</string>
<key>pfm_type</key>
<string>integer</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>58</string>
<key>pfm_description</key>
<string>Overrides desktopMargin for the right desktop margin</string>
<key>pfm_documentation_url</key>
<string>https://particulars.app/_help/particularshelp/Advanced.html#desktopMargin</string>
<key>pfm_name</key>
<string>desktopRightMargin</string>
<key>pfm_title</key>
<string>Desktop Right Margin</string>
<key>pfm_type</key>
<string>integer</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>26</string>
Expand Down Expand Up @@ -488,6 +560,38 @@
<key>pfm_type</key>
<string>boolean</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>58</string>
<key>pfm_default</key>
<false/>
<key>pfm_description</key>
<string>Displays an error message if no active network interfaces are found (assuming network is enabled in 'detailLevel').</string>
<key>pfm_documentation_url</key>
<string>https://particulars.app/_help/particularshelp/Advanced.html#explicitNoNetworkConfiguration</string>
<key>pfm_name</key>
<string>explicitNoNetworkConfiguration</string>
<key>pfm_title</key>
<string>Explicit No Networks Detected message</string>
<key>pfm_type</key>
<string>boolean</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>58</string>
<key>pfm_default</key>
<true/>
<key>pfm_description</key>
<string>Particulars checks for new Particulars versions in the Mac App Store. This check can be disabled.</string>
<key>pfm_documentation_url</key>
<string>https://particulars.app/_help/particularshelp/Advanced.html#appStoreVersionCheck</string>
<key>pfm_name</key>
<string>appStoreVersionCheck</string>
<key>pfm_title</key>
<string>Checking for new version in the Mac App Store</string>
<key>pfm_type</key>
<string>boolean</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>26</string>
Expand Down Expand Up @@ -647,6 +751,6 @@
<key>pfm_unique</key>
<true/>
<key>pfm_version</key>
<integer>2</integer>
<integer>3</integer>
</dict>
</plist>

0 comments on commit d94d260

Please sign in to comment.