Changelog
2020-08-04
- Tweaked styling.
- Added ProductHunt button to help page.
2020-08-03
- Added
spellcheck="true"
to content textarea to enable spellchecking.
- Added Ko-fi icon at the bottom if you'd like to support me.
- Added highlight.js for syntax highlighting.
2020-07-31
- Added share button on mobile and copy button on desktop.
- Added expiry timer.
- Changed HTTP status code to 303 instead of 302 on redirection.
2020-07-29
- Added favicon, webmanifest, robots, theme-color and description meta tags to header.
- Added 404 page.
- Added changelog (this page).
- Fixed title sanitization.
- Added roadmap page.
- Added information regarding privacy.
- Added
set_charset("utf8mb4")
so emojis work.
2020-07-28