- Fix bug relating to multi-line comments with no defined middle
character (for example,
*
for the['/*', '*', '*/']
multi-line comment definition.)
- Add Python docstring-style multi-line comment support.
- Fix incorrect truncation of the start of multi-line comments.
- Add property
word-break: break-all
in addition toword-wrap: break-all
.
- Fix incorrect wrapping property on code, causing non-breakable code to extend into the comments pane.
- Changed the styling of headers and code formatting in the comments pane.
- Added support for ignoring comments with a matching string at the start (resolve issue #13)
- Added language TeX
- Fix missing
index.html
when noreadme
file is specified
- Added language OpenSCAD
- Fix multi-line comment parsing.
- Remove anti-scroll "feature"
- Removed translate transition on file menu
- Remove default link title
- Fixed C++ and H++ colors.
- Fixed silly bug with project links on non-index pages.
- Rust and HPP files are recognized.
- Project link support.
- Dropdown image is included in
package.json
file list.
- Version number is always next to the project name.
- File list scrollbar only appears when needed
- Use Google Fonts instead of self-hosting. (Will still work offline but with non-optimal fonts.)
- Add support for header hashes in project file links.
- Fix code block styling in comment area
Major update.
- Switching over to ES6 classes. (Don't worry, the old API still works.)
- Switched the template engine from
handlebars
tohogan.js
for (supposedly) faster build times - Rewrote file list style. More reliable and simpler.