Skip to content

Commit 31ccdb6

Browse files
committed
170a3
1 parent 1cc7aef commit 31ccdb6

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

pages/_default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
currentVersion: '1.6.5'
2-
betaVersion: false
2+
betaVersion: '1.7.0a3'
33
lang: 'en'
44
current: 'mac'

pages/changelog.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,25 @@
1919
{% block main %}
2020
<section id="changelog">
2121
<h2><a href="/mac">ImageOptim</a> Changelog</h2>
22+
<section>
23+
<h3 id="v1.7.0"><a download href="/ImageOptim1.7.0a3.tar.bz2" rel="nofollow">1.7.0a3</a></h3>
24+
<p>Warning! This is an unstable preview version of ImageOptim and it may be buggy!</p>
25+
<ul>
26+
<li><p><abbr>SVG</abbr> optimizations via <abbr><a href="https://github.com/svg/svgo">SVGO</a></abbr>.</p>
27+
<ul><li>In this alpha build you <strong>must</strong> have <a href="https://nodejs.org/en/">Node.js 7</a> installed in <code>/usr/local/bin/node</code> and enable <abbr>SVGO</abbr> in ImageOptim's Preferences first.
28+
<li><abbr>SVGO</abbr> works best if you enable <samp>Lossy</samp> mode.</li></ul>
29+
<li><p>Big under-the-hood changes in handling of file inputs and outputs. Affected areas:</p>
30+
<ul>
31+
<li>Display of unoptimized and optimized file sizes (BTW, now % optimized is shown only when some optimizations were done)</li>
32+
<li>Restarting optimizations again.</li>
33+
<li>Reverting to original.</li>
34+
<li>Cleanup of temp files.</li>
35+
</ul>
36+
<p><a href="https://github.com/ImageOptim/ImageOptim/issues">Please report bugs</a> if you see something strange happening. Please include log from Console.app.</p>
37+
</li>
38+
</ul>
39+
<p class="smallprint">This version requires at least macOS&nbsp;10.9 (Mavericks), and full functionality is only available in macOS&nbsp;10.10 (Yosemite) or later.</p>
40+
</section>
2241
<section>
2342
<h3 id="v1.6.5"><a download href="/ImageOptim1.6.5.tar.bz2" rel="nofollow">1.6.5</a></h3>
2443
<ul>

0 commit comments

Comments
 (0)