Changes:
- Support tablet/phones properly with
<meta name="viewport">
tag.
The page is now zoomed properly by default and the log text's size does not jump around anymore. - Use
make
to runtsc
and copy files fromsrc/
instead of relying on files being in the root folder.
TheMakefile
support anOUTPUT_DIR
option to change where the output is written. - Added a
release.py
scripts that updates therelease
Git branch used by Github pages.
This scripts inserts the Git version in theindex.html
page to properly track which version is used.
Full Changelog: v1.3...v1.4