Skip to content

Tags: jakuboskera/guestbook

Tags

latest

Toggle latest's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: update README.md

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: upgrade Flask to 2.0.3 (#10)

https://stackoverflow.com/a/71647006/8918153

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(app): use monospace font (#9)

Default font was not monospace which causing
that some ASCII picture in comments was
not generated correctly. Using monospace
font should solve this issue.

v0.3.0

Toggle v0.3.0's commit message
feat: implement dark mode (#6)

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Enable multiline comments (#3)

If user submitted multiline comment it was generated as single line comment.

Closes #2

v0.2.0

Toggle v0.2.0's commit message
feat(app/views): Human readible date on entries

v0.1.0

Toggle v0.1.0's commit message
feat: Add files