cerrado

v0.0.16

Fix:
- Use author to display commit info
v0.0.15

Refactor:
- Updated packages
- More info about how to contribute and build cerrado
- Faster makefile rules
- Warning is less disruptive

Fix:
- Fixed path for template files

New:
- Passphrase and aes-key generation command (not useful yet)
- New install rule for makefile
- Syntax-highlight to configure chroma theme
- Aes-key and passphrase to configure login and authentication (not used yet)

Removed:
- Config page is gone, since it is not longer useful
v0.0.14

Add:
- crude diff view

Fix:
- submodules will be properly labeled
v0.0.13

Add:
- Link to tar.gz from the commit page
- Anchor to line in the code viewer

Refactor:
- Remove the extra space from the pre tag margin.
v0.0.12

Add:
- Sort tag
v0.0.11

Add:
- Path to tree view
- Show tag annotation
master
fix: Add missing trailing backslash

This will prevent refs tabs from returning 301.
ref: Organize those block a bit better

Those are some weird configuration to fix some edge cases.
feat: Add service to handle auth
feat: Add skeleton login page
feat: Add login link to the header
fix: Add ldflags to run

Without it go run can't set the proper slug for the css file.
fix: User author info instead of committer

Make use of the correct information when displaying commit info.
feat: Add docker support
ref: Make the warning less disruptive

Now the project is getting into a better shape I made the warning a less
disruptive.
feat: Remove config page

That page was created as playground and had some debug purpose. Now
that is not longer used and with introduction of sensible information
(hash and aes-key) that has to go.