Apple broadens Racial Equity and Justice Initiative with $30 million in new commitments Content: Apple broadens Racial Equity and Justice Initiative with $30 million in new commitments Source: https://www.apple.com/newsroom/2021/08/apple-broadens-racial-equity-and-justice-initiative-with-30-million-in-new-commitments/ Author: Apple Newsroom Date: August 31, 2021 at 03:01PM An @AppleStyleOfficial project
AutoGrab: 5 ESSENTIAL APPS for the MAC in 2021 That You NEED NOW! by Idris B. https://www.youtube.com/watch?v=96rVLUejUME
Morpho Converter update (and free codes)
We just released a big update to Morpho Converter today and wanted to give out some free lifetime codes here (see below).The update focuses on travel:Countries & Regions: see common units of measure from 256 countries and regions. Also view electrical information, illustrated plug types, calling codes, diving side, languages, and time zones to help plan your trip.Spelled Out: see your number spelled out in 31 languages.Speak Results: have your conversion results spoken aloud in 29 languages.Shoe Size: convert between common systems using the ISO standard.Specifically for the Mac we've improved the menus and keyboard shortcuts, added more Touch Bar options, and improved windowing. Hope you'll check it out and definitely would love to hear your feedback. I know we need to work on our Preferences window. πApp Store: https://apps.apple.com/app/id1494942612Lifetime unlock promo codes (please comment if you use one or when they're all gone):KMXYJ6ARW7M37FP4EJMHK3WRMHMXKWATX9F9A47HL697PXFY3RMNEJ4XW4RXIf you redeem on Mac just restore on iOS or vice versa. It's one code for all the platforms.
Submitted August 31, 2021 at 09:38PM by jerprovost
on r/macapps via https://www.reddit.com/r/macapps/comments/pfd5j6/morpho_converter_update_and_free_codes/?utm_source=ifttt An @AppleStyleOfficial project
We just released a big update to Morpho Converter today and wanted to give out some free lifetime codes here (see below).The update focuses on travel:Countries & Regions: see common units of measure from 256 countries and regions. Also view electrical information, illustrated plug types, calling codes, diving side, languages, and time zones to help plan your trip.Spelled Out: see your number spelled out in 31 languages.Speak Results: have your conversion results spoken aloud in 29 languages.Shoe Size: convert between common systems using the ISO standard.Specifically for the Mac we've improved the menus and keyboard shortcuts, added more Touch Bar options, and improved windowing. Hope you'll check it out and definitely would love to hear your feedback. I know we need to work on our Preferences window. πApp Store: https://apps.apple.com/app/id1494942612Lifetime unlock promo codes (please comment if you use one or when they're all gone):KMXYJ6ARW7M37FP4EJMHK3WRMHMXKWATX9F9A47HL697PXFY3RMNEJ4XW4RXIf you redeem on Mac just restore on iOS or vice versa. It's one code for all the platforms.
Submitted August 31, 2021 at 09:38PM by jerprovost
on r/macapps via https://www.reddit.com/r/macapps/comments/pfd5j6/morpho_converter_update_and_free_codes/?utm_source=ifttt An @AppleStyleOfficial project
<b>Electron 14.0.0</b> Content:
Electron 14.0.0 has been released! It includes upgrades to Chromium 93 and V8 9.3. We've added several API updates, bug fixes, and general improvements. Read below for more details!
The Electron team is excited to announce the release of Electron 14.0.0! You can install it with npm via npm install electron@latest or download it from our <a href="https://electronjs.org/releases/stable">releases website</a>. Continue reading for details about this release and please share any feedback you have!
<a href="#notable-changes">Notable Changes</a>
<a href="#electron-release-cadence-change">Electron Release Cadence Change</a>
Beginning in September 2021 with Electron 15, Electron will release a new major stable version every 8 weeks. You can read the <a href="https://www.electronjs.org/blog/8-week-cadence">full details here</a>. Electron 15 will begin beta on September 1, 2021 and stable release will be on September 21, 2021. You can find <a href="https://electronjs.org/docs/tutorial/electron-timelines">Electron's public timeline here</a>.
Additionally, Electron will be changing supported versions from latest three versions to latest four versions until May 2022. See <a href="https://electronjs.org/docs/tutorial/electron-versioning">see our versioning document</a> for more detailed information about versioning in Electron.
<a href="#stack-changes">Stack Changes</a>
Chromium 93
<a href="https://developer.chrome.com/blog/new-in-chrome-93/">New in Chrome 93</a>
<a href="https://www.chromestatus.com/features#milestone%3D92">New in Chrome 92</a>
Node.js 14.17.0
<a href="https://nodejs.org/en/blog/release/v14.17.0/">Node 14.17.0 blog post</a>
V8 9.3
<a href="https://v8.dev/blog/v8-release-93">V8 9.3 blog post</a>
<a href="https://v8.dev/blog/v8-release-92">V8 9.2 blog post</a>
<a href="#highlight-features">Highlight Features</a>
Default Changed: nativeWindowOpen now defaults to true. <a href="https://www.electronjs.org/docs/api/window-open.md">(see docs)</a>
Child windows no longer inherit BrowserWindow construction options from their parents. <a href="https://github.com/electron/electron/pull/28550">#28550</a>
Added new session.storagePath API to get the path on disk for session-specific data. <a href="https://github.com/electron/electron/pull/28665">#28665</a>
Added process.contextId used by @electron/remote. <a href="https://github.com/electron/electron/pull/28007">#28007</a>
Added experimental cookie encryption support behind an <a href="https://www.electronjs.org/docs/tutorial/fuses">Electron Fuse</a>. <a href="https://github.com/electron/electron/pull/29492">#29492</a>
See the <a href="https://github.com/electron/electron/releases/tag/v14.0.0">14.0.0 release notes</a> for a full list of new features and changes.
<a href="#breaking-changes">Breaking Changes</a>
Below are breaking changes introduced in Electron 14. More information about these and future changes can be found on the <a href="https://github.com/electron/electron/blob/main/docs/breaking-changes.md">Planned Breaking Changes</a> page.
<a href="#removed-appallowrendererprocessreuse">Removed: app.allowRendererProcessReuse</a>
The app.allowRendererProcessReuse property has been removed as part of our plan to more closely align with Chromium's process model for security, performance and maintainability.
For more detailed information see <a href="https://github.com/electron/electron/issues/18397">#18397</a>.
<a href="#removed-browser-window-affinity">Removed: Browser Window Affinity</a>
The affinity option when constructing a new BrowserWindow has been removed as part of our plan to more closely align with Chromium's process model for security, performance and maintainability.
For more detailed information see <a href="https://github.com/electron/electron/issues/18397">#18397</a>.
<a href="#api-changed-windowopen">API Changed: window.open()</a>
The optional parameter frameName no longer sets the title of the window. This behavior nowβ¦
Electron 14.0.0 has been released! It includes upgrades to Chromium 93 and V8 9.3. We've added several API updates, bug fixes, and general improvements. Read below for more details!
The Electron team is excited to announce the release of Electron 14.0.0! You can install it with npm via npm install electron@latest or download it from our <a href="https://electronjs.org/releases/stable">releases website</a>. Continue reading for details about this release and please share any feedback you have!
<a href="#notable-changes">Notable Changes</a>
<a href="#electron-release-cadence-change">Electron Release Cadence Change</a>
Beginning in September 2021 with Electron 15, Electron will release a new major stable version every 8 weeks. You can read the <a href="https://www.electronjs.org/blog/8-week-cadence">full details here</a>. Electron 15 will begin beta on September 1, 2021 and stable release will be on September 21, 2021. You can find <a href="https://electronjs.org/docs/tutorial/electron-timelines">Electron's public timeline here</a>.
Additionally, Electron will be changing supported versions from latest three versions to latest four versions until May 2022. See <a href="https://electronjs.org/docs/tutorial/electron-versioning">see our versioning document</a> for more detailed information about versioning in Electron.
<a href="#stack-changes">Stack Changes</a>
Chromium 93
<a href="https://developer.chrome.com/blog/new-in-chrome-93/">New in Chrome 93</a>
<a href="https://www.chromestatus.com/features#milestone%3D92">New in Chrome 92</a>
Node.js 14.17.0
<a href="https://nodejs.org/en/blog/release/v14.17.0/">Node 14.17.0 blog post</a>
V8 9.3
<a href="https://v8.dev/blog/v8-release-93">V8 9.3 blog post</a>
<a href="https://v8.dev/blog/v8-release-92">V8 9.2 blog post</a>
<a href="#highlight-features">Highlight Features</a>
Default Changed: nativeWindowOpen now defaults to true. <a href="https://www.electronjs.org/docs/api/window-open.md">(see docs)</a>
Child windows no longer inherit BrowserWindow construction options from their parents. <a href="https://github.com/electron/electron/pull/28550">#28550</a>
Added new session.storagePath API to get the path on disk for session-specific data. <a href="https://github.com/electron/electron/pull/28665">#28665</a>
Added process.contextId used by @electron/remote. <a href="https://github.com/electron/electron/pull/28007">#28007</a>
Added experimental cookie encryption support behind an <a href="https://www.electronjs.org/docs/tutorial/fuses">Electron Fuse</a>. <a href="https://github.com/electron/electron/pull/29492">#29492</a>
See the <a href="https://github.com/electron/electron/releases/tag/v14.0.0">14.0.0 release notes</a> for a full list of new features and changes.
<a href="#breaking-changes">Breaking Changes</a>
Below are breaking changes introduced in Electron 14. More information about these and future changes can be found on the <a href="https://github.com/electron/electron/blob/main/docs/breaking-changes.md">Planned Breaking Changes</a> page.
<a href="#removed-appallowrendererprocessreuse">Removed: app.allowRendererProcessReuse</a>
The app.allowRendererProcessReuse property has been removed as part of our plan to more closely align with Chromium's process model for security, performance and maintainability.
For more detailed information see <a href="https://github.com/electron/electron/issues/18397">#18397</a>.
<a href="#removed-browser-window-affinity">Removed: Browser Window Affinity</a>
The affinity option when constructing a new BrowserWindow has been removed as part of our plan to more closely align with Chromium's process model for security, performance and maintainability.
For more detailed information see <a href="https://github.com/electron/electron/issues/18397">#18397</a>.
<a href="#api-changed-windowopen">API Changed: window.open()</a>
The optional parameter frameName no longer sets the title of the window. This behavior nowβ¦
AutoGrab: Useful Mac Apps Worth Checking Out - August 2021 by MacRumors https://www.youtube.com/watch?v=6hkqv8N34SY
Sketch β Design app for UX/UI for iOS and Web v76 Content:
Sketch: graphic design for a digital world. Powerful tools and an elegant interface, in a single award-winning package. Because making beautiful things...
The post Sketch β Design app for UX/UI for iOS and Web v76 appeared first on MacDrop.
Source: https://macdrop.net/sketch-design-app-for-ux-ui-for-ios-and-web-v76/ Author: admin Date: September 01, 2021 at 03:57AM An @AppleStyleOfficial project
Sketch: graphic design for a digital world. Powerful tools and an elegant interface, in a single award-winning package. Because making beautiful things...
The post Sketch β Design app for UX/UI for iOS and Web v76 appeared first on MacDrop.
Source: https://macdrop.net/sketch-design-app-for-ux-ui-for-ios-and-web-v76/ Author: admin Date: September 01, 2021 at 03:57AM An @AppleStyleOfficial project
Smooze β Change the way you scroll! 1.9.21 Content:
Smooze animates your scroll and adds functionality to your non-Apple mouse (scroll-wheel mouse).
The post Smooze β Change the way you scroll! 1.9.21 appeared first on MacDrop.
Source: https://macdrop.net/smooze-change-the-way-you-scroll-1-9-21/ Author: admin Date: September 01, 2021 at 04:04AM An @AppleStyleOfficial project
Smooze animates your scroll and adds functionality to your non-Apple mouse (scroll-wheel mouse).
The post Smooze β Change the way you scroll! 1.9.21 appeared first on MacDrop.
Source: https://macdrop.net/smooze-change-the-way-you-scroll-1-9-21/ Author: admin Date: September 01, 2021 at 04:04AM An @AppleStyleOfficial project
MacPilot β Enable over 1,200 hidden features 13.0 Content:
MacPilot gives you the power of UNIX and the simplicity of Macintosh, which means a phenomenal amount of untapped power in your hands!
The post MacPilot β Enable over 1,200 hidden features 13.0 appeared first on MacDrop.
Source: https://macdrop.net/macpilot-enable-over-1200-hidden-features-13-0/ Author: admin Date: September 01, 2021 at 04:19AM An @AppleStyleOfficial project
MacPilot gives you the power of UNIX and the simplicity of Macintosh, which means a phenomenal amount of untapped power in your hands!
The post MacPilot β Enable over 1,200 hidden features 13.0 appeared first on MacDrop.
Source: https://macdrop.net/macpilot-enable-over-1200-hidden-features-13-0/ Author: admin Date: September 01, 2021 at 04:19AM An @AppleStyleOfficial project
Moving Files
As the title suggests I'm having trouble moving files. I follow the commands as directed from the Alfred search function but when I execute the final command to move nothing happens. Been looking at a lot of trouble shooting options but nothing seems to work. I have purchased the power pack already.
Submitted September 01, 2021 at 06:35AM by Moopboop207
on r/Alfred via https://www.reddit.com/r/Alfred/comments/pfmmka/moving_files/?utm_source=ifttt An @AppleStyleOfficial project
As the title suggests I'm having trouble moving files. I follow the commands as directed from the Alfred search function but when I execute the final command to move nothing happens. Been looking at a lot of trouble shooting options but nothing seems to work. I have purchased the power pack already.
Submitted September 01, 2021 at 06:35AM by Moopboop207
on r/Alfred via https://www.reddit.com/r/Alfred/comments/pfmmka/moving_files/?utm_source=ifttt An @AppleStyleOfficial project
AutoGrab: Top Websites for Downloading Mac Apps by Peter Allmacworlds https://www.youtube.com/watch?v=jnqo4WRWTrA
Peek β The Ultimate Rebrand + Giveaway
NSFW: The rebrand is π₯, proceed at your own risk.The People were upset. The People did not like Peek, the titular character of an otherwise unrelated productivity software/developer tool.βThe People Detested the Old PeekWho am I, Big Z, the sole custodian of Peek to keep the People from what they want? From what the People seek? Fulfillment. Satisfaction. Happiness. So without further ado, may I present the People with the new face of Peek.βThe People Liked the New PeekThe People have spoken.~~~~~~~~~~~~~~~~~~~~~~Ten (10) humans will be randomly selected to win a free Peek promo code by the end of 9/1/21 PDT. Enter here.Want to buy Peek now? Find the link & more info at bigzlabs.com/peek.If you or your company are looking for an "educated" outside-the-box Swift developer & are able to provide health insurance along with your employment, I will be exploring opportunities. π§ (I hope this falls into the category of limited self-promotion π).
Submitted September 01, 2021 at 10:37AM by bigzlabs
on r/macapps via https://www.reddit.com/r/macapps/comments/pfpppk/peek_the_ultimate_rebrand_giveaway/?utm_source=ifttt An @AppleStyleOfficial project
NSFW: The rebrand is π₯, proceed at your own risk.The People were upset. The People did not like Peek, the titular character of an otherwise unrelated productivity software/developer tool.βThe People Detested the Old PeekWho am I, Big Z, the sole custodian of Peek to keep the People from what they want? From what the People seek? Fulfillment. Satisfaction. Happiness. So without further ado, may I present the People with the new face of Peek.βThe People Liked the New PeekThe People have spoken.~~~~~~~~~~~~~~~~~~~~~~Ten (10) humans will be randomly selected to win a free Peek promo code by the end of 9/1/21 PDT. Enter here.Want to buy Peek now? Find the link & more info at bigzlabs.com/peek.If you or your company are looking for an "educated" outside-the-box Swift developer & are able to provide health insurance along with your employment, I will be exploring opportunities. π§ (I hope this falls into the category of limited self-promotion π).
Submitted September 01, 2021 at 10:37AM by bigzlabs
on r/macapps via https://www.reddit.com/r/macapps/comments/pfpppk/peek_the_ultimate_rebrand_giveaway/?utm_source=ifttt An @AppleStyleOfficial project
AutoGrab: How To Download Install Iphone IpadMobile APPS in M1 Macbook Air In Hindi || Student Discount || π± by TECH COMPACT https://www.youtube.com/watch?v=N3UZQYhAOFU
Menu Bar App for Apple Notes
Hi everyone. So I've been searching for a Menu Bar App for quick note-taking functionality (similar to Tot, SimpleNote, or Jot) but should be integrated with Apple Notes and with iCloud syncing functionality (somewhat similar to PopDo which is integrated with Apple Reminders). However, I can't seem to find any.So basically, I am looking for a "PopDo" but for Apple Notes. Do you have any other app suggestions? Tot seems to do the work on Mac for Quick Notes, but the iOS app is way too expensive in my opinion. Hope you could help me with this!
Submitted September 01, 2021 at 11:15AM by the_catato
on r/macapps via https://www.reddit.com/r/macapps/comments/pfq5tc/menu_bar_app_for_apple_notes/?utm_source=ifttt An @AppleStyleOfficial project
Hi everyone. So I've been searching for a Menu Bar App for quick note-taking functionality (similar to Tot, SimpleNote, or Jot) but should be integrated with Apple Notes and with iCloud syncing functionality (somewhat similar to PopDo which is integrated with Apple Reminders). However, I can't seem to find any.So basically, I am looking for a "PopDo" but for Apple Notes. Do you have any other app suggestions? Tot seems to do the work on Mac for Quick Notes, but the iOS app is way too expensive in my opinion. Hope you could help me with this!
Submitted September 01, 2021 at 11:15AM by the_catato
on r/macapps via https://www.reddit.com/r/macapps/comments/pfq5tc/menu_bar_app_for_apple_notes/?utm_source=ifttt An @AppleStyleOfficial project
Mirror Magnet β a mirror that stays on top! π₯
https://www.reddit.com/gallery/pfrxcp
Submitted September 01, 2021 at 01:27PM by mrtnlxo
on r/macapps via https://www.reddit.com/r/macapps/comments/pfrxcp/mirror_magnet_a_mirror_that_stays_on_top/?utm_source=ifttt An @AppleStyleOfficial project
https://www.reddit.com/gallery/pfrxcp
Submitted September 01, 2021 at 01:27PM by mrtnlxo
on r/macapps via https://www.reddit.com/r/macapps/comments/pfrxcp/mirror_magnet_a_mirror_that_stays_on_top/?utm_source=ifttt An @AppleStyleOfficial project
Today at Apple Creative Studios expands to Chicago and Washington, D.C. Content: Next month, Today at Apple Creative Studios will bring its programming to underrepresented communities in Washington and Chicago. Source: https://www.apple.com/newsroom/2021/09/today-at-apple-creative-studios-expands-to-chicago-and-washington-dc/ Author: Apple Newsroom Date: September 01, 2021 at 01:58PM An @AppleStyleOfficial project
Apple announces first states to adopt driverβs licenses and state IDs in Wallet Content: Apple announces first states to adopt driverβs licenses and state IDs in Wallet Source: https://www.apple.com/newsroom/2021/09/apple-announces-first-states-to-adopt-drivers-licenses-and-state-ids-in-wallet/ Author: Apple Newsroom Date: September 01, 2021 at 03:02PM An @AppleStyleOfficial project
Setapp (Facebook)
No matter how many browser windows and tabs you got running, Tab Finder compiles a handy list of your tabs for easy browsingπ₯
Try it now! stpp.co/3gTiBfr
No matter how many browser windows and tabs you got running, Tab Finder compiles a handy list of your tabs for easy browsingπ₯
Try it now! stpp.co/3gTiBfr