Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1015 Bytes

changes.md

File metadata and controls

30 lines (24 loc) · 1015 Bytes
layout title subtitle
tf-doc
Recent changes in TotalFinder
Recent changes in TotalFinder
<script src="/shared/js/changelog.js" type="text/javascript" charset="utf-8"></script>
<script type="text/coffeescript" charset="utf-8"> defer$ -> nonce = -> (Math.random() + "").substring(2) source = "changelog.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" </script>