* Fix project generation logic to support Python3. * Use PyMySQL instead of MySQL-python to support Python3.
0.4.5
-------------
* Translate Chinese to English. * Add ``g.signin`` js variable. * Add screen sizes from Bootstrap. * Update doc.
0.4.4
-------------
* Update url rewrite logic when build assets. * Do not rewrite url in js codes. * Fix a bug when process absolute path in YAML file. * Add ``g.method`` js variable. * Fix a bug in ``timesince``. * Add form helper ``check_url``. * Remove useless codes and files.
0.4.3
-------------
* Refactor macro's structure. * Split component.less into macros/*.less.
0.4.2
-------------
* Use jsmin instead of uglipyjs to compile js codes because of bugs from latter.
0.4.1
-------------
* Exclude libs with full url. * Add global js function ``registerContext`` to register context into global variable g. * Extract _rewrite_relative_url function * Rewrite relative path in js lib files. * Use uglipyjs instead of jsmin to compile js codes.