Skip to content

Latest commit

 

History

History
50 lines (45 loc) · 1.76 KB

File metadata and controls

50 lines (45 loc) · 1.76 KB
layout tf-doc
title Recent changes in TotalFinder (pre-release)
subtitle Recent changes in TotalFinder (pre-release)
<script src="/shared/js/changelog.js" type="text/javascript" charset="utf-8"></script>
How do I opt into pre-release updates in TotalFinder?

Simply enable the "Include pre-releases" option in the System → Updates section of the TotalFinder preferences tab, as shown below.

<script type="text/javascript" charset="utf-8"> (function() { defer$(function() { var hashToSelector, nonce, source; nonce = function() { return (Math.random() + "").substring(2); }; source = "changelog-beta.txt"; hashToSelector = function(h) { return h.replace(/\./g, "\\."); }; $.get(source + "?x=" + (nonce()), function(data) { var changelog, getDownloadLinkForVersion, getReleaseDateText; changelog = parsePlaintextChangelog(data); getDownloadLinkForVersion = function(version) { return "https://downloads.binaryage.com/TotalFinder-" + version + ".dmg"; }; getReleaseDateText = function(date) { return "released on " + date; }; generateChangelogHTML("#page", changelog, getDownloadLinkForVersion, getReleaseDateText); return $(window).trigger("changelog-rendered"); }); return this.showBetaHint = function() { return $(".betahint").toggle(); }; }); }).call(this); </script>