<?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: Free Mac OS X Apps</title>
    <description>MacUpdate: Free Mac OS X Apps</description>
    <pubDate>Thu, 22 Feb 2024 05:28:29 -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/free"/>
    <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>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>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>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>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>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>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>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>
    <item>
      <title>Firefox Developer Edition 124.0 - Official Firefox release channel for experimental builds.</title>
      <description><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/38570/38570_scr_sm.jpg"  /><br/><br/><p><strong>Firefox Developer Edition</strong> (was Aurora) is the rapid-fire release channel for the next iteration of the Firefox Web browser. The Developer channel is where users can test the latest features and innovations. Users can expect an increase in polish from the raw, cutting edge features in the nightly builds. These releases may not be as stable as beta or final releases.</p> 

<h5>With Firefox Developer Edition:</h5> 
<ul> 
	<li>Experience the newest innovations in an unstable environment that's not for the faint of heart</li> 
	<li>Provide feedback on features and performance to help determine what makes the final release</li> 
</ul><br><br><ul>
<li>Firefox for Android now supports HTML drag and drop API when using a mouse. Also, it accepts plain text or HTML text by the drop operation from external applications.</li>
<li>Caret browsing mode now also works in the PDF viewer.</li>
<li>Firefox on Mac now uses the macOS fullscreen API for all types of fullscreen windows. This should better match the expected macOS user experience for fullscreen spaces, menubar and the Dock. Users who would like to return to the previous behavior should set the deprecated full-screen-api.macos-native-full-screen pref to false.</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/38570/firefox-developer-edition">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 08:20:30 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/38570/firefox-developer-edition</link>
      <guid>https://www.macupdate.com/app/mac/38570/firefox-developer-edition</guid>
      <comments>https://www.macupdate.com/app/mac/38570/firefox-developer-edition/reviews</comments>
      <content:encoded><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/38570/38570_scr_sm.jpg"  /><br/><br/><p><strong>Firefox Developer Edition</strong> (was Aurora) is the rapid-fire release channel for the next iteration of the Firefox Web browser. The Developer channel is where users can test the latest features and innovations. Users can expect an increase in polish from the raw, cutting edge features in the nightly builds. These releases may not be as stable as beta or final releases.</p> 

<h5>With Firefox Developer Edition:</h5> 
<ul> 
	<li>Experience the newest innovations in an unstable environment that's not for the faint of heart</li> 
	<li>Provide feedback on features and performance to help determine what makes the final release</li> 
</ul><br><br><ul>
<li>Firefox for Android now supports HTML drag and drop API when using a mouse. Also, it accepts plain text or HTML text by the drop operation from external applications.</li>
<li>Caret browsing mode now also works in the PDF viewer.</li>
<li>Firefox on Mac now uses the macOS fullscreen API for all types of fullscreen windows. This should better match the expected macOS user experience for fullscreen spaces, menubar and the Dock. Users who would like to return to the previous behavior should set the deprecated full-screen-api.macos-native-full-screen pref to false.</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/38570/firefox-developer-edition">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>RsyncUI 1.8.7 - Next generation, swiftUI-based, GUI version of the RsyncOSX.</title>
      <description><![CDATA[<p><strong>RsyncUI</strong> is the next generation of <a href="https://www.macupdate.com/app/mac/56516/rsyncosx" target="_blank">RsyncOSX</a>. RsyncUI is a GUI for the command line tool rsync. RsyncUI is a SwiftUI based application.</p><br><br><ul>
<li>Several internal enhancements, see GitHub to compare versions</li>
<li>The Quick Task is moved to a toolbar button in the main tasks view</li>
<li>There are some updates in demo data is updated as well, demo data now also includes some snapshot data to show how tagging works.
<ul>
<li>By tagging snapshots means tagging for delete old snapshots</li>
<li>DemoData profile might be deleted using the Tasks menu, choose Profiles from the toolbar</li>
<li>DemoData is downloaded from GitHub</li>
</ul>
</li>
<li>And some localization updates, German and Norwegian</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/63370/rsyncui">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 08:16:11 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/63370/rsyncui</link>
      <guid>https://www.macupdate.com/app/mac/63370/rsyncui</guid>
      <comments>https://www.macupdate.com/app/mac/63370/rsyncui/reviews</comments>
      <content:encoded><![CDATA[<p><strong>RsyncUI</strong> is the next generation of <a href="https://www.macupdate.com/app/mac/56516/rsyncosx" target="_blank">RsyncOSX</a>. RsyncUI is a GUI for the command line tool rsync. RsyncUI is a SwiftUI based application.</p><br><br><ul>
<li>Several internal enhancements, see GitHub to compare versions</li>
<li>The Quick Task is moved to a toolbar button in the main tasks view</li>
<li>There are some updates in demo data is updated as well, demo data now also includes some snapshot data to show how tagging works.
<ul>
<li>By tagging snapshots means tagging for delete old snapshots</li>
<li>DemoData profile might be deleted using the Tasks menu, choose Profiles from the toolbar</li>
<li>DemoData is downloaded from GitHub</li>
</ul>
</li>
<li>And some localization updates, German and Norwegian</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/63370/rsyncui">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>Freeciv 3.0.10 - Free open-source X11 Civilization game.</title>
      <description><![CDATA[<p><strong>Freeciv</strong> is a free turn-based multiplayer strategy game, in which each player becomes the leader of a civilization, fighting to obtain the ultimate goal:To become the greatest civilization.</p> 

<p>Players of the Civilization series by Microprose should feel at home, since one aim of Freeciv is to have modes with compatible rules.Freeciv is maintained by an international team of coders and enthusiasts, and is easily one of the most fun and addictive network games out there!It also means it has very extensive multilanguage support, something rare in games.</p><br><br><h5>Server / General</h5>
<ul>
    <li>Fixed nation color selection assert failures when moving from pre-game to turn 1 RM#1</li>
    <li>Fixed a crash when city removal left a unit stranded RM#81</li>
</ul>
<h5>Low-level changes</h5>
<ul>
    <li>Fixed growing of the internal string handling buffer, fixing, e.g., issues with very long lines in the savegame RM#3</li>
    <li>Fixed fc_vsnprintf() return value on Windows, fixing, e.g., issues on loading the tutorial scenario RM#58</li>
</ul>

<p>Full list of changes available <a href="https://freeciv.fandom.com/wiki/NEWS-3.0.10" target="_blank">here</a></p><br><br><a href="https://www.macupdate.com/app/mac/17762/freeciv">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 03:29:59 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/17762/freeciv</link>
      <guid>https://www.macupdate.com/app/mac/17762/freeciv</guid>
      <comments>https://www.macupdate.com/app/mac/17762/freeciv/reviews</comments>
      <content:encoded><![CDATA[<p><strong>Freeciv</strong> is a free turn-based multiplayer strategy game, in which each player becomes the leader of a civilization, fighting to obtain the ultimate goal:To become the greatest civilization.</p> 

<p>Players of the Civilization series by Microprose should feel at home, since one aim of Freeciv is to have modes with compatible rules.Freeciv is maintained by an international team of coders and enthusiasts, and is easily one of the most fun and addictive network games out there!It also means it has very extensive multilanguage support, something rare in games.</p><br><br><h5>Server / General</h5>
<ul>
    <li>Fixed nation color selection assert failures when moving from pre-game to turn 1 RM#1</li>
    <li>Fixed a crash when city removal left a unit stranded RM#81</li>
</ul>
<h5>Low-level changes</h5>
<ul>
    <li>Fixed growing of the internal string handling buffer, fixing, e.g., issues with very long lines in the savegame RM#3</li>
    <li>Fixed fc_vsnprintf() return value on Windows, fixing, e.g., issues on loading the tutorial scenario RM#58</li>
</ul>

<p>Full list of changes available <a href="https://freeciv.fandom.com/wiki/NEWS-3.0.10" target="_blank">here</a></p><br><br><a href="https://www.macupdate.com/app/mac/17762/freeciv">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>Opera Beta 108.0.5067.10 - Opera browser with latest features and refinements (was Opera Next) (beta).</title>
      <description><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/48139/48139_scr_sm.jpg"  /><br/><br/><p><strong>Opera Beta</strong> (was Opera Next), updated every couple of weeks, gives you the latest refinements to the Opera browser. Follow our progress and test the latest features.</p><br><br><ul>
    <li>CHR-9592 Update Chromium on master to 122.0.6253.3</li>
    <li>DNA-114303 Crash at auto std::__Cr::remove_if(auto, auto, base::ObserverList::Compact()::”lambda”(auto const&))</li>
    <li>DNA-114392 Crash on drag&drop tab on tab strip when scrollable tab strip is turned on</li>
    <li>DNA-114422 [Weather] Make all corners of highlighted weather widget the same</li>
    <li>DNA-114493 Drag and drop of pinned tab(s) within pinned tab group is unpredictable</li>
    <li>DNA-114562 Fraud warning page missed animation</li>
    <li>DNA-114593 Mac: Can not find workspace item in menu</li>
    <li>DNA-114665 Delay when opening SD from Star page using middle mouse click</li>
    <li>DNA-114667 Update Twitter to X in default set of SD on developer</li>
    <li>DNA-114690 [Drag multiple tabs] Implement dragging tab into bookmarks bar</li>
    <li>DNA-114692 Update shadow (glow) of tabs</li>
    <li>DNA-114693 Update position of text and tabs when cycling through tabs</li>
    <li>DNA-114723 [Search box] No option to highlight typed text</li>
    <li>DNA-114730 Crash when drag&drop the only existing tab in a window out of tab strip</li>
    <li>DNA-114789 Crash when dragging island to another existing window</li>
    <li>DNA-114790 [Linux] Unwanted 1px top border in full screen mode</li>
    <li>DNA-114806 [Tab cycler] Domain address should be bolded</li>
    <li>DNA-114817 Turn on #component-based-tab-cycler on all streams</li>
    <li>DNA-114826 Bump opera-intro version in Opera</li>
    <li>DNA-114843 Promote 108 to beta</li>
    <li>DNA-114856 Crash at PrefService::GetBoolean(std::__Cr::basic_string_view)</li>
    <li>DNA-114924 Crash at opera::SuggestionModelBase::NavigateTo(WindowOpenDisposition)</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/48139/opera-beta">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 02:21:36 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/48139/opera-beta</link>
      <guid>https://www.macupdate.com/app/mac/48139/opera-beta</guid>
      <comments>https://www.macupdate.com/app/mac/48139/opera-beta/reviews</comments>
      <content:encoded><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/48139/48139_scr_sm.jpg"  /><br/><br/><p><strong>Opera Beta</strong> (was Opera Next), updated every couple of weeks, gives you the latest refinements to the Opera browser. Follow our progress and test the latest features.</p><br><br><ul>
    <li>CHR-9592 Update Chromium on master to 122.0.6253.3</li>
    <li>DNA-114303 Crash at auto std::__Cr::remove_if(auto, auto, base::ObserverList::Compact()::”lambda”(auto const&))</li>
    <li>DNA-114392 Crash on drag&drop tab on tab strip when scrollable tab strip is turned on</li>
    <li>DNA-114422 [Weather] Make all corners of highlighted weather widget the same</li>
    <li>DNA-114493 Drag and drop of pinned tab(s) within pinned tab group is unpredictable</li>
    <li>DNA-114562 Fraud warning page missed animation</li>
    <li>DNA-114593 Mac: Can not find workspace item in menu</li>
    <li>DNA-114665 Delay when opening SD from Star page using middle mouse click</li>
    <li>DNA-114667 Update Twitter to X in default set of SD on developer</li>
    <li>DNA-114690 [Drag multiple tabs] Implement dragging tab into bookmarks bar</li>
    <li>DNA-114692 Update shadow (glow) of tabs</li>
    <li>DNA-114693 Update position of text and tabs when cycling through tabs</li>
    <li>DNA-114723 [Search box] No option to highlight typed text</li>
    <li>DNA-114730 Crash when drag&drop the only existing tab in a window out of tab strip</li>
    <li>DNA-114789 Crash when dragging island to another existing window</li>
    <li>DNA-114790 [Linux] Unwanted 1px top border in full screen mode</li>
    <li>DNA-114806 [Tab cycler] Domain address should be bolded</li>
    <li>DNA-114817 Turn on #component-based-tab-cycler on all streams</li>
    <li>DNA-114826 Bump opera-intro version in Opera</li>
    <li>DNA-114843 Promote 108 to beta</li>
    <li>DNA-114856 Crash at PrefService::GetBoolean(std::__Cr::basic_string_view)</li>
    <li>DNA-114924 Crash at opera::SuggestionModelBase::NavigateTo(WindowOpenDisposition)</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/48139/opera-beta">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>Rectangle 0.76 - Open source window manager based on the Spectacle app.</title>
      <description><![CDATA[<p><strong>Rectangle</strong> is the new standard in Window Manager apps. Move and resize windows with keyboard shortcuts and snap areas.</p> 

<h5>Features:</h5> 
<ul> 
	<li>Open Source and Free, always!</li> 
	<li>A comprehensive set of available window actions.</li> 
	<li>All the window snapping areas you need - corners and edges for halves, quarters, thirds, and full screen.</li> 
	<li>Privacy. No user data is collected, ever!</li> 
</ul> 

<p><em><strong>Note:</strong> While the software is classified as free, it is actually coming with a <a href="https://www.rectanglemacos.com/premium-download" target="_blank">pro plan</a>. Please consider using the pro version for better features and to help support development.</em></p><br><br><h5>Minor bug fixes</h5>
<ul>
    <li>Fix typos in TerminalCommands by @FireFingers21 in #1299</li>
    <li>Fix title bar element detection by @decodism in #1300</li>
    <li>Correct Russian translation by @bulaatt in #1311</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/61506/rectangle">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 01:58:56 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/61506/rectangle</link>
      <guid>https://www.macupdate.com/app/mac/61506/rectangle</guid>
      <comments>https://www.macupdate.com/app/mac/61506/rectangle/reviews</comments>
      <content:encoded><![CDATA[<p><strong>Rectangle</strong> is the new standard in Window Manager apps. Move and resize windows with keyboard shortcuts and snap areas.</p> 

<h5>Features:</h5> 
<ul> 
	<li>Open Source and Free, always!</li> 
	<li>A comprehensive set of available window actions.</li> 
	<li>All the window snapping areas you need - corners and edges for halves, quarters, thirds, and full screen.</li> 
	<li>Privacy. No user data is collected, ever!</li> 
</ul> 

<p><em><strong>Note:</strong> While the software is classified as free, it is actually coming with a <a href="https://www.rectanglemacos.com/premium-download" target="_blank">pro plan</a>. Please consider using the pro version for better features and to help support development.</em></p><br><br><h5>Minor bug fixes</h5>
<ul>
    <li>Fix typos in TerminalCommands by @FireFingers21 in #1299</li>
    <li>Fix title bar element detection by @decodism in #1300</li>
    <li>Correct Russian translation by @bulaatt in #1311</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/61506/rectangle">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>BibDesk 1.9.1 - Bibliographic reference manager.</title>
      <description><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/17063/17063_scr_sm_uc1.jpg"  /><br/><br/><p><strong>BibDesk</strong> is a bibliographic reference manager for OS X. BibDesk is designed to help organize and use bibliographic databases in BibTeX .bib format. In addition to manual typing, BibDesk lets you drag-and-drop or cut-and-paste .bib files into the bibliographic database and automatically opens files downloaded from PubMed. BibDesk also keeps track of electronic copies of literature on your computer and allows for searching your database through several keys.</p> 

<p>BibDesk integrates well with TeX for creating citations and bibliographies. This integration includes a Citation search completion service, and drag-and-drop (cut-and-paste) support for adding citations to TeX files.</p><br><br><h5>Bugs Fixed</h5>
<ul>
<li>Fix crasher in templated preview generation</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/17063/bibdesk">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 01:57:42 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/17063/bibdesk</link>
      <guid>https://www.macupdate.com/app/mac/17063/bibdesk</guid>
      <comments>https://www.macupdate.com/app/mac/17063/bibdesk/reviews</comments>
      <content:encoded><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/17063/17063_scr_sm_uc1.jpg"  /><br/><br/><p><strong>BibDesk</strong> is a bibliographic reference manager for OS X. BibDesk is designed to help organize and use bibliographic databases in BibTeX .bib format. In addition to manual typing, BibDesk lets you drag-and-drop or cut-and-paste .bib files into the bibliographic database and automatically opens files downloaded from PubMed. BibDesk also keeps track of electronic copies of literature on your computer and allows for searching your database through several keys.</p> 

<p>BibDesk integrates well with TeX for creating citations and bibliographies. This integration includes a Citation search completion service, and drag-and-drop (cut-and-paste) support for adding citations to TeX files.</p><br><br><h5>Bugs Fixed</h5>
<ul>
<li>Fix crasher in templated preview generation</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/17063/bibdesk">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>macSvn 2.0.2.5974 - Subversion clients for macOS.</title>
      <description><![CDATA[<p><strong>macSvn</strong> is an intuitive and easy to use Subversion client, implemented as a Finder sync extension that does not require the Subversion command line to run. It integrates seamlessly into the macOS Finder, all svn commands are available directly from the content menu, toolbar menu, and sidebar menu of Finder window.</p><br><br><ul>
    <li>Auto update is supported.</li>
    <li>Add open menu in file diff window.</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/64641/macsvn">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 01:50:58 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/64641/macsvn</link>
      <guid>https://www.macupdate.com/app/mac/64641/macsvn</guid>
      <comments>https://www.macupdate.com/app/mac/64641/macsvn/reviews</comments>
      <content:encoded><![CDATA[<p><strong>macSvn</strong> is an intuitive and easy to use Subversion client, implemented as a Finder sync extension that does not require the Subversion command line to run. It integrates seamlessly into the macOS Finder, all svn commands are available directly from the content menu, toolbar menu, and sidebar menu of Finder window.</p><br><br><ul>
    <li>Auto update is supported.</li>
    <li>Add open menu in file diff window.</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/64641/macsvn">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>Keyboard Cowboy 3.22.2 - Keyboard shortcut utility.</title>
      <description><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/47351/47351_scr_sm_uc1.jpg"  /><br/><br/><p><strong>Keyboard Cowboy</strong> is a hotkey shortcut manager that is both powerful and easy to use. It can launch applications, switch between them, open URL schemes and open both files and folders.</p><br><br><ul>
<li>Supercharged macros: Keyboard events playback just got a major reliability boost!</li>
<li>Precision is key: Holding down a key for X seconds now rocks decimal support. Shoutout to @hasantahir for the heads-up!</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/47351/keyboard-cowboy">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 01:48:59 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/47351/keyboard-cowboy</link>
      <guid>https://www.macupdate.com/app/mac/47351/keyboard-cowboy</guid>
      <comments>https://www.macupdate.com/app/mac/47351/keyboard-cowboy/reviews</comments>
      <content:encoded><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/47351/47351_scr_sm_uc1.jpg"  /><br/><br/><p><strong>Keyboard Cowboy</strong> is a hotkey shortcut manager that is both powerful and easy to use. It can launch applications, switch between them, open URL schemes and open both files and folders.</p><br><br><ul>
<li>Supercharged macros: Keyboard events playback just got a major reliability boost!</li>
<li>Precision is key: Holding down a key for X seconds now rocks decimal support. Shoutout to @hasantahir for the heads-up!</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/47351/keyboard-cowboy">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>Fotor 4.7.4 - Powerful free photo editor.</title>
      <description><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/47863/47863_scr_sm_uc1.jpg"  /><br/><br/><p><strong>Fotor</strong> is a mighty photo editor packed with moment-capturing tools. It's fun, versatile, and ideal for creating picturesque memories.</p> 

<p><strong>Tools for editing.</strong> Powered by a cutting edge processing engine, Fotor is well-suited for processing high-quality images. Adjust your image's white balance, exposure, brightness, color contrast, saturation, and sharpness. Or straighten, crop, rotate, and manipulate the image to your heart's content.</p><br><br><ul>
<li>New AI Face Swap Feature, Experience funny or realistic face swapping effects.</li>
<li>Bug fixes and performance improvements.</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/47863/fotor">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>Tue, 20 Feb 2024 14:00:31 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/47863/fotor</link>
      <guid>https://www.macupdate.com/app/mac/47863/fotor</guid>
      <comments>https://www.macupdate.com/app/mac/47863/fotor/reviews</comments>
      <content:encoded><![CDATA[<![CDATA[<img src="https://www.macupdate.com/images/screens/uploaded/47863/47863_scr_sm_uc1.jpg"  /><br/><br/><p><strong>Fotor</strong> is a mighty photo editor packed with moment-capturing tools. It's fun, versatile, and ideal for creating picturesque memories.</p> 

<p><strong>Tools for editing.</strong> Powered by a cutting edge processing engine, Fotor is well-suited for processing high-quality images. Adjust your image's white balance, exposure, brightness, color contrast, saturation, and sharpness. Or straighten, crop, rotate, and manipulate the image to your heart's content.</p><br><br><ul>
<li>New AI Face Swap Feature, Experience funny or realistic face swapping effects.</li>
<li>Bug fixes and performance improvements.</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/47863/fotor">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>KeyClu 0.21 - Find shorcuts for any installed application.</title>
      <description><![CDATA[<p><strong>KeyClu</strong> - simple and handy overview of all shortcuts for any application. Easy to use: just press ⌘ twice and hold to see the list.</p><br><br><ul>
<li>Fixed filtering field issues (might be not all)</li>
<li>Fixed app stability and performance issues</li>
<li>Changed menu item actions to be accessible with a simple tap on the "menu" (bookmark) icon</li>
<li>Enhanced accessibility privileges verification</li>
<li>Added possibility to close 'Persistent Panel' with pressing ⎋ key</li>
<li>Added silent launch and quit options for the app</li>
<li>Removed gap for 'Persistent Panel' when aligned to the left or right</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/64416/keyclu">Download Now</a><img src='https://desktop.macupdate.com/api/620/discover/ttra' height='1' width='1' style='display:none; border:0px;'>]]></description>
      <pubDate>Tue, 20 Feb 2024 13:57:32 -0500</pubDate>
      <link>https://www.macupdate.com/app/mac/64416/keyclu</link>
      <guid>https://www.macupdate.com/app/mac/64416/keyclu</guid>
      <comments>https://www.macupdate.com/app/mac/64416/keyclu/reviews</comments>
      <content:encoded><![CDATA[<p><strong>KeyClu</strong> - simple and handy overview of all shortcuts for any application. Easy to use: just press ⌘ twice and hold to see the list.</p><br><br><ul>
<li>Fixed filtering field issues (might be not all)</li>
<li>Fixed app stability and performance issues</li>
<li>Changed menu item actions to be accessible with a simple tap on the "menu" (bookmark) icon</li>
<li>Enhanced accessibility privileges verification</li>
<li>Added possibility to close 'Persistent Panel' with pressing ⎋ key</li>
<li>Added silent launch and quit options for the app</li>
<li>Removed gap for 'Persistent Panel' when aligned to the left or right</li>
</ul><br><br><a href="https://www.macupdate.com/app/mac/64416/keyclu">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>
  </channel>
</rss>
