Initial commit.
This commit is contained in:
commit
b48a4e92e1
169 changed files with 7538 additions and 0 deletions
33
web/public/updaters/mac-changelog.html
Normal file
33
web/public/updaters/mac-changelog.html
Normal file
|
@ -0,0 +1,33 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title ng-bind="Hostr">Hostr - File not found</title>
|
||||
<link rel="icon" type="image/png" href="/images/favicon.png">
|
||||
<link href='//fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
|
||||
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
|
||||
<link href="/styles/app.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<section class="mac-changelog">
|
||||
<h3>Read this first</h3>
|
||||
<p>Note: If you're coming from 0.7.* you'll need to update manually.</p>
|
||||
<p><a href="https://hostr.co/apps/mac/Hostr-0.8.1.zip">Click here</a> to download the latest version.</p>
|
||||
<p>We're sorry for the inconvenience, but we think you'll agree the upgrade is worth it.</p>
|
||||
<h3>What's new in 0.8.0?</h3>
|
||||
<ul>
|
||||
<li>Instant sharing: get links to the files you're uploading instantly</li>
|
||||
<li>Tons of bugfixes (including automatic updates!)</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-66209-2'],['_setDomainName', 'hostr.co'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src='//www.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue