Skip to content

v2.7.0

Compare
Choose a tag to compare
@CodeMyst CodeMyst released this 02 Oct 12:51
· 26 commits to main since this release
9d580ed

changelog

added

  • showing some stats about a paste in the meta section (line count, word count, byte size)
  • ability to add html to the head tag of all pages through the config file (useful for adding analytics scripts)

fixed

  • typo in time api endpoint documentation (thanks to billyeatcookies)
  • fixed a login bug, no need to refresh the page an additional time through js after logging in (cookie was set to strict)
  • password field for encrypting/decrypting a paste wasn't a proper password field