This release features major enhancements. The most important one is the completely reworked usage scan, now ignoring statements like ALTER or COMMENT (being more accurate) - and bringing a speedup of a factor of 10 or more for larger projects. Furthermore, bug/todo/validation items for tables, (m)views, synonyms, and sequences have been added to the global bug/todo/validation lists. If you already were using the cache functionality in the past, it may be wise to purge the code cache after an update.
A couple of new options are now available, so you can now decide whether to show author information for the items on bug/todo/verification reports, and all graph colors are now configurable. Default colors have changed, as well, for better grouping of objects. Last but not least, a new JavaDoc tag @col (column) is now available for views.
This release contains some minor fixes. Javadoc for sequences was ignored. "Empty objects" in a dependency graph (probably introduced by the last release) have been fixed. The wrong percentage for sequences and synonyms on the stats page was fixed. Furthermore, double-quoted object names (e.g. 'CREATE TABLE "DUMMY"') are now handled correctly.
This release finally comes with support for Synonyms and Sequences plus configurable colors for the object graphs (statistics and dependency graphs). Furthermore, the Javadoc module has been worked on to make it more flexible (and independent), plus another issue with the code highlighter (concerning HTML contained in source files) has been fixed.
Some minor fixes complete this major release: It fixes the cache purge (which caused the script to crash) as well as a minor problem with the syntax highlighter concerning HTML entitities. The sql.keywords list was extended for syntax highlighing. If you have already used a caching version of HyperSQL, your first run after this update should include the "--purge-cache=code" option for the highlighter changes to affect all your code.