**Major updates:**
* Fix potential fsSelection collisions when adding style-links.
* Split --otf2ttf <targetUPM> into two options: --otf2ttf and --UPM <targetUPM>, so otRebuilder now can scale UPM separately.
* Add common OpenType layout support for UPM scaling: `BASE`, `GPOS` and `JSTF`.
* Minor bug fixes.
--------------------------------------------------
Pypi users can install through pip directly (online):
<pre><code>pip install otrebuilder</code></pre>
Other Python users can install through the egg file or tar.gz file provided (offline):
<pre><code>easy_install otrebuilder-1.5.0-py2.7.egg</code></pre>
<pre><code>pip install otrebuilder-1.5.0.tar.gz</code></pre>
64-bit Windows users can download the Windows-x64 build without Python environment.
64-bit macOS users can also download the macOS-x64 build without Python environment.