Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 1.3 KB

File metadata and controls

43 lines (38 loc) · 1.3 KB
layout tf-doc
title Recent changes in TotalFinder
subtitle Recent changes in TotalFinder
<script src="/shared/js/changelog.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8"> (function() { defer$(function() { var hashToSelector, nonce, source; nonce = function() { return (Math.random() + "").substring(2); }; source = "changelog.txt"; hashToSelector = function(h) { return h.replace(/\./g, "\\."); }; return $.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"); }); }); }).call(this); </script>