<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>MacUpdate: Latest Mac OS X App Updates</title>
    <description>MacUpdate: Latest Mac OS X App Updates</description>
    <pubDate>Thu, 22 Feb 2024 05:50:25 -0500</pubDate>
    <generator>MacUpdate RSS 2.0 (https://www.macupdate.com)</generator>
    <link>https://www.macupdate.com</link>
    <author>updates@macupdate.com (MacUpdate)</author>
    <dc:creator>MacUpdate</dc:creator>
    <atom:link rel="self" type="application/atom+xml" href="https://www.macupdate.com/rss/"/>
    <item>
      <title>Node.js 21.6.2 - Scalable event-driven JavaScript runtime.</title>
      <description><![CDATA[<p>As an asynchronous event-driven JavaScript runtime, <strong>Node.js</strong> is designed to build scalable network applications.</p> 

<p>Node.js is similar in design to, and influenced by, systems like Ruby's Event Machine and Python's Twisted. Node.js takes the event model a bit further. It presents an event loop as a runtime construct instead of as a library. In other systems, there is always a blocking call to start the event-loop. Typically, behavior is defined through callbacks at the beginning of a script, and at the end a server is started through a blocking call like EventMachine::run(). In Node.js, there is no such start-the-event-loop call. Node.js simply enters the event loop after executing the input script. Node.js exits the event loop when there are no more callbacks to perform. This behavior is like browser JavaScript - the event loop is hidden from the user.</p> 

<p>HTTP is a first-class citizen in Node.js, designed with streaming and low latency in mind. This makes Nodejs well suited for the foundation of a web library or framework.</p> 

<p>Node.js being designed without threads doesn't mean you can't take advantage of multiple cores in your environment. Child processes can be spawned by using our child_process.fork() API, and are designed to be easy to communicate with. Built upon that same interface is the cluster module, which allows you to share sockets between processes to enable load balancing over your cores.</p><br><br><ul>
    <li>CVE-2024-21892 - Code injection and privilege escalation through Linux capabilities- (High)</li>
    <li>CVE-2024-22019 - http: Reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks- (High)</li>
    <li>CVE-2024-21896 - Path traversal by monkey-patching Buffer internals- (High)</li>
    <li>CVE-2024-22017 - setuid() does not drop all privileges due to io_uring - (High)</li>
    <li>CVE-2023-46809 - Node.js is vulnerable to the Marvin Attack (timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding) - (Medium)</li>
    <li>CVE-2024-21891 - Multiple permission model bypasses due to improper path traversal sequence sanitization - (Medium)</li>
    <li>CVE-2024-21890 - Improper handling of wildcards in --allow-fs-read and --allow-fs-write (Medium)</li>
    <li>CVE-2024-22025 - Denial of Service by resource exhaustion in fetch() brotli decoding - (Medium)</li>
    <li>undici version 5.28.3</li>
    <li>libuv version 1.48.0</li>
    <li>OpenSSL version 3.0.13+quic1</li>
</ul><br><br><a href="https://nodejs.org/dist/v20.11.1/node-v20.11.1.pkg" target="_blank">v20.11.1 LTS</a> Recommended For Most Users<br><br><a href="https://www.macupdate.com/app/mac/62504/node-js">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]></description>
      <pubDate>Thu, 22 Feb 2024 04:51:40 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/62504/node-js</link>
      <guid>https://www.macupdate.com/app/mac/62504/node-js</guid>
      <comments>https://www.macupdate.com/app/mac/62504/node-js/reviews</comments>
      <content:encoded><![CDATA[<p>As an asynchronous event-driven JavaScript runtime, <strong>Node.js</strong> is designed to build scalable network applications.</p> 

<p>Node.js is similar in design to, and influenced by, systems like Ruby's Event Machine and Python's Twisted. Node.js takes the event model a bit further. It presents an event loop as a runtime construct instead of as a library. In other systems, there is always a blocking call to start the event-loop. Typically, behavior is defined through callbacks at the beginning of a script, and at the end a server is started through a blocking call like EventMachine::run(). In Node.js, there is no such start-the-event-loop call. Node.js simply enters the event loop after executing the input script. Node.js exits the event loop when there are no more callbacks to perform. This behavior is like browser JavaScript - the event loop is hidden from the user.</p> 

<p>HTTP is a first-class citizen in Node.js, designed with streaming and low latency in mind. This makes Nodejs well suited for the foundation of a web library or framework.</p> 

<p>Node.js being designed without threads doesn't mean you can't take advantage of multiple cores in your environment. Child processes can be spawned by using our child_process.fork() API, and are designed to be easy to communicate with. Built upon that same interface is the cluster module, which allows you to share sockets between processes to enable load balancing over your cores.</p><br><br><ul>
    <li>CVE-2024-21892 - Code injection and privilege escalation through Linux capabilities- (High)</li>
    <li>CVE-2024-22019 - http: Reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks- (High)</li>
    <li>CVE-2024-21896 - Path traversal by monkey-patching Buffer internals- (High)</li>
    <li>CVE-2024-22017 - setuid() does not drop all privileges due to io_uring - (High)</li>
    <li>CVE-2023-46809 - Node.js is vulnerable to the Marvin Attack (timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding) - (Medium)</li>
    <li>CVE-2024-21891 - Multiple permission model bypasses due to improper path traversal sequence sanitization - (Medium)</li>
    <li>CVE-2024-21890 - Improper handling of wildcards in --allow-fs-read and --allow-fs-write (Medium)</li>
    <li>CVE-2024-22025 - Denial of Service by resource exhaustion in fetch() brotli decoding - (Medium)</li>
    <li>undici version 5.28.3</li>
    <li>libuv version 1.48.0</li>
    <li>OpenSSL version 3.0.13+quic1</li>
</ul><br><br><a href="https://nodejs.org/dist/v20.11.1/node-v20.11.1.pkg" target="_blank">v20.11.1 LTS</a> Recommended For Most Users<br><br><a href="https://www.macupdate.com/app/mac/62504/node-js">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]></content:encoded>
    </item>
    <item>
      <title>Windscribe 2.9.9 - $49.00 (71% off)</title>
      <description><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/56871/56871_scr_sm_uc1.jpg"  /><br/><br/><p><strong>Windscribe</strong> is a desktop application and browser extension that work together to block ads and trackers, restore access to blocked content, and help you safeguard your privacy online. You can use up to 3 GB of data per month for free, and upgrade to unlimited usage for just $9/month or $69/year.</p> 

<h5>Features:</h5> 
<ul> 
	<li><strong>Secure Public Wi-Fi</strong> - Public Internet connections are prone to being insecure and exploited by hackers. With Windscribe, you don't have to worry about that.</li> 
	<li><strong>Access Blocked Content</strong> - Traveling abroad and want to access your favorite entertainment content as if you were home? We've got you covered.</li> 
	<li><strong>Share Files Securely</strong> - Protect your Internet activity prying eyes by sending all your traffic through an encrypted tunnel</li> 
	<li><strong>Built-In Firewall</strong> - Keeps your IP safe if your connection drops</li> 
</ul> 

<p>The published price is the per-month charge for unlimited data, and is free to use for up to 10 GB per month. Pricing information can be <a href="https://windscribe.com/upgrade" target="_blank">found here</a>.</p><br><br><ul>
    <li>Added feature to export/import preferences to/from JSON file.</li>
    <li>Added password reveal/hide button for main login.</li>
    <li>Added 'status' command to the CLI.</li>
    <li>Added advanced parameter for specifying specific wireguard server.</li>
    <li>Improved anti-censorship measures in WireGuard and OpenVPN.</li>
    <li>Improved labels and descriptions in preferences to match the mobile app.</li>
    <li>Improved debug log feature to include the installer log.</li>
    <li>Improved installer to support keyboard shortcuts (ESC/Enter/etc.).</li>
    <li>Fixed WireGuard anti-censorship.</li>
    <li>Fixed app may become unresponsive when using tray locations menu.</li>
    <li>Fixed transition to 2FA screen when logging in.</li>
    <li>Fixed importing/exporting preferences closes the app window if docked.</li>
    <li>Fixed banned/disabled message not showing during login.</li>
    <li>Fixed update screen may not be clickable after an alert is shown.</li>
    <li>Fixed reveal password icon may be slightly cut off at certain scaling.</li>
    <li>Fixed pressing Login from external config mode causes UI to not display.</li>
    <li>Fixed returning to login screen does not set focus to username field.</li>
    <li>Fixed user is forcefully logged out on some server errors.</li>
    <li>Fixed imported split tunneling settings not reflecting in the GUI until after app restart.</li>
    <li>Fixed right-click also triggering Static IP link.</li>
    <li>Fixed various minor UX issues on login screen and preferences.</li>
    <li>Fixed hard-to-read 10 Gbps location icon.</li>
    <li>Fixed possible crash during app exit.</li>
    <li>Fixed advanced parameter file location differs between Guinea Pig vs Beta/Release builds.</li>
    <li>Fixed misdetection of TCP error during OpenVPN connection.</li>
    <li>Fixed installer log reordering in merge log.</li>
    <li>Fixed escaping of the OpenVPN password.</li>
    <li>Fixed incorrect translation of 'Quit' in French translation.</li>
    <li>Fixed in-app update to 2.9.2 by reverting change for deduplicating libraries in installer.</li>
    <li>Fixed ARM installer error that is a regression after LZMA migration.</li>
    <li>Fixed path reference with wrong case which breaks with case-sensitive APFS.</li>
    <li>Removed unnecessary threads running on helper service.</li>
    <li>Removed misleading logs indicating errors when it's benign.</li>
    <li>Removed unnecessary parameters for server list request API call.</li>
    <li>Updated boost, c-ares, and lzma dependencies.</li>
    <li>Updated ctrld dependency to 1.3.3.</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/56871/windscribe">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></description>
      <pubDate>Thu, 22 Feb 2024 04:45:49 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/56871/windscribe</link>
      <guid>https://www.macupdate.com/app/mac/56871/windscribe</guid>
      <comments>https://www.macupdate.com/app/mac/56871/windscribe/reviews</comments>
      <content:encoded><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/56871/56871_scr_sm_uc1.jpg"  /><br/><br/><p><strong>Windscribe</strong> is a desktop application and browser extension that work together to block ads and trackers, restore access to blocked content, and help you safeguard your privacy online. You can use up to 3 GB of data per month for free, and upgrade to unlimited usage for just $9/month or $69/year.</p> 

<h5>Features:</h5> 
<ul> 
	<li><strong>Secure Public Wi-Fi</strong> - Public Internet connections are prone to being insecure and exploited by hackers. With Windscribe, you don't have to worry about that.</li> 
	<li><strong>Access Blocked Content</strong> - Traveling abroad and want to access your favorite entertainment content as if you were home? We've got you covered.</li> 
	<li><strong>Share Files Securely</strong> - Protect your Internet activity prying eyes by sending all your traffic through an encrypted tunnel</li> 
	<li><strong>Built-In Firewall</strong> - Keeps your IP safe if your connection drops</li> 
</ul> 

<p>The published price is the per-month charge for unlimited data, and is free to use for up to 10 GB per month. Pricing information can be <a href="https://windscribe.com/upgrade" target="_blank">found here</a>.</p><br><br><ul>
    <li>Added feature to export/import preferences to/from JSON file.</li>
    <li>Added password reveal/hide button for main login.</li>
    <li>Added 'status' command to the CLI.</li>
    <li>Added advanced parameter for specifying specific wireguard server.</li>
    <li>Improved anti-censorship measures in WireGuard and OpenVPN.</li>
    <li>Improved labels and descriptions in preferences to match the mobile app.</li>
    <li>Improved debug log feature to include the installer log.</li>
    <li>Improved installer to support keyboard shortcuts (ESC/Enter/etc.).</li>
    <li>Fixed WireGuard anti-censorship.</li>
    <li>Fixed app may become unresponsive when using tray locations menu.</li>
    <li>Fixed transition to 2FA screen when logging in.</li>
    <li>Fixed importing/exporting preferences closes the app window if docked.</li>
    <li>Fixed banned/disabled message not showing during login.</li>
    <li>Fixed update screen may not be clickable after an alert is shown.</li>
    <li>Fixed reveal password icon may be slightly cut off at certain scaling.</li>
    <li>Fixed pressing Login from external config mode causes UI to not display.</li>
    <li>Fixed returning to login screen does not set focus to username field.</li>
    <li>Fixed user is forcefully logged out on some server errors.</li>
    <li>Fixed imported split tunneling settings not reflecting in the GUI until after app restart.</li>
    <li>Fixed right-click also triggering Static IP link.</li>
    <li>Fixed various minor UX issues on login screen and preferences.</li>
    <li>Fixed hard-to-read 10 Gbps location icon.</li>
    <li>Fixed possible crash during app exit.</li>
    <li>Fixed advanced parameter file location differs between Guinea Pig vs Beta/Release builds.</li>
    <li>Fixed misdetection of TCP error during OpenVPN connection.</li>
    <li>Fixed installer log reordering in merge log.</li>
    <li>Fixed escaping of the OpenVPN password.</li>
    <li>Fixed incorrect translation of 'Quit' in French translation.</li>
    <li>Fixed in-app update to 2.9.2 by reverting change for deduplicating libraries in installer.</li>
    <li>Fixed ARM installer error that is a regression after LZMA migration.</li>
    <li>Fixed path reference with wrong case which breaks with case-sensitive APFS.</li>
    <li>Removed unnecessary threads running on helper service.</li>
    <li>Removed misleading logs indicating errors when it's benign.</li>
    <li>Removed unnecessary parameters for server list request API call.</li>
    <li>Updated boost, c-ares, and lzma dependencies.</li>
    <li>Updated ctrld dependency to 1.3.3.</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/56871/windscribe">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></content:encoded>
    </item>
    <item>
      <title>Postgres App 2.7.1 - Full-featured PostgreSQL in a single package.</title>
      <description><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/53410/53410_scr_sm_uc1.jpg"  /><br/><br/><p>The <strong>Postgres</strong> app contains a full-featured PostgreSQL installation in a single package: PostgreSQL, PostGIS, several procedural languages: PL/pgSQL, PL/Perl, PL/Python, and PLV8 (Javascript) Popular extensions, including hstore and uuid-ossp, and more, including a number of command-line utilities for managing PostgreSQL and working with GIS data.</p><br><br><ul>
    <li>PostgreSQL 16.2 with PostGIS 3.4.1</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/53410/postgres-app">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></description>
      <pubDate>Thu, 22 Feb 2024 04:41:31 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/53410/postgres-app</link>
      <guid>https://www.macupdate.com/app/mac/53410/postgres-app</guid>
      <comments>https://www.macupdate.com/app/mac/53410/postgres-app/reviews</comments>
      <content:encoded><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/53410/53410_scr_sm_uc1.jpg"  /><br/><br/><p>The <strong>Postgres</strong> app contains a full-featured PostgreSQL installation in a single package: PostgreSQL, PostGIS, several procedural languages: PL/pgSQL, PL/Perl, PL/Python, and PLV8 (Javascript) Popular extensions, including hstore and uuid-ossp, and more, including a number of command-line utilities for managing PostgreSQL and working with GIS data.</p><br><br><ul>
    <li>PostgreSQL 16.2 with PostGIS 3.4.1</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/53410/postgres-app">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></content:encoded>
    </item>
    <item>
      <title>BlueHarvest 8.3 - Disable DS_Store creation and more.</title>
      <description><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/20036/20036_scr_sm.jpg"  /><br/><br/><p><strong>BlueHarvest </strong> is an exterminator for your Mac's unnecessary Desktop Service Store (DS_Store) and resource fork (_AppleDouble) files.</p> 

<p>Whether you manage a version control system or just want to maximize your available memory, DS_Store and _AppleDouble files are a nuisance. Get BlueHarvest, and give those superfluous files the boot.</p> 

<h5>A clean Mac is a happy Mac</h5> 
<ul> 
	<li><strong>Keep it clean.</strong> Blue Harvest does more than remove existing files -- it blocks new ones from being created. </li> 
	<li><strong>Easy interface.</strong> With BlueHarvest, a less cluttered Mac is only two clicks away. </li> 
	<li><strong>Instant access.</strong> Want to clean up a folder without launching BlueHarvest? Simply control-click. </li> 
</ul><br><br><ul>
<li>Fixes a bug where BlueHarvest would ignore disks which had been renamed.</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/20036/blueharvest">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></description>
      <pubDate>Thu, 22 Feb 2024 04:39:05 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/20036/blueharvest</link>
      <guid>https://www.macupdate.com/app/mac/20036/blueharvest</guid>
      <comments>https://www.macupdate.com/app/mac/20036/blueharvest/reviews</comments>
      <content:encoded><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/20036/20036_scr_sm.jpg"  /><br/><br/><p><strong>BlueHarvest </strong> is an exterminator for your Mac's unnecessary Desktop Service Store (DS_Store) and resource fork (_AppleDouble) files.</p> 

<p>Whether you manage a version control system or just want to maximize your available memory, DS_Store and _AppleDouble files are a nuisance. Get BlueHarvest, and give those superfluous files the boot.</p> 

<h5>A clean Mac is a happy Mac</h5> 
<ul> 
	<li><strong>Keep it clean.</strong> Blue Harvest does more than remove existing files -- it blocks new ones from being created. </li> 
	<li><strong>Easy interface.</strong> With BlueHarvest, a less cluttered Mac is only two clicks away. </li> 
	<li><strong>Instant access.</strong> Want to clean up a folder without launching BlueHarvest? Simply control-click. </li> 
</ul><br><br><ul>
<li>Fixes a bug where BlueHarvest would ignore disks which had been renamed.</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/20036/blueharvest">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></content:encoded>
    </item>
    <item>
      <title>Adobe Photoshop 25.5 - Professional image editor.</title>
      <description><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/13553/13553_scr_sm.jpg"  /><br/><br/><p><em>You can download <strong>Adobe Photoshop</strong> as a part of Creative Cloud for only <a href="https://prf.hn/l/gAQbLXj)">$54.99/month</a></em></p> 

<p><strong>Adobe Photoshop</strong> is a recognized classic of photo-enhancing software. It offers a broad spectrum of tools that can turn your inspiration into incredible images, photos, composites, 3D artwork, paintings, and graphics on any device.</p> 

<p>Photoshop has become the choice of thousands of creative professionals around the world. First introduced in 1988, it still is the world's leading image-editing software.</p> 

<h2>Intuitive and clean user interface</h2> 

<p>Although Photoshop for Mac is the most comprehensive graphics and image-editing software available in the market today, it has a very intuitive and easy-to-navigate interface.</p> 

<p>With recently improved usability, this photo-editor has become even more enjoyable to use. The interface loads as soon as you decide to use Photoshop.</p> 

<p>A user-friendly interface updates you about new features, suggests learning content, and allows you to quickly access recent files. You can easily pick up where you left or create a new project, access cloud and desktop pictures, and open an existing document.</p> 

<h2>Convenient content-aware fill workspace</h2> 

<p>Adobe has recently announced the launch of its new Content-Aware Fill workspace. It allows you to remove objects or distracting elements from your images easier than ever before.</p> 

<p>This new option offers an interactive editing experience. Now, you can take full Control over which "good" parts of the picture to use to replace the undesired areas. It allows resizing the initial selection, rotating, scaling, and mirroring content.</p> 

<h2>Enjoy a range of new tools</h2> 

<p>The latest version of the software provides a new Frame Tool that allows you to enjoy much simpler masking. Now, you can place shapes and text into placeholder frames and fill them with pictures. To create elliptical or rectangular forms, you only need to select the Frame Tool and press "K."</p> 

<p>There is also a new default feature of multiple undo. If you want to view an object before changes are applied, just click Control + Z (for Windows OS) and Command + Z (for macOS). Don't worry about losing any project changes in Adobe Photoshop on your MacBook Air or MacBook Pro. With a new auto-commit feature, they are saved automatically.</p> 

<h2>What's new in Photoshop</h2> <strong>Version 21.2:</strong> 
<ul> 
	<li>In the latest version, you can make accurate selections of people with one click.</li> 
	<li>Now, Adobe Photoshop can find and add all available fonts to your libraries automatically when you open a project.</li> 
	<li>In updated Photoshop, Adobe Camera Raw workspace provides all your tools right where you need them so that you can work on your project more efficiently.</li> 
	<li>You can experience higher accuracy with the enhanced Match Font feature that allows vertical text, provides multiple-line detection and offers even more typefaces.</li> 
	<li>Now, you can change the orientation and add a rotation to any pattern in Pattern Overlays and Pattern Fill layers much more easily than before.</li> 
</ul><br><br><ul>
    <li>Create and save your presets for future use or import and export to share inspiration.</li>
    <li>You can now adjust text alignment, spacing (leading and kerning), and font style (bolding, italicizing, underlining) directly from the Contextual Task Bar.</li>
</ul><br><br><ul> 
	<li>8 GB RAM (16 GB recommended)</li> 
	<li>4 GB of available hard-disk space for installation; additional free space required during installation (cannot install on a volume that uses a case-sensitive file system or on removable flash storage devices)</li> 
	<li>Internet connection</li> 
</ul><br><br><a href="https://www.macupdate.com/app/mac/13553/adobe-photoshop">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></description>
      <pubDate>Thu, 22 Feb 2024 02:23:17 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/13553/adobe-photoshop</link>
      <guid>https://www.macupdate.com/app/mac/13553/adobe-photoshop</guid>
      <comments>https://www.macupdate.com/app/mac/13553/adobe-photoshop/reviews</comments>
      <content:encoded><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/13553/13553_scr_sm.jpg"  /><br/><br/><p><em>You can download <strong>Adobe Photoshop</strong> as a part of Creative Cloud for only <a href="https://prf.hn/l/gAQbLXj)">$54.99/month</a></em></p> 

<p><strong>Adobe Photoshop</strong> is a recognized classic of photo-enhancing software. It offers a broad spectrum of tools that can turn your inspiration into incredible images, photos, composites, 3D artwork, paintings, and graphics on any device.</p> 

<p>Photoshop has become the choice of thousands of creative professionals around the world. First introduced in 1988, it still is the world's leading image-editing software.</p> 

<h2>Intuitive and clean user interface</h2> 

<p>Although Photoshop for Mac is the most comprehensive graphics and image-editing software available in the market today, it has a very intuitive and easy-to-navigate interface.</p> 

<p>With recently improved usability, this photo-editor has become even more enjoyable to use. The interface loads as soon as you decide to use Photoshop.</p> 

<p>A user-friendly interface updates you about new features, suggests learning content, and allows you to quickly access recent files. You can easily pick up where you left or create a new project, access cloud and desktop pictures, and open an existing document.</p> 

<h2>Convenient content-aware fill workspace</h2> 

<p>Adobe has recently announced the launch of its new Content-Aware Fill workspace. It allows you to remove objects or distracting elements from your images easier than ever before.</p> 

<p>This new option offers an interactive editing experience. Now, you can take full Control over which "good" parts of the picture to use to replace the undesired areas. It allows resizing the initial selection, rotating, scaling, and mirroring content.</p> 

<h2>Enjoy a range of new tools</h2> 

<p>The latest version of the software provides a new Frame Tool that allows you to enjoy much simpler masking. Now, you can place shapes and text into placeholder frames and fill them with pictures. To create elliptical or rectangular forms, you only need to select the Frame Tool and press "K."</p> 

<p>There is also a new default feature of multiple undo. If you want to view an object before changes are applied, just click Control + Z (for Windows OS) and Command + Z (for macOS). Don't worry about losing any project changes in Adobe Photoshop on your MacBook Air or MacBook Pro. With a new auto-commit feature, they are saved automatically.</p> 

<h2>What's new in Photoshop</h2> <strong>Version 21.2:</strong> 
<ul> 
	<li>In the latest version, you can make accurate selections of people with one click.</li> 
	<li>Now, Adobe Photoshop can find and add all available fonts to your libraries automatically when you open a project.</li> 
	<li>In updated Photoshop, Adobe Camera Raw workspace provides all your tools right where you need them so that you can work on your project more efficiently.</li> 
	<li>You can experience higher accuracy with the enhanced Match Font feature that allows vertical text, provides multiple-line detection and offers even more typefaces.</li> 
	<li>Now, you can change the orientation and add a rotation to any pattern in Pattern Overlays and Pattern Fill layers much more easily than before.</li> 
</ul><br><br><ul>
    <li>Create and save your presets for future use or import and export to share inspiration.</li>
    <li>You can now adjust text alignment, spacing (leading and kerning), and font style (bolding, italicizing, underlining) directly from the Contextual Task Bar.</li>
</ul><br><br><ul> 
	<li>8 GB RAM (16 GB recommended)</li> 
	<li>4 GB of available hard-disk space for installation; additional free space required during installation (cannot install on a volume that uses a case-sensitive file system or on removable flash storage devices)</li> 
	<li>Internet connection</li> 
</ul><br><br><a href="https://www.macupdate.com/app/mac/13553/adobe-photoshop">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></content:encoded>
    </item>
    <item>
      <title>XtoCC 1.2.44 - Translates FCPX projects to other formats.</title>
      <description><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/41716/41716_scr_sm.jpg"  /><br/><br/><p><strong>XtoCC</strong> (was Xto7 for Final Cut Pro) is the all-in-one tool to move a Final Cut Pro X Event or Project to Premiere Pro, After Effects, Audition, FCP 7 and beyond! This app translates Final Cut Pro X Library XML (fcpxml) and converts it for import into Adobe's Creative Cloud apps, Final Cut Pro 6 or 7, or other applications.</p> 

<h5>Your Final Cut Pro Event or Project XML is ready for:</h5> 
<ul> 
	<li>After Effects</li> 
	<li>Audition</li> 
	<li>DaVinci Resolve or Color</li> 
	<li>Final Cut Pro 7 and then to:</li> 
<ul> 
	<li>Soundtrack Pro</li> 
	<li>OMF output for ProTools, etc.</li> 
	<li>Print to tape and Edit to tape</li> 
</ul> 
	<li>Premiere Pro</li> 
	<li>Other Final Cut Pro 7 XML workflow tools</li> 
</ul><br><br><ul>
    <li>Bug fix for chapter markers on a transtition</li>
    <li>Bug fix to alert for .fcpxmld bundles exported incorrectly as a "Final Cut Pro Document" instead of "Final Cut Pro XML Bundle"</li>
</ul><br><br><ul> 
	<li>An application that imports Final Cut Pro XML (such as Final Cut Pro 7 or 6, Premiere Pro CC, After Effects CC, Audition CC, DaVinci Resolve, Color, etc.)</li> 
</ul><br><br><a href="https://www.macupdate.com/app/mac/41716/xtocc">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></description>
      <pubDate>Thu, 22 Feb 2024 02:21:52 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/41716/xtocc</link>
      <guid>https://www.macupdate.com/app/mac/41716/xtocc</guid>
      <comments>https://www.macupdate.com/app/mac/41716/xtocc/reviews</comments>
      <content:encoded><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/41716/41716_scr_sm.jpg"  /><br/><br/><p><strong>XtoCC</strong> (was Xto7 for Final Cut Pro) is the all-in-one tool to move a Final Cut Pro X Event or Project to Premiere Pro, After Effects, Audition, FCP 7 and beyond! This app translates Final Cut Pro X Library XML (fcpxml) and converts it for import into Adobe's Creative Cloud apps, Final Cut Pro 6 or 7, or other applications.</p> 

<h5>Your Final Cut Pro Event or Project XML is ready for:</h5> 
<ul> 
	<li>After Effects</li> 
	<li>Audition</li> 
	<li>DaVinci Resolve or Color</li> 
	<li>Final Cut Pro 7 and then to:</li> 
<ul> 
	<li>Soundtrack Pro</li> 
	<li>OMF output for ProTools, etc.</li> 
	<li>Print to tape and Edit to tape</li> 
</ul> 
	<li>Premiere Pro</li> 
	<li>Other Final Cut Pro 7 XML workflow tools</li> 
</ul><br><br><ul>
    <li>Bug fix for chapter markers on a transtition</li>
    <li>Bug fix to alert for .fcpxmld bundles exported incorrectly as a "Final Cut Pro Document" instead of "Final Cut Pro XML Bundle"</li>
</ul><br><br><ul> 
	<li>An application that imports Final Cut Pro XML (such as Final Cut Pro 7 or 6, Premiere Pro CC, After Effects CC, Audition CC, DaVinci Resolve, Color, etc.)</li> 
</ul><br><br><a href="https://www.macupdate.com/app/mac/41716/xtocc">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></content:encoded>
    </item>
    <item>
      <title>Viscosity 1.11 - Graphical user interface for OpenVPN.</title>
      <description><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/27875/27875_scr_sm.jpg"  /><br/><br/><p><strong>Viscosity</strong> is a first class VPN client, providing everything you need to establish fast and secure OpenVPN connections on both macOS and Windows. Viscosity caters to both users new to VPNs and experts alike, providing secure and reliable VPN connections. Whether remotely connecting to your workplace network, home network, VPN Service Provider, or other setup, Viscosity ensures it's done with ease and style.</p> 

<p>With Viscosity and OpenVPN you can securely connect to your home or company network from a remote location, protect your network traffic when using public or wireless networks, access websites with country restrictions, and tunnel through restrictive firewalls and proxy servers to give your computer full Internet access. Viscosity can connect to any VPN server running OpenVPN, including most popular free and commercial VPN providers. Viscosity allows connections to be completely configured through a GUI, without any need to know how to use the command-line or OpenVPN's configuration file syntax. Advanced users still have full manual control over configuration options if desired.</p><br><br><ul>
    <li>Added: OpenVPN 2.6 Support</li>
    <li>Added: OpenVPN server version compatibility option in connection editor</li>
    <li>Improved: Import support for IPv4 routes being specified with a prefix</li>
    <li>Improved: Full DNS support when using an iOS mobile device tunnel</li>
    <li>Improved: Increases the maximum allowable height of the Settings window</li>
    <li>Improved: Detection of additional mismatched client-server cipher settings</li>
    <li>Improved: Support for additional System Identity certificate types and tokens</li>
    <li>Updated: OpenVPN updated to version 2.6.9</li>
    <li>Updated: OpenSSL updated to version 3.0.13</li>
    <li>Fixed: Resolves issue where Viscosity helper may crash when updating DNS</li>
    <li>Fixed: Resolves certain proxy commands getting incorrectly flagged as unsafe</li>
    <li>Fixed: Resolves certain inline PKCS#12 files not importing correctly</li>
    <li>Fixed: Resolves issue where Full DNS mode may disable on rapid network changes</li>
    <li>Fixed: Resolves issue where Viscosity may stop responding after sorting an empty folder</li>
    <li>Fixed: Resolves issue where a web authentication page may remain in memory after close</li>
    <li>Fixed: Resolves issue when Import from Server profile URL uses a different domain</li>
    <li>Fixed: Workaround for login bug in CloudConnexa when using Import from Server</li>
    <li>Fixed: Resolves Authentication Type menu being mislabelled for some localizations</li>
    <li>Fixed: Various bug fixes and enhancements</li>
    <li>Removed: OpenVPN 2.5 removed</li>
    <li>Removed: macOS 10.15 is no longer supported</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/27875/viscosity">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></description>
      <pubDate>Thu, 22 Feb 2024 02:19:58 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/27875/viscosity</link>
      <guid>https://www.macupdate.com/app/mac/27875/viscosity</guid>
      <comments>https://www.macupdate.com/app/mac/27875/viscosity/reviews</comments>
      <content:encoded><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/27875/27875_scr_sm.jpg"  /><br/><br/><p><strong>Viscosity</strong> is a first class VPN client, providing everything you need to establish fast and secure OpenVPN connections on both macOS and Windows. Viscosity caters to both users new to VPNs and experts alike, providing secure and reliable VPN connections. Whether remotely connecting to your workplace network, home network, VPN Service Provider, or other setup, Viscosity ensures it's done with ease and style.</p> 

<p>With Viscosity and OpenVPN you can securely connect to your home or company network from a remote location, protect your network traffic when using public or wireless networks, access websites with country restrictions, and tunnel through restrictive firewalls and proxy servers to give your computer full Internet access. Viscosity can connect to any VPN server running OpenVPN, including most popular free and commercial VPN providers. Viscosity allows connections to be completely configured through a GUI, without any need to know how to use the command-line or OpenVPN's configuration file syntax. Advanced users still have full manual control over configuration options if desired.</p><br><br><ul>
    <li>Added: OpenVPN 2.6 Support</li>
    <li>Added: OpenVPN server version compatibility option in connection editor</li>
    <li>Improved: Import support for IPv4 routes being specified with a prefix</li>
    <li>Improved: Full DNS support when using an iOS mobile device tunnel</li>
    <li>Improved: Increases the maximum allowable height of the Settings window</li>
    <li>Improved: Detection of additional mismatched client-server cipher settings</li>
    <li>Improved: Support for additional System Identity certificate types and tokens</li>
    <li>Updated: OpenVPN updated to version 2.6.9</li>
    <li>Updated: OpenSSL updated to version 3.0.13</li>
    <li>Fixed: Resolves issue where Viscosity helper may crash when updating DNS</li>
    <li>Fixed: Resolves certain proxy commands getting incorrectly flagged as unsafe</li>
    <li>Fixed: Resolves certain inline PKCS#12 files not importing correctly</li>
    <li>Fixed: Resolves issue where Full DNS mode may disable on rapid network changes</li>
    <li>Fixed: Resolves issue where Viscosity may stop responding after sorting an empty folder</li>
    <li>Fixed: Resolves issue where a web authentication page may remain in memory after close</li>
    <li>Fixed: Resolves issue when Import from Server profile URL uses a different domain</li>
    <li>Fixed: Workaround for login bug in CloudConnexa when using Import from Server</li>
    <li>Fixed: Resolves Authentication Type menu being mislabelled for some localizations</li>
    <li>Fixed: Various bug fixes and enhancements</li>
    <li>Removed: OpenVPN 2.5 removed</li>
    <li>Removed: macOS 10.15 is no longer supported</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/27875/viscosity">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></content:encoded>
    </item>
    <item>
      <title>Julia 1.10.1 - A high-level, open source and high-performance dynamic language.</title>
      <description><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/31228/31228_scr_sm.jpg"  /><br/><br/><p><strong>Julia</strong> is a high-level, high-performance dynamic language for technical computing.</p> 

<h5>Julia in a Nutshell</h5> 

<h5>Julia is fast!</h5> 

<p>Julia was designed from the beginning for <a href="https://julialang.org/benchmarks/" target="_blank">high performance</a>. Julia programs compile to efficient native code for <a href="https://julialang.org/downloads/#support-tiers" target="_blank">multiple platforms</a> via LLVM.</p> 

<h5>Dynamic</h5> 

<p>Julia is <a href="https://docs.julialang.org/en/v1/manual/types/" target="_blank">dynamically-typed</a>, feels like a scripting language, and has good support for <a href="https://docs.julialang.org/en/v1/stdlib/REPL/" target="_blank">interactive</a> use.</p> 

<h5>Optionally typed</h5> 

<p>Julia has a <a href="https://docs.julialang.org/en/v1/manual/types/" target="_blank">rich language of descriptive datatypes</a>, and type declarations can be used to clarify and solidify programs.</p> 

<h5>General</h5> 

<p>Julia uses <a href="https://docs.julialang.org/en/v1/manual/methods/" target="_blank">multiple dispatch</a> as a paradigm, making it easy to express many object-oriented and <a href="https://docs.julialang.org/en/v1/manual/metaprogramming/" target="_blank">functional</a> programming patterns. It provides <a href="https://docs.julialang.org/en/v1/manual/networking-and-streams/" target="_blank">asynchronous I/O</a>, <a href="https://github.com/JuliaDebug/Debugger.jl" target="_blank">debugging</a>, <a href="https://docs.julialang.org/en/v1/stdlib/Logging/" target="_blank">logging</a>, <a href="https://docs.julialang.org/en/v1/manual/profile/" target="_blank">profiling</a>, a <a href="https://docs.julialang.org/en/v1/stdlib/Pkg/index.html" target="_blank">package manager</a>, and more.</p> 

<h5>Easy to use</h5> 

<p>Julia has high level syntax, making it an accessible language for programmers from any background or experience level. <a href="https://github.com/JuliaLang/Microbenchmarks/blob/master/perf.jl" target="_blank">Browse the Julia microbenchmarks</a> to get a feel for the language.</p> 

<h5>Open source</h5> 

<p>Julia is provided under the <a href="https://github.com/JuliaLang/julia/blob/master/LICENSE.md" target="_blank">MIT license</a>, free for everyone to use. All <a href="https://github.com/JuliaLang/julia" target="_blank">source code</a> is publicly viewable on GitHub.</p><br><br><h5>New language features</h5>
<ul>
    <li>JuliaSyntax.jl is now used as the default parser, providing better diagnostics and faster parsing. Set environment variable JULIA_USE_FLISP_PARSER to 1 to switch back to the old parser if necessary (and if you find this necessary, please file an issue) (#46372).</li>
    <li>⥺ (U+297A, leftarrowsubset) and ⥷ (U+2977, leftarrowless) may now be used as binary operators with arrow precedence (#45962).</li>
</ul>
<h5>Language changes</h5>
<ul>
    <li>When a task forks a child, the parent task's task-local RNG (random number generator) is no longer affected. The seeding of child based on the parent task also takes a more disciplined approach to collision resistance, using a design based on the SplitMix and DotMix splittable RNG schemes (#49110).</li>
    <li>A new more-specific rule for methods resolves ambiguities containing Union{} in favor of the method defined explicitly to handle the Union{} argument. This makes it possible to define methods to explicitly handle Union{} without the ambiguities that commonly would result previously. This also lets the runtime optimize certain method lookups in a way that significantly improves load and inference times for heavily overloaded methods that dispatch on Types (such as traits and constructors). ([#49349])</li>
    <li>The "h bar" ℏ (hslash U+210F) character is now treated as equivalent to ħ (hbar U+0127).</li>
    <li>The @simd macro now has more limited and clearer semantics: it only enables reordering and contraction of floating-point operations, instead of turning on all "fastmath" optimizations. If you observe performance regressions due to this change, you can recover previous behavior with @fastmath @simd, if you are OK with all the optimizations enabled by the @fastmath macro (#49405).</li>
    <li>When a method with keyword arguments is displayed in the stack trace view, the textual representation of the keyword arguments' type is simplified using the new @Kwargs{key1::Type1, ...} macro syntax (#49959).</li>
</ul>

<p>Full list of changes available <a href="https://github.com/JuliaLang/julia/blob/v1.10.1/NEWS.md" target="_blank">here</a></p><br><br><ul>
	<li>Version for <a href="https://julialang-s3.julialang.org/bin/mac/aarch64/1.10/julia-1.10.1-macaarch64.dmg" target="_blank">Apple Silicon</a></li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/31228/julia">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></description>
      <pubDate>Thu, 22 Feb 2024 02:16:03 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/31228/julia</link>
      <guid>https://www.macupdate.com/app/mac/31228/julia</guid>
      <comments>https://www.macupdate.com/app/mac/31228/julia/reviews</comments>
      <content:encoded><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/31228/31228_scr_sm.jpg"  /><br/><br/><p><strong>Julia</strong> is a high-level, high-performance dynamic language for technical computing.</p> 

<h5>Julia in a Nutshell</h5> 

<h5>Julia is fast!</h5> 

<p>Julia was designed from the beginning for <a href="https://julialang.org/benchmarks/" target="_blank">high performance</a>. Julia programs compile to efficient native code for <a href="https://julialang.org/downloads/#support-tiers" target="_blank">multiple platforms</a> via LLVM.</p> 

<h5>Dynamic</h5> 

<p>Julia is <a href="https://docs.julialang.org/en/v1/manual/types/" target="_blank">dynamically-typed</a>, feels like a scripting language, and has good support for <a href="https://docs.julialang.org/en/v1/stdlib/REPL/" target="_blank">interactive</a> use.</p> 

<h5>Optionally typed</h5> 

<p>Julia has a <a href="https://docs.julialang.org/en/v1/manual/types/" target="_blank">rich language of descriptive datatypes</a>, and type declarations can be used to clarify and solidify programs.</p> 

<h5>General</h5> 

<p>Julia uses <a href="https://docs.julialang.org/en/v1/manual/methods/" target="_blank">multiple dispatch</a> as a paradigm, making it easy to express many object-oriented and <a href="https://docs.julialang.org/en/v1/manual/metaprogramming/" target="_blank">functional</a> programming patterns. It provides <a href="https://docs.julialang.org/en/v1/manual/networking-and-streams/" target="_blank">asynchronous I/O</a>, <a href="https://github.com/JuliaDebug/Debugger.jl" target="_blank">debugging</a>, <a href="https://docs.julialang.org/en/v1/stdlib/Logging/" target="_blank">logging</a>, <a href="https://docs.julialang.org/en/v1/manual/profile/" target="_blank">profiling</a>, a <a href="https://docs.julialang.org/en/v1/stdlib/Pkg/index.html" target="_blank">package manager</a>, and more.</p> 

<h5>Easy to use</h5> 

<p>Julia has high level syntax, making it an accessible language for programmers from any background or experience level. <a href="https://github.com/JuliaLang/Microbenchmarks/blob/master/perf.jl" target="_blank">Browse the Julia microbenchmarks</a> to get a feel for the language.</p> 

<h5>Open source</h5> 

<p>Julia is provided under the <a href="https://github.com/JuliaLang/julia/blob/master/LICENSE.md" target="_blank">MIT license</a>, free for everyone to use. All <a href="https://github.com/JuliaLang/julia" target="_blank">source code</a> is publicly viewable on GitHub.</p><br><br><h5>New language features</h5>
<ul>
    <li>JuliaSyntax.jl is now used as the default parser, providing better diagnostics and faster parsing. Set environment variable JULIA_USE_FLISP_PARSER to 1 to switch back to the old parser if necessary (and if you find this necessary, please file an issue) (#46372).</li>
    <li>⥺ (U+297A, leftarrowsubset) and ⥷ (U+2977, leftarrowless) may now be used as binary operators with arrow precedence (#45962).</li>
</ul>
<h5>Language changes</h5>
<ul>
    <li>When a task forks a child, the parent task's task-local RNG (random number generator) is no longer affected. The seeding of child based on the parent task also takes a more disciplined approach to collision resistance, using a design based on the SplitMix and DotMix splittable RNG schemes (#49110).</li>
    <li>A new more-specific rule for methods resolves ambiguities containing Union{} in favor of the method defined explicitly to handle the Union{} argument. This makes it possible to define methods to explicitly handle Union{} without the ambiguities that commonly would result previously. This also lets the runtime optimize certain method lookups in a way that significantly improves load and inference times for heavily overloaded methods that dispatch on Types (such as traits and constructors). ([#49349])</li>
    <li>The "h bar" ℏ (hslash U+210F) character is now treated as equivalent to ħ (hbar U+0127).</li>
    <li>The @simd macro now has more limited and clearer semantics: it only enables reordering and contraction of floating-point operations, instead of turning on all "fastmath" optimizations. If you observe performance regressions due to this change, you can recover previous behavior with @fastmath @simd, if you are OK with all the optimizations enabled by the @fastmath macro (#49405).</li>
    <li>When a method with keyword arguments is displayed in the stack trace view, the textual representation of the keyword arguments' type is simplified using the new @Kwargs{key1::Type1, ...} macro syntax (#49959).</li>
</ul>

<p>Full list of changes available <a href="https://github.com/JuliaLang/julia/blob/v1.10.1/NEWS.md" target="_blank">here</a></p><br><br><ul>
	<li>Version for <a href="https://julialang-s3.julialang.org/bin/mac/aarch64/1.10/julia-1.10.1-macaarch64.dmg" target="_blank">Apple Silicon</a></li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/31228/julia">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></content:encoded>
    </item>
    <item>
      <title>JustMerge 2.3 - Combine videos and photos.</title>
      <description><![CDATA[<p><strong>JustMerge</strong> allows you to create new videos by merging your selected videos and photos.</p>

<h5>Feature overview:</h5>
<ul>
    <li>Merge selected videos and photos</li>
    <li>Customize clip arrangement</li>
    <li>Add your own audio file for background music</li>
    <li>Auto loops add-on audio to match merged video length</li>
    <li>Export videos in both landscape and portrait mode</li>
</ul><br><br><ul>
    <li>Release notes were unavailable when this listing was updated.</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/64648/justmerge">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]></description>
      <pubDate>Thu, 22 Feb 2024 02:11:15 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/64648/justmerge</link>
      <guid>https://www.macupdate.com/app/mac/64648/justmerge</guid>
      <comments>https://www.macupdate.com/app/mac/64648/justmerge/reviews</comments>
      <content:encoded><![CDATA[<p><strong>JustMerge</strong> allows you to create new videos by merging your selected videos and photos.</p>

<h5>Feature overview:</h5>
<ul>
    <li>Merge selected videos and photos</li>
    <li>Customize clip arrangement</li>
    <li>Add your own audio file for background music</li>
    <li>Auto loops add-on audio to match merged video length</li>
    <li>Export videos in both landscape and portrait mode</li>
</ul><br><br><ul>
    <li>Release notes were unavailable when this listing was updated.</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/64648/justmerge">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]></content:encoded>
    </item>
    <item>
      <title>Chromium 124.0.6316.0 - Fast and stable open-source browser.</title>
      <description><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/36244/36244_scr_sm.jpg"  /><br/><br/><p><strong>Chromium</strong> is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web.</p><br><br><ul> 
	<li>List of changes available <a href="https://crrev.com/1263812" target="_blank">here</a>.</li> 
</ul><br><br>Version for <a href="https://download-chromium.appspot.com/dl/Mac_Arm?type=snapshots" target="_blank">Apple Silicon</a><br><br><a href="https://www.macupdate.com/app/mac/36244/chromium">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></description>
      <pubDate>Thu, 22 Feb 2024 02:06:59 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/36244/chromium</link>
      <guid>https://www.macupdate.com/app/mac/36244/chromium</guid>
      <comments>https://www.macupdate.com/app/mac/36244/chromium/reviews</comments>
      <content:encoded><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/36244/36244_scr_sm.jpg"  /><br/><br/><p><strong>Chromium</strong> is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web.</p><br><br><ul> 
	<li>List of changes available <a href="https://crrev.com/1263812" target="_blank">here</a>.</li> 
</ul><br><br>Version for <a href="https://download-chromium.appspot.com/dl/Mac_Arm?type=snapshots" target="_blank">Apple Silicon</a><br><br><a href="https://www.macupdate.com/app/mac/36244/chromium">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></content:encoded>
    </item>
    <item>
      <title>Dropbox 193.4.5594 - Cloud backup and synchronization tool with Finder integration.</title>
      <description><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/28731/28731_scr_sm.jpg"  /><br/><br/><p><strong>Dropbox</strong> is a file hosting service that provides cloud storage, file synchronization, personal cloud, and client software. It is a modern workspace that allows you to get to all of your files, manage, and share them with anyone, from anywhere.</p> 

<h5>Features:</h5> 
<ul> 
	<li>Dropbox app for Mac automatically backs up all photos and videos in your camera roll.</li> 
	<li>Get access to files in your account, no matter whether you are online or offline.</li> 
	<li>Download Dropbox for Mac to easily share big files. You need only to copy and paste an invite link and send it to anyone who you want to get access to your files, even if this person doesn't have a Dropbox account.</li> 
	<li>With Dropbox on Mac, you can scan documents and convert receipts, documents, whiteboards, and notes into a PDF format.</li> 
</ul> 

<p><strong>Note:</strong> <a href="https://db.tt/iufWCaPP" target="_blank">You must first sign up</a> to use Dropbox.</p><br><br><ul>
    <li>Fixed a source of crashes on Windows machines with limited memory.</li>
    <li>Added functionality to automatically restart 'explorer.exe' when Windows Explorer causes sync errors during file system updates.</li>
    <li>Improved clarity of macOS Dropbox upload error message for filenames with invalid characters.</li>
</ul><br><br><ul>
	<li>Version for <a href="https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20190.4.6383.arm64.dmg" target="_blank">Apple Silicon</a></li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/28731/dropbox">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></description>
      <pubDate>Thu, 22 Feb 2024 02:05:36 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/28731/dropbox</link>
      <guid>https://www.macupdate.com/app/mac/28731/dropbox</guid>
      <comments>https://www.macupdate.com/app/mac/28731/dropbox/reviews</comments>
      <content:encoded><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/28731/28731_scr_sm.jpg"  /><br/><br/><p><strong>Dropbox</strong> is a file hosting service that provides cloud storage, file synchronization, personal cloud, and client software. It is a modern workspace that allows you to get to all of your files, manage, and share them with anyone, from anywhere.</p> 

<h5>Features:</h5> 
<ul> 
	<li>Dropbox app for Mac automatically backs up all photos and videos in your camera roll.</li> 
	<li>Get access to files in your account, no matter whether you are online or offline.</li> 
	<li>Download Dropbox for Mac to easily share big files. You need only to copy and paste an invite link and send it to anyone who you want to get access to your files, even if this person doesn't have a Dropbox account.</li> 
	<li>With Dropbox on Mac, you can scan documents and convert receipts, documents, whiteboards, and notes into a PDF format.</li> 
</ul> 

<p><strong>Note:</strong> <a href="https://db.tt/iufWCaPP" target="_blank">You must first sign up</a> to use Dropbox.</p><br><br><ul>
    <li>Fixed a source of crashes on Windows machines with limited memory.</li>
    <li>Added functionality to automatically restart 'explorer.exe' when Windows Explorer causes sync errors during file system updates.</li>
    <li>Improved clarity of macOS Dropbox upload error message for filenames with invalid characters.</li>
</ul><br><br><ul>
	<li>Version for <a href="https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20190.4.6383.arm64.dmg" target="_blank">Apple Silicon</a></li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/28731/dropbox">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></content:encoded>
    </item>
    <item>
      <title>Discord 0.0.295 - All-in-one voice and text chat for gamers.</title>
      <description><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/app_billboards/Discord.jpg"  /><br/><br/><p><strong>Discord</strong> is a cross-platform app for chatting and voice messages developed specifically for gamers. You can enjoy communication with your friends in text channels and open voice channels in a custom server. Discord makes it easy to hop into a game together, agree on your next meeting, or just stay connected during the day.</p> 

<p>Discord provides an extensive range of functions that help gamers keep in touch throughout a game and later:</p> 
<ul> 
	<li>Enjoy chatting with your friends by voice</li> 
	<li>Send direct messages to users</li> 
	<li>Invite friends to join your server by sharing the Instant Invite link</li> 
	<li>Easily manage your game groups in one client</li> 
	<li>Access Discord voice and text chat while AFK</li> 
	<li>Connect with your friends over the HD video</li> 
	<li>Enjoy a convenient permission system that allows you to assign specific roles to different users</li> 
	<li>Discord is compatible with both a computer and mobile devices</li> 
</ul><br><br><ul>
    <li>Release notes were unavailable when this listing was updated.</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/58332/discord">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></description>
      <pubDate>Thu, 22 Feb 2024 02:03:07 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/58332/discord</link>
      <guid>https://www.macupdate.com/app/mac/58332/discord</guid>
      <comments>https://www.macupdate.com/app/mac/58332/discord/reviews</comments>
      <content:encoded><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/app_billboards/Discord.jpg"  /><br/><br/><p><strong>Discord</strong> is a cross-platform app for chatting and voice messages developed specifically for gamers. You can enjoy communication with your friends in text channels and open voice channels in a custom server. Discord makes it easy to hop into a game together, agree on your next meeting, or just stay connected during the day.</p> 

<p>Discord provides an extensive range of functions that help gamers keep in touch throughout a game and later:</p> 
<ul> 
	<li>Enjoy chatting with your friends by voice</li> 
	<li>Send direct messages to users</li> 
	<li>Invite friends to join your server by sharing the Instant Invite link</li> 
	<li>Easily manage your game groups in one client</li> 
	<li>Access Discord voice and text chat while AFK</li> 
	<li>Connect with your friends over the HD video</li> 
	<li>Enjoy a convenient permission system that allows you to assign specific roles to different users</li> 
	<li>Discord is compatible with both a computer and mobile devices</li> 
</ul><br><br><ul>
    <li>Release notes were unavailable when this listing was updated.</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/58332/discord">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></content:encoded>
    </item>
    <item>
      <title>1Password 8.10.26 - Powerful password manager; integrates with Web browsers and more.</title>
      <description><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/app_billboards/1Password.jpg"  /><br/><br/><p><a href="https://www.tkqlhce.com/click-100137959-14308408" target="_blank"><strong>1Password</strong></a> is a password manager that uniquely brings you both security and convenience. It is the only program that provides anti-phishing protection and goes beyond password management by adding Web form filling and automatic strong password generation. Your confidential information, including passwords, identities, and credit cards, is kept secure using strong encryption.</p> 

<p>1Password fully supports major Web browsers, including Safari, Firefox, Chrome, and Opera. All browser extensions share the same encrypted data which means you never need to manually copy your passwords between browsers or from the password manager to a browser ever again!</p> 

<p><strong>Note:</strong> price shown in the listing is that of a 1-month subscription. To view other pricing options, go <a href="https://1password.com/sign-up/" target="_blank">here</a>.</p> 

<p>1Password is also available for and syncs with Windows, iOS, and Android.</p><br><br><ul>
    <li>When searching, the search dropdown now highlights the content from note items or fields beside item titles for easier skimming.</li>
    <li>More types of items are now supported when you import data from LastPass.</li>
    <li>If you want to import your LastPass data, and you sign into LastPass with Entra ID, the redirect URI has been updated from onepassword://import/login/sso to http://127.0.0.1:18255/import/redirect.</li>
    <li>“What’s New” is no longer shown when you set up the app for the first time.</li>
    <li>Localization has been improved for a number of our supported languages using new translations from Crowdin.</li>
    <li>We’ve updated the icons used for the 1Password browser extension in the list of trusted devices and browsers.</li>
    <li>We’ve improved the descriptions and suggestions shown for items in the “Items in another account” Watchtower category.</li>
    <li>“Authentication codes” are now properly referred to as “one-time passwords” throughout the app.</li>
    <li>1Password now unlocks a bit faster if you’re signed in to multiple accounts in the app.</li>
    <li>We’ve made some improvements to the pop-up you see if you’re prompted to share your usage data with 1Password.</li>
    <li>We’ve added improved instructions on what to do if migrating your data into a 1Password account fails when you install 1Password 8.</li>
    <li>The installer for 1Password 8 will now be brought into focus if migrating your data into a 1Password account fails.</li>
    <li>Universal Autofill now works properly again when triggered while 1Password is locked.</li>
    <li>We’ve made some improvements to the migration steps when you first upgrade from 1Password 7 to 1Password 8 and encounter an issue.</li>
    <li>We’ve fixed an issue that prevented the 1Password.com, Emergency Kit, and Setup Code sign in methods from working properly when setting up the app.</li>
    <li>We’ve fixed an issue that could cause you to be asked for a verification code after reauthorizing a trusted device with your identity provider.</li>
    <li>We’ve fixed an issue where you could be prompted to sign in with your identity provider when you should have been prompted to unlock with biometrics.</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/21711/1password">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></description>
      <pubDate>Thu, 22 Feb 2024 02:02:33 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/21711/1password</link>
      <guid>https://www.macupdate.com/app/mac/21711/1password</guid>
      <comments>https://www.macupdate.com/app/mac/21711/1password/reviews</comments>
      <content:encoded><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/app_billboards/1Password.jpg"  /><br/><br/><p><a href="https://www.tkqlhce.com/click-100137959-14308408" target="_blank"><strong>1Password</strong></a> is a password manager that uniquely brings you both security and convenience. It is the only program that provides anti-phishing protection and goes beyond password management by adding Web form filling and automatic strong password generation. Your confidential information, including passwords, identities, and credit cards, is kept secure using strong encryption.</p> 

<p>1Password fully supports major Web browsers, including Safari, Firefox, Chrome, and Opera. All browser extensions share the same encrypted data which means you never need to manually copy your passwords between browsers or from the password manager to a browser ever again!</p> 

<p><strong>Note:</strong> price shown in the listing is that of a 1-month subscription. To view other pricing options, go <a href="https://1password.com/sign-up/" target="_blank">here</a>.</p> 

<p>1Password is also available for and syncs with Windows, iOS, and Android.</p><br><br><ul>
    <li>When searching, the search dropdown now highlights the content from note items or fields beside item titles for easier skimming.</li>
    <li>More types of items are now supported when you import data from LastPass.</li>
    <li>If you want to import your LastPass data, and you sign into LastPass with Entra ID, the redirect URI has been updated from onepassword://import/login/sso to http://127.0.0.1:18255/import/redirect.</li>
    <li>“What’s New” is no longer shown when you set up the app for the first time.</li>
    <li>Localization has been improved for a number of our supported languages using new translations from Crowdin.</li>
    <li>We’ve updated the icons used for the 1Password browser extension in the list of trusted devices and browsers.</li>
    <li>We’ve improved the descriptions and suggestions shown for items in the “Items in another account” Watchtower category.</li>
    <li>“Authentication codes” are now properly referred to as “one-time passwords” throughout the app.</li>
    <li>1Password now unlocks a bit faster if you’re signed in to multiple accounts in the app.</li>
    <li>We’ve made some improvements to the pop-up you see if you’re prompted to share your usage data with 1Password.</li>
    <li>We’ve added improved instructions on what to do if migrating your data into a 1Password account fails when you install 1Password 8.</li>
    <li>The installer for 1Password 8 will now be brought into focus if migrating your data into a 1Password account fails.</li>
    <li>Universal Autofill now works properly again when triggered while 1Password is locked.</li>
    <li>We’ve made some improvements to the migration steps when you first upgrade from 1Password 7 to 1Password 8 and encounter an issue.</li>
    <li>We’ve fixed an issue that prevented the 1Password.com, Emergency Kit, and Setup Code sign in methods from working properly when setting up the app.</li>
    <li>We’ve fixed an issue that could cause you to be asked for a verification code after reauthorizing a trusted device with your identity provider.</li>
    <li>We’ve fixed an issue where you could be prompted to sign in with your identity provider when you should have been prompted to unlock with biometrics.</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/21711/1password">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></content:encoded>
    </item>
    <item>
      <title>Beaver Notes 2.8.0 - Privacy-focused note-taking.</title>
      <description><![CDATA[<p><strong>Beaver Notes</strong> is a versatile and intuitive note-taking application designed to empower you to capture, organize, and manage ideas effortlessly. Commitment to privacy and data security ensures that all your notes stay on your device, ensuring your personal information remains in your control.</p>

<h5>Features</h5>
<ul>
<li>Privacy First: Your notes stay on your device, not in the cloud. Enjoy peace of mind knowing your personal information remains private.</li>
<li>User-Friendly Interface: Beaver Notes offers a simple and intuitive interface, making note-taking a delightful experience.</li>
<li>Markdown Support: Elevate your notes with Markdown formatting. Organize, style, and structure your ideas effortlessly.</li>
<li>Tags and Categories: Stay organized by using tags and categories to group related notes. Quickly find what you need, when you need it.</li>
<li>Efficient Search: Our powerful search functionality helps you locate notes instantly, saving you time and effort.</li>
<li>Export and Import: Seamlessly move your notes or create backups whenever you desire. Flexibility at your fingertips.</li>
</ul><br><br><h5>Bug Fixes:</h5>

<ul>
<li>The logic to lock notes due to an issue with the older locking logic (see issue #116)</li>
<li>Fix the bug that made it impossible to add more images to a single note when pasting</li>
<li>Beaver is now slightly lighter</li>
</ul>

Features:</h5>

<ul>
<li>The share key (aka. the password to lock notes) can now be reset</li>
<li>Callouts</li>
<li>Resizable images</li>
</ul>

<h5>Translations:</h5>

<ul>
<li>Added translations for new components in Simplified Chinese, German, Italian, and English.</li>
<li>Fixed translations for en.json and it.json</li>
</ul>

<h5>Design:</h5>

<ul>
<li>Fixed code blocks</li>
</ul><br><br><ul><li>Version for <a href="https://github.com/Daniele-rolli/Beaver-Notes/releases/download/2.7.0/Beaver-notes-arm64.dmg" target="_blank">Apple Silicon</a></li></ul><br><br><a href="https://www.macupdate.com/app/mac/64488/beaver-notes">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]></description>
      <pubDate>Thu, 22 Feb 2024 02:01:01 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/64488/beaver-notes</link>
      <guid>https://www.macupdate.com/app/mac/64488/beaver-notes</guid>
      <comments>https://www.macupdate.com/app/mac/64488/beaver-notes/reviews</comments>
      <content:encoded><![CDATA[<p><strong>Beaver Notes</strong> is a versatile and intuitive note-taking application designed to empower you to capture, organize, and manage ideas effortlessly. Commitment to privacy and data security ensures that all your notes stay on your device, ensuring your personal information remains in your control.</p>

<h5>Features</h5>
<ul>
<li>Privacy First: Your notes stay on your device, not in the cloud. Enjoy peace of mind knowing your personal information remains private.</li>
<li>User-Friendly Interface: Beaver Notes offers a simple and intuitive interface, making note-taking a delightful experience.</li>
<li>Markdown Support: Elevate your notes with Markdown formatting. Organize, style, and structure your ideas effortlessly.</li>
<li>Tags and Categories: Stay organized by using tags and categories to group related notes. Quickly find what you need, when you need it.</li>
<li>Efficient Search: Our powerful search functionality helps you locate notes instantly, saving you time and effort.</li>
<li>Export and Import: Seamlessly move your notes or create backups whenever you desire. Flexibility at your fingertips.</li>
</ul><br><br><h5>Bug Fixes:</h5>

<ul>
<li>The logic to lock notes due to an issue with the older locking logic (see issue #116)</li>
<li>Fix the bug that made it impossible to add more images to a single note when pasting</li>
<li>Beaver is now slightly lighter</li>
</ul>

Features:</h5>

<ul>
<li>The share key (aka. the password to lock notes) can now be reset</li>
<li>Callouts</li>
<li>Resizable images</li>
</ul>

<h5>Translations:</h5>

<ul>
<li>Added translations for new components in Simplified Chinese, German, Italian, and English.</li>
<li>Fixed translations for en.json and it.json</li>
</ul>

<h5>Design:</h5>

<ul>
<li>Fixed code blocks</li>
</ul><br><br><ul><li>Version for <a href="https://github.com/Daniele-rolli/Beaver-Notes/releases/download/2.7.0/Beaver-notes-arm64.dmg" target="_blank">Apple Silicon</a></li></ul><br><br><a href="https://www.macupdate.com/app/mac/64488/beaver-notes">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]></content:encoded>
    </item>
    <item>
      <title>Streaks 9.6.2 - To-do list that helps you form good habits.</title>
      <description><![CDATA[<p><strong>Streaks</strong> is the to-do list that helps you form good habits. Every day you complete a task, your streak is extended. Choose or create up to 24 tasks, such as:</p>
<ul>
<li>Walk the dog</li>
<li>Floss your teeth</li>
<li>Eat healthily</li>
<li>Practice Spanish</li>
</ul>

<p>Available for iPhone, Apple Watch, iPad and Mac. The app features the following:</p>
<ul>
<li>Tasks sync across all of your devices using iCloud.</li>
<li>Share your tasks with other Streaks users so they can encourage you and keep your accountable</li>
<li>Streaks automatically knows when you complete tasks linked to the Health app</li>
<li>Streaks reminds you automatically when you need to complete a task</li>
<li>Record daily notes for your tasks</li>
<li>You can also create negative tasks to break bad habits</li>
<li>Create timed tasks to track mindfulness, brushing your teeth, or anything</li>
</ul><br><br><ul>
<li>Widgets: Performance improvements</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/64566/streaks">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]></description>
      <pubDate>Thu, 22 Feb 2024 01:59:01 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/64566/streaks</link>
      <guid>https://www.macupdate.com/app/mac/64566/streaks</guid>
      <comments>https://www.macupdate.com/app/mac/64566/streaks/reviews</comments>
      <content:encoded><![CDATA[<p><strong>Streaks</strong> is the to-do list that helps you form good habits. Every day you complete a task, your streak is extended. Choose or create up to 24 tasks, such as:</p>
<ul>
<li>Walk the dog</li>
<li>Floss your teeth</li>
<li>Eat healthily</li>
<li>Practice Spanish</li>
</ul>

<p>Available for iPhone, Apple Watch, iPad and Mac. The app features the following:</p>
<ul>
<li>Tasks sync across all of your devices using iCloud.</li>
<li>Share your tasks with other Streaks users so they can encourage you and keep your accountable</li>
<li>Streaks automatically knows when you complete tasks linked to the Health app</li>
<li>Streaks reminds you automatically when you need to complete a task</li>
<li>Record daily notes for your tasks</li>
<li>You can also create negative tasks to break bad habits</li>
<li>Create timed tasks to track mindfulness, brushing your teeth, or anything</li>
</ul><br><br><ul>
<li>Widgets: Performance improvements</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/64566/streaks">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]></content:encoded>
    </item>
    <item>
      <title>Picview 1.1.8 - Make image viewing simple on Mac.</title>
      <description><![CDATA[<p><strong>Picview</strong> is an image viewer with a nice minimal modern user interface. it is for photographers, artists, designers seeking a solution to visualize images in Windows style.</p>

<p>Picview works great with JPEG, HEIC, PSD, RAW, WEBP, PNG, GIF, and many other formats. Provides basic image processing, including flip and rotate, EXIF, and other information. Supports keyboard shortcuts and trackpad gestures. The most important, Picview like Windows' default picture viewer — Photos, where zoom in and out with the mouse wheel and switch between images with arrow keys and/or with on-screen buttons.</p><br><br><ul>
<li>Added looping browsing feature</li>
<li>Added option to hide page loading indicator</li>
<li>Added adjustable size for sidebar thumbnails</li>
<li>Added automatic clearing of thumbnail cache on application exit</li>
<li>Improved display of currently selected thumbnail in the sidebar</li>
<li>Enhanced trackpad gestures for paging, zooming, and panning</li>
<li>Improved display of thumbnails for recently opened folders</li>
<li>Improved display of floating window icon</li>
<li>Optimized loading speed for recursively iterating subfolders</li>
<li>Optimized and fixed display of title bar and bottom toolbar in certain scenarios</li>
<li>Fixed various other issues</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/64586/picview">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]></description>
      <pubDate>Thu, 22 Feb 2024 01:58:10 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/64586/picview</link>
      <guid>https://www.macupdate.com/app/mac/64586/picview</guid>
      <comments>https://www.macupdate.com/app/mac/64586/picview/reviews</comments>
      <content:encoded><![CDATA[<p><strong>Picview</strong> is an image viewer with a nice minimal modern user interface. it is for photographers, artists, designers seeking a solution to visualize images in Windows style.</p>

<p>Picview works great with JPEG, HEIC, PSD, RAW, WEBP, PNG, GIF, and many other formats. Provides basic image processing, including flip and rotate, EXIF, and other information. Supports keyboard shortcuts and trackpad gestures. The most important, Picview like Windows' default picture viewer — Photos, where zoom in and out with the mouse wheel and switch between images with arrow keys and/or with on-screen buttons.</p><br><br><ul>
<li>Added looping browsing feature</li>
<li>Added option to hide page loading indicator</li>
<li>Added adjustable size for sidebar thumbnails</li>
<li>Added automatic clearing of thumbnail cache on application exit</li>
<li>Improved display of currently selected thumbnail in the sidebar</li>
<li>Enhanced trackpad gestures for paging, zooming, and panning</li>
<li>Improved display of thumbnails for recently opened folders</li>
<li>Improved display of floating window icon</li>
<li>Optimized loading speed for recursively iterating subfolders</li>
<li>Optimized and fixed display of title bar and bottom toolbar in certain scenarios</li>
<li>Fixed various other issues</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/64586/picview">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]></content:encoded>
    </item>
    <item>
      <title>Adobe Camera Raw 16.2 - Adds support for many new cameras.</title>
      <description><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/14170/14170_scr_sm.jpg"  /><br/><br/><p>The <strong>Adobe Camera Raw</strong> plug-in became the latest must-have tool for professional photographers when it was released in February 2003. This powerful plug-in has been frequently updated to support more cameras and include more features and is available as part of Adobe Photoshop CS6. Adobe Photoshop Lightroom software is built upon the same powerful raw processing technology that is available in the Camera Raw plug-in.</p><br><br><ul>
<li>This release supports <a href="https://helpx.adobe.com/camera-raw/kb/camera-raw-plug-supported-cameras.html" target="_blank">new cameras</a>, <a href="https://helpx.adobe.com/camera-raw/kb/supported-lenses.html" target="_blank">lenses</a>, and <a href="https://helpx.adobe.com/camera-raw/kb/fixed-issues.html" target="_blank">bug fixes</a>. Additionally, you can now access <strong>Geometry</strong> inside the <strong>Crop</strong> panel.</li>
</ul><br><br><ul> 
	<li>4GB RAM minimum (16GB recommended)</li> 
	<li>4GB of available hard-disk space for installation</li> 
	<li>1024x768 or greater display resolution (1920x1080 recommended)</li> 
</ul><br><br><a href="https://www.macupdate.com/app/mac/14170/adobe-camera-raw">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></description>
      <pubDate>Wed, 21 Feb 2024 13:53:26 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/14170/adobe-camera-raw</link>
      <guid>https://www.macupdate.com/app/mac/14170/adobe-camera-raw</guid>
      <comments>https://www.macupdate.com/app/mac/14170/adobe-camera-raw/reviews</comments>
      <content:encoded><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/14170/14170_scr_sm.jpg"  /><br/><br/><p>The <strong>Adobe Camera Raw</strong> plug-in became the latest must-have tool for professional photographers when it was released in February 2003. This powerful plug-in has been frequently updated to support more cameras and include more features and is available as part of Adobe Photoshop CS6. Adobe Photoshop Lightroom software is built upon the same powerful raw processing technology that is available in the Camera Raw plug-in.</p><br><br><ul>
<li>This release supports <a href="https://helpx.adobe.com/camera-raw/kb/camera-raw-plug-supported-cameras.html" target="_blank">new cameras</a>, <a href="https://helpx.adobe.com/camera-raw/kb/supported-lenses.html" target="_blank">lenses</a>, and <a href="https://helpx.adobe.com/camera-raw/kb/fixed-issues.html" target="_blank">bug fixes</a>. Additionally, you can now access <strong>Geometry</strong> inside the <strong>Crop</strong> panel.</li>
</ul><br><br><ul> 
	<li>4GB RAM minimum (16GB recommended)</li> 
	<li>4GB of available hard-disk space for installation</li> 
	<li>1024x768 or greater display resolution (1920x1080 recommended)</li> 
</ul><br><br><a href="https://www.macupdate.com/app/mac/14170/adobe-camera-raw">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></content:encoded>
    </item>
    <item>
      <title>MindNode 2023.3.2 - Elegant mindmapping application.</title>
      <description><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/28762/28762_scr_sm_uc1.jpg"  /><br/><br/><p><strong>MindNode</strong> is a powerful and intuitive mind mapping application. Its focus and flexibility make it the perfect tool for brainstorming and organizing your life - and iCloud sharing means you always have your mind maps with you. MindNode lets you lay out your notes and tasks visually so you can get a bird's-eye view of your project. The clutter-free interface lets you concentrate on generating and connecting ideas, and an infinitely expanding canvas means that no matter how big or complicated your project gets, MindNode can keep up.</p> 
<ul> 
	<li>Nodes with titles, notes, images, tasks and links</li> 
	<li>Quick Entry</li> 
	<li>Branches and connections to show different types of relationships</li> 
	<li>Outline view, including search</li> 
	<li>Multiple themes and unlimited personal themes</li> 
	<li>Many styling options for all parts of the document</li> 
	<li>Top-down and horizontal layouts </li> 
	<li>Two branch shapes, multiple node shapes </li> 
	<li>Full screen mode</li> 
	<li>Export to text, pdf, image and outline formats</li> 
	<li>Share tasks to Reminders, Things and OmniFocus</li> 
	<li>myMindNode, free web service to create sharable documents</li> 
</ul><br><br><ul>
<li>Copy/paste support from macOS to visionOS</li>
<li>Fixed a bug where the level 2 node order in MindManager imports would be wrong</li>
<li>Fixed a crash when entering the tutorial</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/28762/mindnode">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></description>
      <pubDate>Wed, 21 Feb 2024 13:48:36 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/28762/mindnode</link>
      <guid>https://www.macupdate.com/app/mac/28762/mindnode</guid>
      <comments>https://www.macupdate.com/app/mac/28762/mindnode/reviews</comments>
      <content:encoded><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/28762/28762_scr_sm_uc1.jpg"  /><br/><br/><p><strong>MindNode</strong> is a powerful and intuitive mind mapping application. Its focus and flexibility make it the perfect tool for brainstorming and organizing your life - and iCloud sharing means you always have your mind maps with you. MindNode lets you lay out your notes and tasks visually so you can get a bird's-eye view of your project. The clutter-free interface lets you concentrate on generating and connecting ideas, and an infinitely expanding canvas means that no matter how big or complicated your project gets, MindNode can keep up.</p> 
<ul> 
	<li>Nodes with titles, notes, images, tasks and links</li> 
	<li>Quick Entry</li> 
	<li>Branches and connections to show different types of relationships</li> 
	<li>Outline view, including search</li> 
	<li>Multiple themes and unlimited personal themes</li> 
	<li>Many styling options for all parts of the document</li> 
	<li>Top-down and horizontal layouts </li> 
	<li>Two branch shapes, multiple node shapes </li> 
	<li>Full screen mode</li> 
	<li>Export to text, pdf, image and outline formats</li> 
	<li>Share tasks to Reminders, Things and OmniFocus</li> 
	<li>myMindNode, free web service to create sharable documents</li> 
</ul><br><br><ul>
<li>Copy/paste support from macOS to visionOS</li>
<li>Fixed a bug where the level 2 node order in MindManager imports would be wrong</li>
<li>Fixed a crash when entering the tutorial</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/28762/mindnode">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></content:encoded>
    </item>
    <item>
      <title>Macboard 1.2 - A minimalistic clipboard manager for MacOS.</title>
      <description><![CDATA[<p><strong>Macboard</strong> is a minimalistic, blazingly fast and lightweight clipboard manager for MacOS.</p>

<h5>Features:</h5>
<ul>
<li>Compact, user-friendly, clean UI</li>
<li>Compatible with system theme</li>
<li>Images support</li>
<li>URL metadata preview</li>
<li>Hyperlinks highlighting</li>
<li>Favourites</li>
<li>Complete keyboard control (under development)</li>
</ul><br><br><ul>
<li>The icons not appearing on macOS Monterey 12.0</li>
<li>Minor bugfixes</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/64645/macboard">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]></description>
      <pubDate>Wed, 21 Feb 2024 13:42:23 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/64645/macboard</link>
      <guid>https://www.macupdate.com/app/mac/64645/macboard</guid>
      <comments>https://www.macupdate.com/app/mac/64645/macboard/reviews</comments>
      <content:encoded><![CDATA[<p><strong>Macboard</strong> is a minimalistic, blazingly fast and lightweight clipboard manager for MacOS.</p>

<h5>Features:</h5>
<ul>
<li>Compact, user-friendly, clean UI</li>
<li>Compatible with system theme</li>
<li>Images support</li>
<li>URL metadata preview</li>
<li>Hyperlinks highlighting</li>
<li>Favourites</li>
<li>Complete keyboard control (under development)</li>
</ul><br><br><ul>
<li>The icons not appearing on macOS Monterey 12.0</li>
<li>Minor bugfixes</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/64645/macboard">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]></content:encoded>
    </item>
    <item>
      <title>Todoist 8.17.1 - Task management tool.</title>
      <description><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/40809/40809_scr_sm_uc1.jpg"  /><br/><br/><p><a href="https://ir3.xyz/65ace1b49221c" target="_blank"><strong>Todoist</strong></a> automatically synchronizes your tasks across all your devices - smartphones, tablets, laptops, desktops - so you always have up-to-date access. Innovative HTML5 technology combines the convenience of a desktop app with the seamless updating and data synchronization of a cloud-based app. It's the best of both worlds.</p> 

<p>No internet connection? No problem! You can access your tasks and stay totally productive whether you're online or offline.</p> 

<h5>Premium-Only Features:</h5> 
<ul> 
	<li>Task search - Use keyword search to retrieve the task you need instantly</li> 
	<li>24 Color-coded projects</li> 
	<li>13 Color-coded labels</li> 
	<li>Task notes and file uploads</li> 
	<li>Task reminders - Get reminded about upcoming tasks via email or mobile text message</li> 
	<li>Adding tasks via email</li> 
	<li>Productivity tracking - Completion history and productivity charts</li> 
	<li>Calendar synchronization - Access tasks via iCalendar</li> 
	<li>Project templates</li> 
	<li>Automatic backups</li> 
</ul><br><br><ul>
<li>Usual fixing and squashing to keep things working as they should be.</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/40809/todoist">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></description>
      <pubDate>Wed, 21 Feb 2024 13:39:49 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/40809/todoist</link>
      <guid>https://www.macupdate.com/app/mac/40809/todoist</guid>
      <comments>https://www.macupdate.com/app/mac/40809/todoist/reviews</comments>
      <content:encoded><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/40809/40809_scr_sm_uc1.jpg"  /><br/><br/><p><a href="https://ir3.xyz/65ace1b49221c" target="_blank"><strong>Todoist</strong></a> automatically synchronizes your tasks across all your devices - smartphones, tablets, laptops, desktops - so you always have up-to-date access. Innovative HTML5 technology combines the convenience of a desktop app with the seamless updating and data synchronization of a cloud-based app. It's the best of both worlds.</p> 

<p>No internet connection? No problem! You can access your tasks and stay totally productive whether you're online or offline.</p> 

<h5>Premium-Only Features:</h5> 
<ul> 
	<li>Task search - Use keyword search to retrieve the task you need instantly</li> 
	<li>24 Color-coded projects</li> 
	<li>13 Color-coded labels</li> 
	<li>Task notes and file uploads</li> 
	<li>Task reminders - Get reminded about upcoming tasks via email or mobile text message</li> 
	<li>Adding tasks via email</li> 
	<li>Productivity tracking - Completion history and productivity charts</li> 
	<li>Calendar synchronization - Access tasks via iCalendar</li> 
	<li>Project templates</li> 
	<li>Automatic backups</li> 
</ul><br><br><ul>
<li>Usual fixing and squashing to keep things working as they should be.</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/40809/todoist">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></content:encoded>
    </item>
    <item>
      <title>Curio 28.0 - Brainstorming and project-management app.</title>
      <description><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/app_billboards/Curio.jpg"  /><br/><br/><p><strong>Curio</strong> is the premier brainstorming and project-management application designed to promote <em>visual thinking</em>. Using Curio's innovative freeform interface and tools, you can intuitively gather, associate, and recall your ideas, while easily managing all the notes and documents associated with your project.</p> 

<p>The heart of Curio is the idea space. Think of idea spaces as your whiteboard, notebook, and sketchpad all wrapped up into one. Within a Curio project, you can create an unlimited number of idea spaces where you can place anything anywhere on the page. Brainstorm or organize your notes with freeform collages of text, images, URLs, documents, Mail messages, movies, and sounds. Give the idea space a note paper or graph paper style, or perhaps a linen paper texture. This is your idea space, with your notes and ideas. Make it the way you want it to look.</p> 

<p><strong>Curio</strong> is available in three different editions: Professional, Standard, and Core so customers can purchase based on their feature needs. Pricing information <a href="https://www.zengobi.com/curio/#pricing" target="_blank">can be found here</a>.</p><br><br><ul>
<li>New support for wikilinks! This is one of our most requested features.</li>
<li>New jump popup to help you create wikilinks, markdown links, and jump actions.</li>
<li>Backlinks popup to view wikilinks, markdown jump links, and rich text jump links, as well as jump actions.</li>
<li>Eisenhower Box table stencil.</li>
<li>Resizable shelf, which is especially handy when dealing with AI sites in the Sleuth shelf.</li>
<li>Finding Figures Used As References. This means you can now search for items that are references of a specific reference type.</li>
<li>Quick Find and Search now support easier selection of Organizer labels for queries.</li>
<li>Quick Find and Search query language now supports grouping and sorting by tag set.</li>
<li>The query language also now supports kind=figure and kind=organizer.</li>
<li>Status shelf can sort tasks by tag set.</li>
<li>Smarter markdown inspector button.</li>
<li>Better markdown table import.</li>
<li>Sleuth now supports zoom.</li>
<li>Sleuth support for Google ImageFX.</li>
<li>A slew of other features enhancements.</li>
<li>And of course a bunch of fixes for all reported issues.</li>
</ul>

<p>Full changelog available <a href="https://www.zengobi.com/curio/releasenotes/?v=28" target="_blank">here</a>.</p><br><br><a href="https://www.macupdate.com/app/mac/14225/curio">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></description>
      <pubDate>Wed, 21 Feb 2024 13:36:14 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/14225/curio</link>
      <guid>https://www.macupdate.com/app/mac/14225/curio</guid>
      <comments>https://www.macupdate.com/app/mac/14225/curio/reviews</comments>
      <content:encoded><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/app_billboards/Curio.jpg"  /><br/><br/><p><strong>Curio</strong> is the premier brainstorming and project-management application designed to promote <em>visual thinking</em>. Using Curio's innovative freeform interface and tools, you can intuitively gather, associate, and recall your ideas, while easily managing all the notes and documents associated with your project.</p> 

<p>The heart of Curio is the idea space. Think of idea spaces as your whiteboard, notebook, and sketchpad all wrapped up into one. Within a Curio project, you can create an unlimited number of idea spaces where you can place anything anywhere on the page. Brainstorm or organize your notes with freeform collages of text, images, URLs, documents, Mail messages, movies, and sounds. Give the idea space a note paper or graph paper style, or perhaps a linen paper texture. This is your idea space, with your notes and ideas. Make it the way you want it to look.</p> 

<p><strong>Curio</strong> is available in three different editions: Professional, Standard, and Core so customers can purchase based on their feature needs. Pricing information <a href="https://www.zengobi.com/curio/#pricing" target="_blank">can be found here</a>.</p><br><br><ul>
<li>New support for wikilinks! This is one of our most requested features.</li>
<li>New jump popup to help you create wikilinks, markdown links, and jump actions.</li>
<li>Backlinks popup to view wikilinks, markdown jump links, and rich text jump links, as well as jump actions.</li>
<li>Eisenhower Box table stencil.</li>
<li>Resizable shelf, which is especially handy when dealing with AI sites in the Sleuth shelf.</li>
<li>Finding Figures Used As References. This means you can now search for items that are references of a specific reference type.</li>
<li>Quick Find and Search now support easier selection of Organizer labels for queries.</li>
<li>Quick Find and Search query language now supports grouping and sorting by tag set.</li>
<li>The query language also now supports kind=figure and kind=organizer.</li>
<li>Status shelf can sort tasks by tag set.</li>
<li>Smarter markdown inspector button.</li>
<li>Better markdown table import.</li>
<li>Sleuth now supports zoom.</li>
<li>Sleuth support for Google ImageFX.</li>
<li>A slew of other features enhancements.</li>
<li>And of course a bunch of fixes for all reported issues.</li>
</ul>

<p>Full changelog available <a href="https://www.zengobi.com/curio/releasenotes/?v=28" target="_blank">here</a>.</p><br><br><a href="https://www.macupdate.com/app/mac/14225/curio">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></content:encoded>
    </item>
    <item>
      <title>Strongbox 1.59.4 - Open source password manager.</title>
      <description><![CDATA[<p><strong>Strongbox</strong> is an open source password manager that is compatible with Password Safe & KeePass databases.</p> 

<p>Touch or Face ID for the ultimate in convenience.</p> 

<p>Use iCloud to share your safes across all your devices (iOS App also available). Or store your safe anywhere you prefer.</p> 

<p>Standards compliant, cross platform file format. You own your secrets. Uses the time tested 'Password Safe' and 'KeePass' File Formats so you can import any existing database you have, and export to any other client you need.</p> 

<p>Secure, protected by industrial strength cryptography.</p> 

<p>Search your entire set of passwords and secrets instantly and powerfully, with deep search. Auto generate secure passwords with configurable generation algorithms.</p><br><br><ul>
<li>BugFix: Window frame size not remembered</li>
<li>BugFix: Tags cell overruns bounds in list view column</li>
<li>Minor: Attempt to fix issue whereby Strongbox does not gracefully quit during an App Update</li>
<li>Minor: Add an "All Favourites" view in Quick Views on Side Bar</li>
<li>Minor: Add an "Excluded Audit Items" view under Audit section on Side Bar</li>
<li>Minor: Offer/Recommend removing redundant passphrase protection on importing an SSH Key for performance reasons</li>
<li>Minor: Add option to unlock database on context menu in Databases Manager</li>
<li>Minor: Rename Pasteboard to Clipboard</li>
<li>Minor: Audit, ignore short numeric only PIN Codes (8 digits or less)</li>
<li>Minor: Allow suggestion/do not suggest for AutoFill on multiple selection</li>
<li>Minor: Allow include/exclude from Audit on multiple selection</li>
<li>Minor: Default view should be All Entries sorted by Modified Date descending for newly added database</li>
<li>Minor: Initial layout on opening a newly added database should be wider and more comfortable</li>
<li>Minor: Increase field length limit for 3rd party browsers from 1024 to 8192 characters</li>
<li>Minor: Remove redundant file Synchonrize, Compare & Merge menu item which caused confusion</li>
<li>BugFix: Can't copy a new password from concealed password field on Edit screen</li>
<li>BugFix: AutoFill manual select mode displays none searchable/expired entries when it should not</li>
<li>BugFix: Sometimes Strongbox doesn't come to front properly when launched by global hotkey</li>
<li>BugFix: For some Password Safe databases, duplicating an item can lead to the original item title being changed</li>
<li>BugFix: Legacy Support for Favourites for none KeePass 2 (4.x) databases</li>
<li>BugFix: Password history was presented slightly incorrectly in some scenarios (#758)</li>
<li>Various tech debt, improvements, minor tweaks and fixes</li>
<li>Localization Updates (split en-GB out and use en-US as default)</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/61210/strongbox">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]></description>
      <pubDate>Wed, 21 Feb 2024 13:28:46 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/61210/strongbox</link>
      <guid>https://www.macupdate.com/app/mac/61210/strongbox</guid>
      <comments>https://www.macupdate.com/app/mac/61210/strongbox/reviews</comments>
      <content:encoded><![CDATA[<p><strong>Strongbox</strong> is an open source password manager that is compatible with Password Safe & KeePass databases.</p> 

<p>Touch or Face ID for the ultimate in convenience.</p> 

<p>Use iCloud to share your safes across all your devices (iOS App also available). Or store your safe anywhere you prefer.</p> 

<p>Standards compliant, cross platform file format. You own your secrets. Uses the time tested 'Password Safe' and 'KeePass' File Formats so you can import any existing database you have, and export to any other client you need.</p> 

<p>Secure, protected by industrial strength cryptography.</p> 

<p>Search your entire set of passwords and secrets instantly and powerfully, with deep search. Auto generate secure passwords with configurable generation algorithms.</p><br><br><ul>
<li>BugFix: Window frame size not remembered</li>
<li>BugFix: Tags cell overruns bounds in list view column</li>
<li>Minor: Attempt to fix issue whereby Strongbox does not gracefully quit during an App Update</li>
<li>Minor: Add an "All Favourites" view in Quick Views on Side Bar</li>
<li>Minor: Add an "Excluded Audit Items" view under Audit section on Side Bar</li>
<li>Minor: Offer/Recommend removing redundant passphrase protection on importing an SSH Key for performance reasons</li>
<li>Minor: Add option to unlock database on context menu in Databases Manager</li>
<li>Minor: Rename Pasteboard to Clipboard</li>
<li>Minor: Audit, ignore short numeric only PIN Codes (8 digits or less)</li>
<li>Minor: Allow suggestion/do not suggest for AutoFill on multiple selection</li>
<li>Minor: Allow include/exclude from Audit on multiple selection</li>
<li>Minor: Default view should be All Entries sorted by Modified Date descending for newly added database</li>
<li>Minor: Initial layout on opening a newly added database should be wider and more comfortable</li>
<li>Minor: Increase field length limit for 3rd party browsers from 1024 to 8192 characters</li>
<li>Minor: Remove redundant file Synchonrize, Compare & Merge menu item which caused confusion</li>
<li>BugFix: Can't copy a new password from concealed password field on Edit screen</li>
<li>BugFix: AutoFill manual select mode displays none searchable/expired entries when it should not</li>
<li>BugFix: Sometimes Strongbox doesn't come to front properly when launched by global hotkey</li>
<li>BugFix: For some Password Safe databases, duplicating an item can lead to the original item title being changed</li>
<li>BugFix: Legacy Support for Favourites for none KeePass 2 (4.x) databases</li>
<li>BugFix: Password history was presented slightly incorrectly in some scenarios (#758)</li>
<li>Various tech debt, improvements, minor tweaks and fixes</li>
<li>Localization Updates (split en-GB out and use en-US as default)</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/61210/strongbox">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]></content:encoded>
    </item>
    <item>
      <title>ExpressVPN 11.51.0 - Secure VPN client.</title>
      <description><![CDATA[<p><a href="https://go.expressvpn.com/c/2821407/1462855/16063" target="_blank"><strong>ExpressVPN</strong></a> is a secure Mac VPN client. With it you will be able:</p>
<ul> 
	<li>Unblock the internet in one click</li> 
	<li>Works on all MacBook and iMac models</li> 
	<li>Browse Safari privately and securely</li> 
	<li>No-fuss 30-day money-back guarantee</li> 
</ul> 

<h5>Key features:</h5> 
<ul> 
	<li>OpenVPN as standard - the ExpressVPN app for Mac uses OpenVPN, the VPN protocol that provides the most security and the highest performance, by default</li> 
	<li>Network Lock kill switch - if your VPN connection drops unexpectedly, ExpressVPN prevents your network traffic from being exposed to third parties</li> 
	<li>Split tunneling - choose which apps use the VPN and which apps don’t when you’re connected to ExpressVPN</li> 
	<li>Advanced leak protection - strong, proven leak-proofing is enabled by default, ensuring your privacy and security stay intact under all possible network conditions</li> 
	<li>Shortcuts to your favorite services - customize your VPN with links to your most-used apps and services, right below the On Button. Get streaming or surfing in seconds</li> 
</ul><br><br><ul>
<li>A little polish to our engine always helps to make your app run smoother.</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/61270/expressvpn">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]></description>
      <pubDate>Wed, 21 Feb 2024 12:29:01 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/61270/expressvpn</link>
      <guid>https://www.macupdate.com/app/mac/61270/expressvpn</guid>
      <comments>https://www.macupdate.com/app/mac/61270/expressvpn/reviews</comments>
      <content:encoded><![CDATA[<p><a href="https://go.expressvpn.com/c/2821407/1462855/16063" target="_blank"><strong>ExpressVPN</strong></a> is a secure Mac VPN client. With it you will be able:</p>
<ul> 
	<li>Unblock the internet in one click</li> 
	<li>Works on all MacBook and iMac models</li> 
	<li>Browse Safari privately and securely</li> 
	<li>No-fuss 30-day money-back guarantee</li> 
</ul> 

<h5>Key features:</h5> 
<ul> 
	<li>OpenVPN as standard - the ExpressVPN app for Mac uses OpenVPN, the VPN protocol that provides the most security and the highest performance, by default</li> 
	<li>Network Lock kill switch - if your VPN connection drops unexpectedly, ExpressVPN prevents your network traffic from being exposed to third parties</li> 
	<li>Split tunneling - choose which apps use the VPN and which apps don’t when you’re connected to ExpressVPN</li> 
	<li>Advanced leak protection - strong, proven leak-proofing is enabled by default, ensuring your privacy and security stay intact under all possible network conditions</li> 
	<li>Shortcuts to your favorite services - customize your VPN with links to your most-used apps and services, right below the On Button. Get streaming or surfing in seconds</li> 
</ul><br><br><ul>
<li>A little polish to our engine always helps to make your app run smoother.</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/61270/expressvpn">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]></content:encoded>
    </item>
    <item>
      <title>Dolphin 5.0-21088 - Cross-platform Open-Source Gamecube/Wii emulator (Beta).</title>
      <description><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/38673/38673_scr_sm_uc1.jpg"  /><br/><br/><p><strong>Dolphin</strong> is an emulator for two recent Nintendo video game consoles: the GameCube and the Wii. It allows PC gamers to enjoy games for these two consoles in full HD (1080p) with several enhancements: compatibility with all PC controllers, turbo speed, networked multiplayer, and even more!</p><br><br><ul>
<li>InputCommon: Fix profile path inconsistencies (PR #12561 from JosJuice)</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/38673/dolphin">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></description>
      <pubDate>Wed, 21 Feb 2024 12:23:13 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/38673/dolphin</link>
      <guid>https://www.macupdate.com/app/mac/38673/dolphin</guid>
      <comments>https://www.macupdate.com/app/mac/38673/dolphin/reviews</comments>
      <content:encoded><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/38673/38673_scr_sm_uc1.jpg"  /><br/><br/><p><strong>Dolphin</strong> is an emulator for two recent Nintendo video game consoles: the GameCube and the Wii. It allows PC gamers to enjoy games for these two consoles in full HD (1080p) with several enhancements: compatibility with all PC controllers, turbo speed, networked multiplayer, and even more!</p><br><br><ul>
<li>InputCommon: Fix profile path inconsistencies (PR #12561 from JosJuice)</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/38673/dolphin">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></content:encoded>
    </item>
    <item>
      <title>Google Chrome 122.0.6261.57 - Modern and fast Web browser.</title>
      <description><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/32956/32956_scr_sm.jpg"  /><br/><br/><p><strong>Google Chrome</strong> is a Web browser by Google, created to be a modern platform for Web pages and applications. It utilizes very fast loading of Web pages and has a V8 engine, which is a custom built JavaScript engine. Because Google has used parts from Apple's Safari and Mozilla's Firefox browsers, they made the project open source.</p> 

<p>Google Chrome for Mac is widely popular because it offers Google-specific features on your Mac. </p> 

<p>Download Google Chrome on your Mac to get a multi-functional web browser that’s easy to use and customize, no matter your skill level.</p> 

<p>Google Chrome is preferred by two-thirds of browser users across platforms, securing that position by serving as a major platform of compatibility for web apps, and should not be confused for Chrome OS which is an operating system.</p> 

<p>Licensed as proprietary freeware, Chrome uses the Apple WebKit rendering engine for iOS versions.</p> 

<p>When you install Chrome on Mac, you automatically get access to Chrome DevTools with the browser. DevTools allows developers to simulate device and to collect vital information on their code and most other web applications in real-time to debug code and analyze load performance.</p> 

<h2>Features</h2> 
<ul> 
	<li>Bookmarks and settings synchronization across devices and browsers</li> 
	<li>Common Web standards support </li> 
	<li>Advanced Malware and Ad blocking </li> 
	<li>Plugins and extensions</li> 
	<li>Privacy, Speed and Stability</li> 
	<li>A user interface, themes, apps, and desktop shortcuts.</li> 
	<li>Chrome Web Store</li> 
	<li>Automatic web page translation</li> 
	<li>Release channels, cycles, and updates.</li> 
	<li>Release version numbers</li> 
</ul> 

<h2>Release Channels</h2> 

<h3>Stable Channel</h3> 

<p>This is the latest stable version and the safe option with all the features tested before release.</p> 

<h3>Beta Channel</h3> 

<p>These versions are still in the testing stage so you can expect a bug, but you get to test the newest features first</p> 

<h3>Dev Channel</h3> 

<p>Dedicated to the people who use the cutting-edge web platform APIs and developer tools to develop apps for all versions of the web. Weekly updates.</p> 

<h3>Canary Channel</h3> 

<p>This is the experimental edition of Chrome with all the newest technologies still under development. This new technology is sometimes referred to as Bleeding edge technology, as it can sometimes break down completely and cause havoc.</p> 

<p>The work in progress edition is mainly for developers who want to have information about future releases to help them in their creative processes.</p> 

<h2>Compatibility</h2> 

<p>Google no longer provides support for older versions than Mac OS X Yosemite 10.10.</p> 

<h2>FAQ</h2> 

<h3>Can you install Google Chrome on a Mac?</h3> 

<p>Yes, you can. If you want to use Chrome as your default browser, you will need to manually set it to the default browser on your PC as Mac comes out with the Safari web browser pre-installed.</p> 

<h3>How do I download Google Chrome on a Mac?</h3> 
<ul> 
	<li>Select the correct version and download the installation file</li> 
	<li>Locate and Open 'googlechrome.dmg’;</li> 
	<li>Find Chrome and drag it to the local Applications folder - you might need admin permissions for certain file locations;</li> 
	<li>Open Chrome;</li> 
	<li>Open Finder;</li> 
	<li>In the sidebar, to the right of Google Chrome, click Eject.</li> 
</ul> 

<h3>How to make Chrome the default browser on Mac</h3> 
<ul> 
	<li>Launch Chrome.</li> 
	<li>Locate the initial "Settings" section and scroll to the bottom of the page.</li> 
	<li>Click on the "Make Google Chrome my default browser" option.</li> 
</ul> 

<h3>Can I make Chrome update automatically on Mac?</h3> 

<p>Click on the "three dots" icon in the top outer right corner. Select the "Help" then click on the "About Google Chrome’ option from the drop-down menu. Enable the "Automatically update Chrome for all users" option and restart Google Chrome on Mac.</p><br><br><ul>
<li>This update includes 12 security fixes. Full changelog available <a href="https://chromereleases.googleblog.com/2024/02/stable-channel-update-for-desktop_20.html" target="_blank">here</a>.</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/32956/google-chrome">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></description>
      <pubDate>Wed, 21 Feb 2024 09:35:58 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/32956/google-chrome</link>
      <guid>https://www.macupdate.com/app/mac/32956/google-chrome</guid>
      <comments>https://www.macupdate.com/app/mac/32956/google-chrome/reviews</comments>
      <content:encoded><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/32956/32956_scr_sm.jpg"  /><br/><br/><p><strong>Google Chrome</strong> is a Web browser by Google, created to be a modern platform for Web pages and applications. It utilizes very fast loading of Web pages and has a V8 engine, which is a custom built JavaScript engine. Because Google has used parts from Apple's Safari and Mozilla's Firefox browsers, they made the project open source.</p> 

<p>Google Chrome for Mac is widely popular because it offers Google-specific features on your Mac. </p> 

<p>Download Google Chrome on your Mac to get a multi-functional web browser that’s easy to use and customize, no matter your skill level.</p> 

<p>Google Chrome is preferred by two-thirds of browser users across platforms, securing that position by serving as a major platform of compatibility for web apps, and should not be confused for Chrome OS which is an operating system.</p> 

<p>Licensed as proprietary freeware, Chrome uses the Apple WebKit rendering engine for iOS versions.</p> 

<p>When you install Chrome on Mac, you automatically get access to Chrome DevTools with the browser. DevTools allows developers to simulate device and to collect vital information on their code and most other web applications in real-time to debug code and analyze load performance.</p> 

<h2>Features</h2> 
<ul> 
	<li>Bookmarks and settings synchronization across devices and browsers</li> 
	<li>Common Web standards support </li> 
	<li>Advanced Malware and Ad blocking </li> 
	<li>Plugins and extensions</li> 
	<li>Privacy, Speed and Stability</li> 
	<li>A user interface, themes, apps, and desktop shortcuts.</li> 
	<li>Chrome Web Store</li> 
	<li>Automatic web page translation</li> 
	<li>Release channels, cycles, and updates.</li> 
	<li>Release version numbers</li> 
</ul> 

<h2>Release Channels</h2> 

<h3>Stable Channel</h3> 

<p>This is the latest stable version and the safe option with all the features tested before release.</p> 

<h3>Beta Channel</h3> 

<p>These versions are still in the testing stage so you can expect a bug, but you get to test the newest features first</p> 

<h3>Dev Channel</h3> 

<p>Dedicated to the people who use the cutting-edge web platform APIs and developer tools to develop apps for all versions of the web. Weekly updates.</p> 

<h3>Canary Channel</h3> 

<p>This is the experimental edition of Chrome with all the newest technologies still under development. This new technology is sometimes referred to as Bleeding edge technology, as it can sometimes break down completely and cause havoc.</p> 

<p>The work in progress edition is mainly for developers who want to have information about future releases to help them in their creative processes.</p> 

<h2>Compatibility</h2> 

<p>Google no longer provides support for older versions than Mac OS X Yosemite 10.10.</p> 

<h2>FAQ</h2> 

<h3>Can you install Google Chrome on a Mac?</h3> 

<p>Yes, you can. If you want to use Chrome as your default browser, you will need to manually set it to the default browser on your PC as Mac comes out with the Safari web browser pre-installed.</p> 

<h3>How do I download Google Chrome on a Mac?</h3> 
<ul> 
	<li>Select the correct version and download the installation file</li> 
	<li>Locate and Open 'googlechrome.dmg’;</li> 
	<li>Find Chrome and drag it to the local Applications folder - you might need admin permissions for certain file locations;</li> 
	<li>Open Chrome;</li> 
	<li>Open Finder;</li> 
	<li>In the sidebar, to the right of Google Chrome, click Eject.</li> 
</ul> 

<h3>How to make Chrome the default browser on Mac</h3> 
<ul> 
	<li>Launch Chrome.</li> 
	<li>Locate the initial "Settings" section and scroll to the bottom of the page.</li> 
	<li>Click on the "Make Google Chrome my default browser" option.</li> 
</ul> 

<h3>Can I make Chrome update automatically on Mac?</h3> 

<p>Click on the "three dots" icon in the top outer right corner. Select the "Help" then click on the "About Google Chrome’ option from the drop-down menu. Enable the "Automatically update Chrome for all users" option and restart Google Chrome on Mac.</p><br><br><ul>
<li>This update includes 12 security fixes. Full changelog available <a href="https://chromereleases.googleblog.com/2024/02/stable-channel-update-for-desktop_20.html" target="_blank">here</a>.</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/32956/google-chrome">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]]]><![CDATA[>]]></content:encoded>
    </item>
  </channel>
</rss>
