Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.41 KB

beta-changes.md

File metadata and controls

36 lines (29 loc) · 1.41 KB
layout title subtitle
tf-doc
Recent changes in TotalFinder (pre-release)
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/coffeescript" charset="utf-8"> defer$ -> nonce = -> (Math.random() + "").substring(2) source = "changelog-beta.txt" hashToSelector = (h) -> h.replace /\./g, "\\." # http://stackoverflow.com/a/9930611/84283 $.get "#{source}?x=#{nonce()}", (data) -> changelog = parsePlaintextChangelog(data) getDownloadLinkForVersion = (version) -> "https://downloads.binaryage.com/TotalFinder-#{version}.dmg" getReleaseDateText = (date) -> "released on " + date generateChangelogHTML "#page", changelog, getDownloadLinkForVersion, getReleaseDateText $(window).trigger "changelog-rendered" @showBetaHint = -> $(".betahint").toggle() </script>